#669FEA

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

Shades of Cornflower Blue #669FEA

Tints of Cornflower Blue #669FEA

Color information

#669FEA (or 0x669FEA) is unknown color: approx Cornflower Blue. HEX triplet: 66, 9F and EA. RGB value is (102,159,234). Sum of RGB (Red+Green+Blue) = 102+159+234=495 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.61% from 495); Green value is 159 (62.5% from 255 or 32.12% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 234 - color contains mainly: blue. Hex color #669FEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #669FEA is #996015. Grayscale: #969696. Windows color (decimal): -10051606 or 15376230. OLE color: 15376230.

HSL color Cylindrical-coordinate representation of color #669FEA: hue angle of 214.09º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #669FEA is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB102159234-
CMYK0.560.3200.08
HSL214.09º75.86%65.88%-
HSV(B)214.09º56.41%91.76%-
XYZ32.7333.5682.59-
YUV150.51175.1293.4-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.61%
GREEN value IS 159 (62.5% from 255) = 32.12%
BLUE value IS 234 (91.80% from 255) = 47.27%
R=20.61%
G=32.12%
B=47.27%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1021592340.560.3200.08214.0975.8665.88
Hex669FEA382008d64c42
Octal1462373527040010326114102
Binary11001101001111111101010111000100000010001101011010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,159,234); }

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

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

 a { background-color: rgb(102,159,234); }

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

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

 span { border-color: rgb(102,159,234); }

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