#60A7F1

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

Shades of Cornflower Blue #60A7F1

Tints of Cornflower Blue #60A7F1

Color information

#60A7F1 (or 0x60A7F1) is unknown color: approx Cornflower Blue. HEX triplet: 60, A7 and F1. RGB value is (96,167,241). Sum of RGB (Red+Green+Blue) = 96+167+241=504 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.05% from 504); Green value is 167 (65.62% from 255 or 33.13% from 504); Blue value is 241 (94.53% from 255 or 47.82% from 504); Max value from RGB is 241 - color contains mainly: blue. Hex color #60A7F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60A7F1 is #9F580E. Grayscale: #999999. Windows color (decimal): -10442767 or 15837024. OLE color: 15837024.

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

Color convert

RGB96167241-
CMYK0.600.3100.05
HSL210.62º83.82%66.08%-
HSV(B)210.62º60.17%94.51%-
XYZ34.5236.4888.44-
YUV154.21176.9886.48-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.05%
GREEN value IS 167 (65.62% from 255) = 33.13%
BLUE value IS 241 (94.53% from 255) = 47.82%
R=19.05%
G=33.13%
B=47.82%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal961672410.600.3100.05210.6283.8266.08
Hex60A7F13C1F05d35442
Octal140247361743705323124102
Binary110000010100111111100011111001111101011101001110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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