Html Css Color HEX #6699DC Cornflower Blue

📋 copy color: '#6699DC'

red 102 ◦ green 153 ◦ blue 220

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

Shades of Cornflower Blue #6699DC

Tints of Cornflower Blue #6699DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.32%

R = 21.47%
G = 32.21%
B = 46.32%

CMYK

 C value IS 0.54

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6699DC (or 0x6699DC) is known color: Cornflower Blue. HEX triplet: 66, 99 and DC. RGB value is (102,153,220). Sum of RGB (Red+Green+Blue) = 102+153+220=475 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.47% from 475); Green value is 153 (60.16% from 255 or 32.21% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #6699DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6699DC is #996623. Grayscale: #919191. Windows color (decimal): -10053156 or 14457190. OLE color: 14457190.

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

Color convert

RGB 102 153 220 -
CMYK 0.54 0.30 0 0.14
HSL 214.07º 0.63% 0.63% -
HSV(B) 214.07º 0.54% 0.86% -
XYZ 29.79 30.77 72.08 -
YUV 145.39 170.1 97.05 -
System Red Green Blue C M Y K H S L
Decimal 102 153 220 0.54 0.30 0 0.14 214.07 0.63 0.63
Hex 66 99 DC 36 1E 0 E D6 3F 3F
Octal 146 231 334 66 36 0 16 326 77 77
Binary 1100110 10011001 11011100 110110 11110 0 1110 11010110 111111 111111

Color Harmonies of #6699DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6699DC

Black with #6699DC

Text Example


Text Example

White with #6699DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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