#668DE8

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

Shades of Cornflower Blue #668DE8

Tints of Cornflower Blue #668DE8

Color information

#668DE8 (or 0x668DE8) is unknown color: approx Cornflower Blue. HEX triplet: 66, 8D and E8. RGB value is (102,141,232). Sum of RGB (Red+Green+Blue) = 102+141+232=475 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.47% from 475); Green value is 141 (55.47% from 255 or 29.68% from 475); Blue value is 232 (91.02% from 255 or 48.84% from 475); Max value from RGB is 232 - color contains mainly: blue. Hex color #668DE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #668DE8 is #997217. Grayscale: #8B8B8B. Windows color (decimal): -10056216 or 15240550. OLE color: 15240550.

HSL color Cylindrical-coordinate representation of color #668DE8: hue angle of 222º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #668DE8 is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB102141232-
CMYK0.560.3900.09
HSL222º73.86%65.49%-
HSV(B)222º56.03%90.98%-
XYZ29.5727.780.13-
YUV139.71180.08101.1-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.47%
GREEN value IS 141 (55.47% from 255) = 29.68%
BLUE value IS 232 (91.02% from 255) = 48.84%
R=21.47%
G=29.68%
B=48.84%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1021412320.560.3900.0922273.8665.49
Hex668DE8382709de4a41
Octal1462153507047011336112101
Binary11001101000110111101000111000100111010011101111010010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,141,232); }

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

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

 a { background-color: rgb(102,141,232); }

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

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

 span { border-color: rgb(102,141,232); }

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