#60A4FE

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

Shades of Cornflower Blue #60A4FE

Tints of Cornflower Blue #60A4FE

Color information

#60A4FE (or 0x60A4FE) is unknown color: approx Cornflower Blue. HEX triplet: 60, A4 and FE. RGB value is (96,164,254). Sum of RGB (Red+Green+Blue) = 96+164+254=514 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.68% from 514); Green value is 164 (64.45% from 255 or 31.91% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #60A4FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60A4FE is #9F5B01. Grayscale: #999999. Windows color (decimal): -10443522 or 16688224. OLE color: 16688224.

HSL color Cylindrical-coordinate representation of color #60A4FE: hue angle of 214.18º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60A4FE is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB96164254-
CMYK0.620.3500.00
HSL214.18º98.75%68.63%-
HSV(B)214.18º62.2%99.61%-
XYZ35.9936.1998.86-
YUV153.93184.4786.68-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.68%
GREEN value IS 164 (64.45% from 255) = 31.91%
BLUE value IS 254 (99.61% from 255) = 49.42%
R=18.68%
G=31.91%
B=49.42%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal961642540.620.3500.00214.1898.7568.63
Hex60A4FE3E2300d66345
Octal140244376764300326143105
Binary11000001010010011111110111110100011001101011011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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