#668AE2

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

Shades of Cornflower Blue #668AE2

Tints of Cornflower Blue #668AE2

Color information

#668AE2 (or 0x668AE2) is unknown color: approx Cornflower Blue. HEX triplet: 66, 8A and E2. RGB value is (102,138,226). Sum of RGB (Red+Green+Blue) = 102+138+226=466 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.89% from 466); Green value is 138 (54.30% from 255 or 29.61% from 466); Blue value is 226 (88.67% from 255 or 48.50% from 466); Max value from RGB is 226 - color contains mainly: blue. Hex color #668AE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668AE2 is #99751D. Grayscale: #888888. Windows color (decimal): -10056990 or 14846566. OLE color: 14846566.

HSL color Cylindrical-coordinate representation of color #668AE2: hue angle of 222.58º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #668AE2 is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB102138226-
CMYK0.550.3900.11
HSL222.58º68.13%64.31%-
HSV(B)222.58º54.87%88.63%-
XYZ28.326.4975.57-
YUV137.27178.07102.84-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.89%
GREEN value IS 138 (54.30% from 255) = 29.61%
BLUE value IS 226 (88.67% from 255) = 48.50%
R=21.89%
G=29.61%
B=48.50%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1021382260.550.3900.11222.5868.1364.31
Hex668AE237270Bdf4440
Octal1462123426747013337104100
Binary11001101000101011100010110111100111010111101111110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668AE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,138,226); }

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

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

 a { background-color: rgb(102,138,226); }

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

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

 span { border-color: rgb(102,138,226); }

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