#668EE7

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

Shades of Cornflower Blue #668EE7

Tints of Cornflower Blue #668EE7

Color information

#668EE7 (or 0x668EE7) is unknown color: approx Cornflower Blue. HEX triplet: 66, 8E and E7. RGB value is (102,142,231). Sum of RGB (Red+Green+Blue) = 102+142+231=475 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.47% from 475); Green value is 142 (55.86% from 255 or 29.89% from 475); Blue value is 231 (90.62% from 255 or 48.63% from 475); Max value from RGB is 231 - color contains mainly: blue. Hex color #668EE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #668EE7 is #997118. Grayscale: #8B8B8B. Windows color (decimal): -10055961 or 15175270. OLE color: 15175270.

HSL color Cylindrical-coordinate representation of color #668EE7: hue angle of 221.4º degrees, saturation: 0.73, 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 #668EE7 is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB102142231-
CMYK0.560.3900.09
HSL221.4º72.88%65.29%-
HSV(B)221.4º55.84%90.59%-
XYZ29.5827.9479.44-
YUV140.19179.25100.76-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.47%
GREEN value IS 142 (55.86% from 255) = 29.89%
BLUE value IS 231 (90.62% from 255) = 48.63%
R=21.47%
G=29.89%
B=48.63%

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
Decimal1021422310.560.3900.09221.472.8865.29
Hex668EE7382709dd4941
Octal1462163477047011335111101
Binary11001101000111011100111111000100111010011101110110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668EE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,142,231); }

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

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

 a { background-color: rgb(102,142,231); }

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

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

 span { border-color: rgb(102,142,231); }

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