#60A5F1

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

Shades of Cornflower Blue #60A5F1

Tints of Cornflower Blue #60A5F1

Color information

#60A5F1 (or 0x60A5F1) is unknown color: approx Cornflower Blue. HEX triplet: 60, A5 and F1. RGB value is (96,165,241). Sum of RGB (Red+Green+Blue) = 96+165+241=502 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.12% from 502); Green value is 165 (64.84% from 255 or 32.87% from 502); Blue value is 241 (94.53% from 255 or 48.01% from 502); Max value from RGB is 241 - color contains mainly: blue. Hex color #60A5F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60A5F1 is #9F5A0E. Grayscale: #989898. Windows color (decimal): -10443279 or 15836512. OLE color: 15836512.

HSL color Cylindrical-coordinate representation of color #60A5F1: hue angle of 211.45º 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 #60A5F1 is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB96165241-
CMYK0.600.3200.05
HSL211.45º83.82%66.08%-
HSV(B)211.45º60.17%94.51%-
XYZ34.1635.7588.32-
YUV153.03177.6487.32-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.12%
GREEN value IS 165 (64.84% from 255) = 32.87%
BLUE value IS 241 (94.53% from 255) = 48.01%
R=19.12%
G=32.87%
B=48.01%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal961652410.600.3200.05211.4583.8266.08
Hex60A5F13C2005d35442
Octal140245361744005323124102
Binary1100000101001011111000111110010000001011101001110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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