#668BD8

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

Shades of Cornflower Blue #668BD8

Tints of Cornflower Blue #668BD8

Color information

#668BD8 (or 0x668BD8) is unknown color: approx Cornflower Blue. HEX triplet: 66, 8B and D8. RGB value is (102,139,216). Sum of RGB (Red+Green+Blue) = 102+139+216=457 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.32% from 457); Green value is 139 (54.69% from 255 or 30.42% from 457); Blue value is 216 (84.77% from 255 or 47.26% from 457); Max value from RGB is 216 - color contains mainly: blue. Hex color #668BD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668BD8 is #997427. Grayscale: #888888. Windows color (decimal): -10056744 or 14191462. OLE color: 14191462.

HSL color Cylindrical-coordinate representation of color #668BD8: hue angle of 220.53º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #668BD8 is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB102139216-
CMYK0.530.3600.15
HSL220.53º59.38%62.35%-
HSV(B)220.53º52.78%84.71%-
XYZ27.1126.2568.6-
YUV136.71172.74103.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.32%
GREEN value IS 139 (54.69% from 255) = 30.42%
BLUE value IS 216 (84.77% from 255) = 47.26%
R=22.32%
G=30.42%
B=47.26%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1021392160.530.3600.15220.5359.3862.35
Hex668BD835240Fdd3b3e
Octal14621333065440173357376
Binary110011010001011110110001101011001000111111011101111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,139,216); }

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

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

 a { background-color: rgb(102,139,216); }

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

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

 span { border-color: rgb(102,139,216); }

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