#668BE0

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

Shades of Cornflower Blue #668BE0

Tints of Cornflower Blue #668BE0

Color information

#668BE0 (or 0x668BE0) is unknown color: approx Cornflower Blue. HEX triplet: 66, 8B and E0. RGB value is (102,139,224). Sum of RGB (Red+Green+Blue) = 102+139+224=465 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.94% from 465); Green value is 139 (54.69% from 255 or 29.89% from 465); Blue value is 224 (87.89% from 255 or 48.17% from 465); Max value from RGB is 224 - color contains mainly: blue. Hex color #668BE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668BE0 is #99741F. Grayscale: #898989. Windows color (decimal): -10056736 or 14715750. OLE color: 14715750.

HSL color Cylindrical-coordinate representation of color #668BE0: hue angle of 221.8º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #668BE0 is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB102139224-
CMYK0.540.3800.12
HSL221.8º66.3%63.92%-
HSV(B)221.8º54.46%87.84%-
XYZ28.1726.6774.18-
YUV137.63176.74102.59-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.94%
GREEN value IS 139 (54.69% from 255) = 29.89%
BLUE value IS 224 (87.89% from 255) = 48.17%
R=21.94%
G=29.89%
B=48.17%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1021392240.540.3800.12221.866.363.92
Hex668BE036260Cde4240
Octal1462133406646014336102100
Binary11001101000101111100000110110100110011001101111010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,139,224); }

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

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

 a { background-color: rgb(102,139,224); }

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

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

 span { border-color: rgb(102,139,224); }

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