#669AFF

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

Shades of Cornflower Blue #669AFF

Tints of Cornflower Blue #669AFF

Color information

#669AFF (or 0x669AFF) is unknown color: approx Cornflower Blue. HEX triplet: 66, 9A and FF. RGB value is (102,154,255). Sum of RGB (Red+Green+Blue) = 102+154+255=511 (67% of max value = 765). Red value is 102 (40.23% from 255 or 19.96% from 511); Green value is 154 (60.55% from 255 or 30.14% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #669AFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #669AFF is #996500. Grayscale: #959595. Windows color (decimal): -10052865 or 16751206. OLE color: 16751206.

HSL color Cylindrical-coordinate representation of color #669AFF: hue angle of 219.61º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #669AFF is Cyan = 0.6, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB102154255-
CMYK0.60.4000
HSL219.61º100%70%-
HSV(B)219.61º60%100%-
XYZ35.0933.1699.16-
YUV149.97187.2793.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.96%
GREEN value IS 154 (60.55% from 255) = 30.14%
BLUE value IS 255 (100% from 255) = 49.90%
R=19.96%
G=30.14%
B=49.90%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1021542550.60.4000219.6110070
Hex669AFF3C2800dc6446
Octal146232377745000334144106
Binary11001101001101011111111111100101000001101110011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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