#60A5FF

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

Shades of Cornflower Blue #60A5FF

Tints of Cornflower Blue #60A5FF

Color information

#60A5FF (or 0x60A5FF) is unknown color: approx Cornflower Blue. HEX triplet: 60, A5 and FF. RGB value is (96,165,255). Sum of RGB (Red+Green+Blue) = 96+165+255=516 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.60% from 516); Green value is 165 (64.84% from 255 or 31.98% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #60A5FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60A5FF is #9F5A00. Grayscale: #9A9A9A. Windows color (decimal): -10443265 or 16754016. OLE color: 16754016.

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

Color convert

RGB96165255-
CMYK0.620.3500
HSL213.96º100%68.82%-
HSV(B)213.96º62.35%100%-
XYZ36.3336.6299.76-
YUV154.63184.6486.18-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.60%
GREEN value IS 165 (64.84% from 255) = 31.98%
BLUE value IS 255 (100% from 255) = 49.42%
R=18.60%
G=31.98%
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
SystemRedGreenBlueCMYKHSL
Decimal961652550.620.3500213.9610068.82
Hex60A5FF3E2300d66445
Octal140245377764300326144105
Binary11000001010010111111111111110100011001101011011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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