COLOR #6395BC

HEX: #6395BC
RGB: (99,149,188)

Renk bilgisi

#6395BC contains mainly green and blue colors. #6395BC ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#6395BC color RGB value is (99,149,188).

  • kırmız ton 99;
  • yeşil ton 149;
  • mavi ton 188.
RGB:
(99,149,188)
(39%,58%,74%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 149 of 255 = 58%
B 188 of 255 = 74%

99
149
188

R + G + B ~ 57%. #6395BC is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 149 + 188 = 436 (100%)
R 99 of 436 ~ 22.71%
G 149 of 436 ~ 34.17%
B 188 of 436 ~ 43.12%

%22.71
%34.17
%43.12

CMYK RENK MODELİ

#6395BC rengi CMYK tonu (47,21,0,26).

  • camgöbeği tonu 47.34%
  • eflatun tonu 20.74%
  • sarı tonu 0.00%
  • ana renk tonu 26.27%
CMYK:
(47,21,0,26)
C47M21Y0K26 
(47%,21%,0%,26%)
(0.47/0.21/0.00/0.26)	

CMYK yüzdeleri

%47.34
%20.74
%0
%26.27

Codes

Color #6395BC in popluar color models

6395BC
RGB99149188
HSL206°39.91%56.27%
HSB/HSV206°47.34%73.73%
CMYK47.34%20.74%0.00%
26.27%

Color #6395BC in popluar number systems.

HEX6395BC
Decimal99149188
Binary11000111001010110111100
Octal143225274

Shades and tints

Shades of #6395BC

#6395BC
(99,149,188)
#5A88AB
(90,136,171)
#517B9A
(81,123,154)
#486E89
(72,110,137)
#3F6178
(63,97,120)
#365467
(54,84,103)
#2D4756
(45,71,86)
#243A45
(36,58,69)
#1B2D34
(27,45,52)
#122023
(18,32,35)
#091312
(9,19,18)
#000000
(0,0,0)

Tints of #6395BC

#6395BC
(99,149,188)
#719EC2
(113,158,194)
#7FA7C8
(127,167,200)
#8DB0CE
(141,176,206)
#9BB9D4
(155,185,212)
#A9C2DA
(169,194,218)
#B7CBE0
(183,203,224)
#C5D4E6
(197,212,230)
#D3DDEC
(211,221,236)
#E1E6F2
(225,230,242)
#EFEFF8
(239,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6395BC color. Also use rgb(99,149,188) instead hex code.

Text Font Color

.myTextColor { color: #6395BC; }

<p style="color:#6395BC">This sample text font color is #6395BC.</p>

This text font color is #6395BC.


Background Color

.myBgColor { background-color: #6395BC; }

<div style="background-color:#6395BC">Inner text</div>

This div background color is #6395BC.


Border color

.myBorderColor { border: 1px solid #6395BC; }

<div style="border:3px solid #6395BC">Div</div>

This div border color is #6395BC.


Opacity

.myOpacity80 { color: #6395BC; opacity: 0.8; }

<p style="color:#6395BC;opacity:0.8;">80%</p>

Text with #6395BC color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #6395BC;}

<p style="text-shadow: 3px 3px 1px #6395BC">Text here.</p>

This text has shadow with #6395BC color.

.textShadow {text-shadow: 3px 3px 1px #6395BC, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #6395BC, 5px 5px 20px red">Text here.</p>

This text has shadow with #6395BC primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6395BC, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#6395BC, Direction=45, Strength=4)">Text</p>

This text has shadow with #6395BC and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #6395BC;
  -webkit-box-shadow:	1px 1px 3px 2px #6395BC;
  box-shadow:		1px 1px 3px 2px #6395BC;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6395BC;
-webkit-box-shadow: 1px 1px 3px 2px #6395BC;
box-shadow:1px 1px 3px 2px #6395BC;">
Div content here</div>
This div box has shadow with color #6395BC.

Preview

Color preview on black background

This text has color #6395BC on black background.


Color preview on white background

This text has color #6395BC on white background.



Black color preview on #6395BC background

This text has black color on #6395BC background.


White color preview on #6395BC background

This text has white color on #6395BC background.