COLOR #6599D6

HEX: #6599D6
RGB: (101,153,214)

Renk bilgisi

#6599D6 contains mainly blue color. #6599D6 ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#6599D6 color RGB value is (101,153,214).

  • kırmız ton 101;
  • yeşil ton 153;
  • mavi ton 214.
RGB:
(101,153,214)
(40%,60%,84%)

RGB bağlantıları ve doygunluk

R 101 of 255 = 40%
G 153 of 255 = 60%
B 214 of 255 = 84%

101
153
214

R + G + B ~ 61%. #6599D6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
101 + 153 + 214 = 468 (100%)
R 101 of 468 ~ 21.58%
G 153 of 468 ~ 32.69%
B 214 of 468 ~ 45.73%

%21.58
%32.69
%45.73

CMYK RENK MODELİ

#6599D6 rengi CMYK tonu (53,29,0,16).

  • camgöbeği tonu 52.80%
  • eflatun tonu 28.50%
  • sarı tonu 0.00%
  • ana renk tonu 16.08%
CMYK:
(53,29,0,16)
C53M29Y0K16 
(53%,29%,0%,16%)
(0.53/0.29/0.00/0.16)	

CMYK yüzdeleri

%52.8
%28.5
%0
%16.08

Codes

Color #6599D6 in popluar color models

6599D6
RGB101153214
HSL212°57.95%61.76%
HSB/HSV212°52.80%83.92%
CMYK52.80%28.50%0.00%
16.08%

Color #6599D6 in popluar number systems.

HEX6599D6
Decimal101153214
Binary11001011001100111010110
Octal145231326

Shades and tints

Shades of #6599D6

#6599D6
(101,153,214)
#5C8CC3
(92,140,195)
#537FB0
(83,127,176)
#4A729D
(74,114,157)
#41658A
(65,101,138)
#385877
(56,88,119)
#2F4B64
(47,75,100)
#263E51
(38,62,81)
#1D313E
(29,49,62)
#14242B
(20,36,43)
#0B1718
(11,23,24)
#000000
(0,0,0)

Tints of #6599D6

#6599D6
(101,153,214)
#73A2D9
(115,162,217)
#81ABDC
(129,171,220)
#8FB4DF
(143,180,223)
#9DBDE2
(157,189,226)
#ABC6E5
(171,198,229)
#B9CFE8
(185,207,232)
#C7D8EB
(199,216,235)
#D5E1EE
(213,225,238)
#E3EAF1
(227,234,241)
#F1F3F4
(241,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6599D6 color. Also use rgb(101,153,214) instead hex code.

Text Font Color

.myTextColor { color: #6599D6; }

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

This text font color is #6599D6.


Background Color

.myBgColor { background-color: #6599D6; }

<div style="background-color:#6599D6">Inner text</div>

This div background color is #6599D6.


Border color

.myBorderColor { border: 1px solid #6599D6; }

<div style="border:3px solid #6599D6">Div</div>

This div border color is #6599D6.


Opacity

.myOpacity80 { color: #6599D6; opacity: 0.8; }

<p style="color:#6599D6;opacity:0.8;">80%</p>

Text with #6599D6 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 #6599D6;}

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

This text has shadow with #6599D6 color.

.textShadow {text-shadow: 3px 3px 1px #6599D6, 3px 3px 1px red;}

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

This text has shadow with #6599D6 primary color and red secondary color.


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

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

This text has shadow with #6599D6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6599D6 on black background.


Color preview on white background

This text has color #6599D6 on white background.



Black color preview on #6599D6 background

This text has black color on #6599D6 background.


White color preview on #6599D6 background

This text has white color on #6599D6 background.