#60579E

Color #60579E Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #60579E

Tints of Rich Blue #60579E

Color information

#60579E (or 0x60579E) is unknown color: approx Rich Blue. HEX triplet: 60, 57 and 9E. RGB value is (96,87,158). Sum of RGB (Red+Green+Blue) = 96+87+158=341 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.15% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 158 (62.11% from 255 or 46.33% from 341); Max value from RGB is 158 - color contains mainly: blue. Hex color #60579E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60579E is #9FA861. Grayscale: #616161. Windows color (decimal): -10463330 or 10377056. OLE color: 10377056.

HSL color Cylindrical-coordinate representation of color #60579E: hue angle of 247.61º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #60579E is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9687158-
CMYK0.390.4500.38
HSL247.61º28.98%48.04%-
HSV(B)247.61º44.94%61.96%-
XYZ14.411.7733.86-
YUV97.78161.98126.73-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.15%
GREEN value IS 87 (34.38% from 255) = 25.51%
BLUE value IS 158 (62.11% from 255) = 46.33%
R=28.15%
G=25.51%
B=46.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal96871580.390.4500.38247.6128.9848.04
Hex60579E272D026f81d30
Octal14012723647550463703560
Binary110000010101111001111010011110110101001101111100011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60579E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60579E; }

 p { color: rgb(96,87,158); }

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

<style>
 a { background-color: #60579E; }

 a { background-color: rgb(96,87,158); }

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

<style>
 span { border-color: #60579E; }

 span { border-color: rgb(96,87,158); }

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