#60A4FA

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

Shades of Cornflower Blue #60A4FA

Tints of Cornflower Blue #60A4FA

Color information

#60A4FA (or 0x60A4FA) is unknown color: approx Cornflower Blue. HEX triplet: 60, A4 and FA. RGB value is (96,164,250). Sum of RGB (Red+Green+Blue) = 96+164+250=510 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.82% from 510); Green value is 164 (64.45% from 255 or 32.16% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #60A4FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60A4FA is #9F5B05. Grayscale: #999999. Windows color (decimal): -10443526 or 16426080. OLE color: 16426080.

HSL color Cylindrical-coordinate representation of color #60A4FA: hue angle of 213.51º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60A4FA is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB96164250-
CMYK0.620.3400.02
HSL213.51º93.9%67.84%-
HSV(B)213.51º61.6%98.04%-
XYZ35.3535.9495.52-
YUV153.47182.4787.01-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.82%
GREEN value IS 164 (64.45% from 255) = 32.16%
BLUE value IS 250 (98.05% from 255) = 49.02%
R=18.82%
G=32.16%
B=49.02%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal961642500.620.3400.02213.5193.967.84
Hex60A4FA3E2202d65e44
Octal140244372764202326136104
Binary110000010100100111110101111101000100101101011010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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