#669CF5

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

Shades of Cornflower Blue #669CF5

Tints of Cornflower Blue #669CF5

Color information

#669CF5 (or 0x669CF5) is unknown color: approx Cornflower Blue. HEX triplet: 66, 9C and F5. RGB value is (102,156,245). Sum of RGB (Red+Green+Blue) = 102+156+245=503 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.28% from 503); Green value is 156 (61.33% from 255 or 31.01% from 503); Blue value is 245 (96.09% from 255 or 48.71% from 503); Max value from RGB is 245 - color contains mainly: blue. Hex color #669CF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #669CF5 is #99630A. Grayscale: #959595. Windows color (decimal): -10052363 or 16096358. OLE color: 16096358.

HSL color Cylindrical-coordinate representation of color #669CF5: hue angle of 217.34º 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 #669CF5 is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB102156245-
CMYK0.580.3600.04
HSL217.34º87.73%68.04%-
HSV(B)217.34º58.37%96.08%-
XYZ33.8533.1991.01-
YUV150181.6193.76-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.28%
GREEN value IS 156 (61.33% from 255) = 31.01%
BLUE value IS 245 (96.09% from 255) = 48.71%
R=20.28%
G=31.01%
B=48.71%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1021562450.580.3600.04217.3487.7368.04
Hex669CF53A2404d95844
Octal146234365724404331130104
Binary1100110100111001111010111101010010001001101100110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669CF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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