#60A0F6

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

Shades of Cornflower Blue #60A0F6

Tints of Cornflower Blue #60A0F6

Color information

#60A0F6 (or 0x60A0F6) is unknown color: approx Cornflower Blue. HEX triplet: 60, A0 and F6. RGB value is (96,160,246). Sum of RGB (Red+Green+Blue) = 96+160+246=502 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.12% from 502); Green value is 160 (62.89% from 255 or 31.87% from 502); Blue value is 246 (96.48% from 255 or 49.00% from 502); Max value from RGB is 246 - color contains mainly: blue. Hex color #60A0F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60A0F6 is #9F5F09. Grayscale: #969696. Windows color (decimal): -10444554 or 16162912. OLE color: 16162912.

HSL color Cylindrical-coordinate representation of color #60A0F6: hue angle of 214.4º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60A0F6 is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB96160246-
CMYK0.610.3500.04
HSL214.4º89.29%67.06%-
HSV(B)214.4º60.98%96.47%-
XYZ34.0334.2892.01-
YUV150.67181.889.01-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.12%
GREEN value IS 160 (62.89% from 255) = 31.87%
BLUE value IS 246 (96.48% from 255) = 49.00%
R=19.12%
G=31.87%
B=49.00%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal961602460.610.3500.04214.489.2967.06
Hex60A0F63D2304d65943
Octal140240366754304326131103
Binary1100000101000001111011011110110001101001101011010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A0F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60A0F6; }

 p { color: rgb(96,160,246); }

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

<style>
 a { background-color: #60A0F6; }

 a { background-color: rgb(96,160,246); }

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

<style>
 span { border-color: #60A0F6; }

 span { border-color: rgb(96,160,246); }

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