Html Css Color HEX #6699DB Cornflower Blue

📋 copy color: '#6699DB'

red 102 ◦ green 153 ◦ blue 219

#6699DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #6699DB

Tints of Cornflower Blue #6699DB

RGB

 RED value IS 102 (40.23% from 255) = 21.52%

 GREEN value IS 153 (60.16% from 255) = 32.28%

 BLUE value IS 219 (85.94% from 255) = 46.2%

R = 21.52%
G = 32.28%
B = 46.2%

CMYK

 C value IS 0.53

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6699DB (or 0x6699DB) is known color: Cornflower Blue. HEX triplet: 66, 99 and DB. RGB value is (102,153,219). Sum of RGB (Red+Green+Blue) = 102+153+219=474 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.52% from 474); Green value is 153 (60.16% from 255 or 32.28% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #6699DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6699DB is #996624. Grayscale: #909090. Windows color (decimal): -10053157 or 14391654. OLE color: 14391654.

HSL color Cylindrical-coordinate representation of color #6699DB: hue angle of 213.85º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6699DB is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 102 153 219 -
CMYK 0.53 0.30 0 0.14
HSL 213.85º 0.62% 0.63% -
HSV(B) 213.85º 0.53% 0.86% -
XYZ 29.66 30.72 71.38 -
YUV 145.28 169.6 97.13 -
System Red Green Blue C M Y K H S L
Decimal 102 153 219 0.53 0.30 0 0.14 213.85 0.62 0.63
Hex 66 99 DB 35 1E 0 E D6 3E 3F
Octal 146 231 333 65 36 0 16 326 76 77
Binary 1100110 10011001 11011011 110101 11110 0 1110 11010110 111110 111111

Color Harmonies of #6699DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6699DB

Black with #6699DB

Text Example


Text Example

White with #6699DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6699DB; }

 p { color: rgb(102,153,219); }

 H1.HeaderClassName
 {
   color: #6699DB;
 }
 .AnyTagClassName
 {
   color: #6699DB;
 }
</style>

background-color css

<style>
 a { background-color: #6699DB; }

 a { background-color: rgb(102,153,219); }

 div.DivClassName
 {
   background-color: #6699DB;
 }
 .BgClassName
 {
   background-color: #6699DB;
 }
</style>

border-color css

<style>
 span { border-color: #6699DB; }

 span { border-color: rgb(102,153,219); }

 td.TdClassName
 {
   border-color: #6699DB;
 }
 .TagClassName
 {
   border-color: #6699DB;
 }
</style>