#668DE5

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

Shades of Cornflower Blue #668DE5

Tints of Cornflower Blue #668DE5

Color information

#668DE5 (or 0x668DE5) is unknown color: approx Cornflower Blue. HEX triplet: 66, 8D and E5. RGB value is (102,141,229). Sum of RGB (Red+Green+Blue) = 102+141+229=472 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.61% from 472); Green value is 141 (55.47% from 255 or 29.87% from 472); Blue value is 229 (89.84% from 255 or 48.52% from 472); Max value from RGB is 229 - color contains mainly: blue. Hex color #668DE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668DE5 is #99721A. Grayscale: #8A8A8A. Windows color (decimal): -10056219 or 15043942. OLE color: 15043942.

HSL color Cylindrical-coordinate representation of color #668DE5: hue angle of 221.57º 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 #668DE5 is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB102141229-
CMYK0.550.3800.10
HSL221.57º70.95%64.9%-
HSV(B)221.57º55.46%89.8%-
XYZ29.1527.5377.91-
YUV139.37178.58101.34-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.61%
GREEN value IS 141 (55.47% from 255) = 29.87%
BLUE value IS 229 (89.84% from 255) = 48.52%
R=21.61%
G=29.87%
B=48.52%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1021412290.550.3800.10221.5770.9564.9
Hex668DE537260Ade4741
Octal1462153456746012336107101
Binary11001101000110111100101110111100110010101101111010001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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