Html Css Color HEX #6696DC Cornflower Blue

📋 copy color: '#6696DC'

red 102 ◦ green 150 ◦ blue 220

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

Shades of Cornflower Blue #6696DC

Tints of Cornflower Blue #6696DC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.78%

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

R = 21.61%
G = 31.78%
B = 46.61%

CMYK

 C value IS 0.54

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6696DC (or 0x6696DC) is known color: Cornflower Blue. HEX triplet: 66, 96 and DC. RGB value is (102,150,220). Sum of RGB (Red+Green+Blue) = 102+150+220=472 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.61% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #6696DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6696DC is #996923. Grayscale: #8F8F8F. Windows color (decimal): -10053924 or 14456422. OLE color: 14456422.

HSL color Cylindrical-coordinate representation of color #6696DC: hue angle of 215.59º 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 #6696DC is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 102 150 220 -
CMYK 0.54 0.32 0 0.14
HSL 215.59º 0.63% 0.63% -
HSV(B) 215.59º 0.54% 0.86% -
XYZ 29.3 29.8 71.92 -
YUV 143.63 171.1 98.31 -
System Red Green Blue C M Y K H S L
Decimal 102 150 220 0.54 0.32 0 0.14 215.59 0.63 0.63
Hex 66 96 DC 36 20 0 E D8 3F 3F
Octal 146 226 334 66 40 0 16 330 77 77
Binary 1100110 10010110 11011100 110110 100000 0 1110 11011000 111111 111111

Color Harmonies of #6696DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6696DC

Black with #6696DC

Text Example


Text Example

White with #6696DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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