#669DE7

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

Shades of Cornflower Blue #669DE7

Tints of Cornflower Blue #669DE7

Color information

#669DE7 (or 0x669DE7) is unknown color: approx Cornflower Blue. HEX triplet: 66, 9D and E7. RGB value is (102,157,231). Sum of RGB (Red+Green+Blue) = 102+157+231=490 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.82% from 490); Green value is 157 (61.72% from 255 or 32.04% from 490); Blue value is 231 (90.62% from 255 or 47.14% from 490); Max value from RGB is 231 - color contains mainly: blue. Hex color #669DE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #669DE7 is #996218. Grayscale: #949494. Windows color (decimal): -10052121 or 15179110. OLE color: 15179110.

HSL color Cylindrical-coordinate representation of color #669DE7: hue angle of 214.42º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #669DE7 is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB102157231-
CMYK0.560.3200.09
HSL214.42º72.88%65.29%-
HSV(B)214.42º55.84%90.59%-
XYZ31.9632.7180.23-
YUV148.99174.2894.48-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.82%
GREEN value IS 157 (61.72% from 255) = 32.04%
BLUE value IS 231 (90.62% from 255) = 47.14%
R=20.82%
G=32.04%
B=47.14%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1021572310.560.3200.09214.4272.8865.29
Hex669DE7382009d64941
Octal1462353477040011326111101
Binary11001101001110111100111111000100000010011101011010010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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