#6696DA

Color #6696DA Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #6696DA

Tints of Cornflower Blue #6696DA

Color information

#6696DA (or 0x6696DA) is unknown color: approx Cornflower Blue. HEX triplet: 66, 96 and DA. RGB value is (102,150,218). Sum of RGB (Red+Green+Blue) = 102+150+218=470 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.70% from 470); Green value is 150 (58.98% from 255 or 31.91% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #6696DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6696DA is #996925. Grayscale: #8F8F8F. Windows color (decimal): -10053926 or 14325350. OLE color: 14325350.

HSL color Cylindrical-coordinate representation of color #6696DA: hue angle of 215.17º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6696DA is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB102150218-
CMYK0.530.3100.15
HSL215.17º61.05%62.75%-
HSV(B)215.17º53.21%85.49%-
XYZ29.0429.770.53-
YUV143.4170.198.47-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.70%
GREEN value IS 150 (58.98% from 255) = 31.91%
BLUE value IS 218 (85.55% from 255) = 46.38%
R=21.70%
G=31.91%
B=46.38%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1021502180.530.3100.15215.1761.0562.75
Hex6696DA351F0Fd73d3f
Octal14622633265370173277577
Binary11001101001011011011010110101111110111111010111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6696DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6696DA;
 }
 .AnyTagClassName
 {
   color: #6696DA;
 }
</style>
background-color css

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

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

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

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

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

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