#669DE5

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

Shades of Cornflower Blue #669DE5

Tints of Cornflower Blue #669DE5

Color information

#669DE5 (or 0x669DE5) is unknown color: approx Cornflower Blue. HEX triplet: 66, 9D and E5. RGB value is (102,157,229). Sum of RGB (Red+Green+Blue) = 102+157+229=488 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.90% from 488); Green value is 157 (61.72% from 255 or 32.17% from 488); Blue value is 229 (89.84% from 255 or 46.93% from 488); Max value from RGB is 229 - color contains mainly: blue. Hex color #669DE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669DE5 is #99621A. Grayscale: #949494. Windows color (decimal): -10052123 or 15048038. OLE color: 15048038.

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

Color convert

RGB102157229-
CMYK0.550.3100.10
HSL214.02º70.95%64.9%-
HSV(B)214.02º55.46%89.8%-
XYZ31.6832.678.75-
YUV148.76173.2894.65-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.90%
GREEN value IS 157 (61.72% from 255) = 32.17%
BLUE value IS 229 (89.84% from 255) = 46.93%
R=20.90%
G=32.17%
B=46.93%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1021572290.550.3100.10214.0270.9564.9
Hex669DE5371F0Ad64741
Octal1462353456737012326107101
Binary1100110100111011110010111011111111010101101011010001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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