#669AF5

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

Shades of Cornflower Blue #669AF5

Tints of Cornflower Blue #669AF5

Color information

#669AF5 (or 0x669AF5) is unknown color: approx Cornflower Blue. HEX triplet: 66, 9A and F5. RGB value is (102,154,245). Sum of RGB (Red+Green+Blue) = 102+154+245=501 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.36% from 501); Green value is 154 (60.55% from 255 or 30.74% from 501); Blue value is 245 (96.09% from 255 or 48.90% from 501); Max value from RGB is 245 - color contains mainly: blue. Hex color #669AF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #669AF5 is #99650A. Grayscale: #949494. Windows color (decimal): -10052875 or 16095846. OLE color: 16095846.

HSL color Cylindrical-coordinate representation of color #669AF5: hue angle of 218.18º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #669AF5 is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB102154245-
CMYK0.580.3700.04
HSL218.18º87.73%68.04%-
HSV(B)218.18º58.37%96.08%-
XYZ33.5232.5390.9-
YUV148.83182.2794.6-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.36%
GREEN value IS 154 (60.55% from 255) = 30.74%
BLUE value IS 245 (96.09% from 255) = 48.90%
R=20.36%
G=30.74%
B=48.90%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1021542450.580.3700.04218.1887.7368.04
Hex669AF53A2504da5844
Octal146232365724504332130104
Binary1100110100110101111010111101010010101001101101010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669AF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,154,245); }

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

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

 a { background-color: rgb(102,154,245); }

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

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

 span { border-color: rgb(102,154,245); }

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