#668FDA

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

Shades of Cornflower Blue #668FDA

Tints of Cornflower Blue #668FDA

Color information

#668FDA (or 0x668FDA) is unknown color: approx Cornflower Blue. HEX triplet: 66, 8F and DA. RGB value is (102,143,218). Sum of RGB (Red+Green+Blue) = 102+143+218=463 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.03% from 463); Green value is 143 (56.25% from 255 or 30.89% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #668FDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668FDA is #997025. Grayscale: #8A8A8A. Windows color (decimal): -10055718 or 14323558. OLE color: 14323558.

HSL color Cylindrical-coordinate representation of color #668FDA: hue angle of 218.79º 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 #668FDA is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB102143218-
CMYK0.530.3400.15
HSL218.79º61.05%62.75%-
HSV(B)218.79º53.21%85.49%-
XYZ27.9627.5370.17-
YUV139.29172.42101.4-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.03%
GREEN value IS 143 (56.25% from 255) = 30.89%
BLUE value IS 218 (85.55% from 255) = 47.08%
R=22.03%
G=30.89%
B=47.08%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1021432180.530.3400.15218.7961.0562.75
Hex668FDA35220Fdb3d3f
Octal14621733265420173337577
Binary110011010001111110110101101011000100111111011011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668FDA; }

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

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

<style>
 a { background-color: #668FDA; }

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

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

<style>
 span { border-color: #668FDA; }

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

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