#669DE0

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

Shades of Cornflower Blue #669DE0

Tints of Cornflower Blue #669DE0

Color information

#669DE0 (or 0x669DE0) is unknown color: approx Cornflower Blue. HEX triplet: 66, 9D and E0. RGB value is (102,157,224). Sum of RGB (Red+Green+Blue) = 102+157+224=483 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.12% from 483); Green value is 157 (61.72% from 255 or 32.51% from 483); Blue value is 224 (87.89% from 255 or 46.38% from 483); Max value from RGB is 224 - color contains mainly: blue. Hex color #669DE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669DE0 is #99621F. Grayscale: #939393. Windows color (decimal): -10052128 or 14720358. OLE color: 14720358.

HSL color Cylindrical-coordinate representation of color #669DE0: hue angle of 212.95º 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 #669DE0 is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB102157224-
CMYK0.540.3000.12
HSL212.95º66.3%63.92%-
HSV(B)212.95º54.46%87.84%-
XYZ30.9932.3275.13-
YUV148.19170.7895.05-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.12%
GREEN value IS 157 (61.72% from 255) = 32.51%
BLUE value IS 224 (87.89% from 255) = 46.38%
R=21.12%
G=32.51%
B=46.38%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1021572240.540.3000.12212.9566.363.92
Hex669DE0361E0Cd54240
Octal1462353406636014325102100
Binary1100110100111011110000011011011110011001101010110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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