#669af2

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

Shades of Cornflower Blue #669AF2

Tints of Cornflower Blue #669AF2

Color information

#669AF2 (or 0x669AF2) is unknown color: approx Cornflower Blue. HEX triplet: 66, 9A and F2. RGB value is (102,154,242). Sum of RGB (Red+Green+Blue) = 102+154+242=498 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.48% from 498); Green value is 154 (60.55% from 255 or 30.92% from 498); Blue value is 242 (94.92% from 255 or 48.59% from 498); Max value from RGB is 242 - color contains mainly: blue. Hex color #669AF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #669AF2 is #99650D. Grayscale: #949494. Windows color (decimal): -10052878 or 15899238. OLE color: 15899238.

HSL color Cylindrical-coordinate representation of color #669AF2: hue angle of 217.71º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #669AF2 is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB102154242-
CMYK0.580.3600.05
HSL217.71º84.34%67.45%-
HSV(B)217.71º57.85%94.9%-
XYZ33.0632.3588.51-
YUV148.48180.7794.84-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.48%
GREEN value IS 154 (60.55% from 255) = 30.92%
BLUE value IS 242 (94.92% from 255) = 48.59%
R=20.48%
G=30.92%
B=48.59%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1021542420.580.3600.05217.7184.3467.45
Hex669AF23A2405da5443
Octal146232362724405332124103
Binary1100110100110101111001011101010010001011101101010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669af2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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