#60A0F5

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

Shades of Cornflower Blue #60A0F5

Tints of Cornflower Blue #60A0F5

Color information

#60A0F5 (or 0x60A0F5) is unknown color: approx Cornflower Blue. HEX triplet: 60, A0 and F5. RGB value is (96,160,245). Sum of RGB (Red+Green+Blue) = 96+160+245=501 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.16% from 501); Green value is 160 (62.89% from 255 or 31.94% 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 #60A0F5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60A0F5 is #9F5F0A. Grayscale: #969696. Windows color (decimal): -10444555 or 16097376. OLE color: 16097376.

HSL color Cylindrical-coordinate representation of color #60A0F5: hue angle of 214.23º degrees, saturation: 0.88, 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 #60A0F5 is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB96160245-
CMYK0.610.3500.04
HSL214.23º88.17%66.86%-
HSV(B)214.23º60.82%96.08%-
XYZ33.8834.2291.21-
YUV150.55181.389.09-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.16%
GREEN value IS 160 (62.89% from 255) = 31.94%
BLUE value IS 245 (96.09% from 255) = 48.90%
R=19.16%
G=31.94%
B=48.90%

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
Decimal961602450.610.3500.04214.2388.1766.86
Hex60A0F53D2304d65843
Octal140240365754304326130103
Binary1100000101000001111010111110110001101001101011010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A0F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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