#668CE5

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

Shades of Cornflower Blue #668CE5

Tints of Cornflower Blue #668CE5

Color information

#668CE5 (or 0x668CE5) is unknown color: approx Cornflower Blue. HEX triplet: 66, 8C and E5. RGB value is (102,140,229). Sum of RGB (Red+Green+Blue) = 102+140+229=471 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.66% from 471); Green value is 140 (55.08% from 255 or 29.72% from 471); Blue value is 229 (89.84% from 255 or 48.62% from 471); Max value from RGB is 229 - color contains mainly: blue. Hex color #668CE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668CE5 is #99731A. Grayscale: #8A8A8A. Windows color (decimal): -10056475 or 15043686. OLE color: 15043686.

HSL color Cylindrical-coordinate representation of color #668CE5: hue angle of 222.05º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #668CE5 is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB102140229-
CMYK0.550.3900.10
HSL222.05º70.95%64.9%-
HSV(B)222.05º55.46%89.8%-
XYZ2927.2477.86-
YUV138.78178.91101.76-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.66%
GREEN value IS 140 (55.08% from 255) = 29.72%
BLUE value IS 229 (89.84% from 255) = 48.62%
R=21.66%
G=29.72%
B=48.62%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1021402290.550.3900.10222.0570.9564.9
Hex668CE537270Ade4741
Octal1462143456747012336107101
Binary11001101000110011100101110111100111010101101111010001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668CE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,140,229); }

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

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

 a { background-color: rgb(102,140,229); }

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

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

 span { border-color: rgb(102,140,229); }

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