#668AEA

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

Shades of Cornflower Blue #668AEA

Tints of Cornflower Blue #668AEA

Color information

#668AEA (or 0x668AEA) is unknown color: approx Cornflower Blue. HEX triplet: 66, 8A and EA. RGB value is (102,138,234). Sum of RGB (Red+Green+Blue) = 102+138+234=474 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.52% from 474); Green value is 138 (54.30% from 255 or 29.11% from 474); Blue value is 234 (91.80% from 255 or 49.37% from 474); Max value from RGB is 234 - color contains mainly: blue. Hex color #668AEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #668AEA is #997515. Grayscale: #898989. Windows color (decimal): -10056982 or 15370854. OLE color: 15370854.

HSL color Cylindrical-coordinate representation of color #668AEA: hue angle of 223.64º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #668AEA is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB102138234-
CMYK0.560.4100.08
HSL223.64º75.86%65.88%-
HSV(B)223.64º56.41%91.76%-
XYZ29.4226.9481.49-
YUV138.18182.07102.19-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.52%
GREEN value IS 138 (54.30% from 255) = 29.11%
BLUE value IS 234 (91.80% from 255) = 49.37%
R=21.52%
G=29.11%
B=49.37%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1021382340.560.4100.08223.6475.8665.88
Hex668AEA382908e04c42
Octal1462123527051010340114102
Binary11001101000101011101010111000101001010001110000010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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