#60A4F1

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

Shades of Cornflower Blue #60A4F1

Tints of Cornflower Blue #60A4F1

Color information

#60A4F1 (or 0x60A4F1) is unknown color: approx Cornflower Blue. HEX triplet: 60, A4 and F1. RGB value is (96,164,241). Sum of RGB (Red+Green+Blue) = 96+164+241=501 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.16% from 501); Green value is 164 (64.45% from 255 or 32.73% from 501); Blue value is 241 (94.53% from 255 or 48.10% from 501); Max value from RGB is 241 - color contains mainly: blue. Hex color #60A4F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60A4F1 is #9F5B0E. Grayscale: #989898. Windows color (decimal): -10443535 or 15836256. OLE color: 15836256.

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

Color convert

RGB96164241-
CMYK0.600.3200.05
HSL211.86º83.82%66.08%-
HSV(B)211.86º60.17%94.51%-
XYZ33.9835.3988.26-
YUV152.45177.9787.74-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.16%
GREEN value IS 164 (64.45% from 255) = 32.73%
BLUE value IS 241 (94.53% from 255) = 48.10%
R=19.16%
G=32.73%
B=48.10%

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
Decimal961642410.600.3200.05211.8683.8266.08
Hex60A4F13C2005d45442
Octal140244361744005324124102
Binary1100000101001001111000111110010000001011101010010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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