#60A2F1

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

Shades of Cornflower Blue #60A2F1

Tints of Cornflower Blue #60A2F1

Color information

#60A2F1 (or 0x60A2F1) is unknown color: approx Cornflower Blue. HEX triplet: 60, A2 and F1. RGB value is (96,162,241). Sum of RGB (Red+Green+Blue) = 96+162+241=499 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.24% from 499); Green value is 162 (63.67% from 255 or 32.46% from 499); Blue value is 241 (94.53% from 255 or 48.30% from 499); Max value from RGB is 241 - color contains mainly: blue. Hex color #60A2F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60A2F1 is #9F5D0E. Grayscale: #969696. Windows color (decimal): -10444047 or 15835744. OLE color: 15835744.

HSL color Cylindrical-coordinate representation of color #60A2F1: hue angle of 212.69º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60A2F1 is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB96162241-
CMYK0.600.3300.05
HSL212.69º83.82%66.08%-
HSV(B)212.69º60.17%94.51%-
XYZ33.6234.6888.14-
YUV151.27178.6388.58-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.24%
GREEN value IS 162 (63.67% from 255) = 32.46%
BLUE value IS 241 (94.53% from 255) = 48.30%
R=19.24%
G=32.46%
B=48.30%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal961622410.600.3300.05212.6983.8266.08
Hex60A2F13C2105d55442
Octal140242361744105325124102
Binary1100000101000101111000111110010000101011101010110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A2F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,162,241); }

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

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

 a { background-color: rgb(96,162,241); }

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

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

 span { border-color: rgb(96,162,241); }

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