#60559E

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

Shades of Rich Blue #60559E

Tints of Rich Blue #60559E

Color information

#60559E (or 0x60559E) is unknown color: approx Rich Blue. HEX triplet: 60, 55 and 9E. RGB value is (96,85,158). Sum of RGB (Red+Green+Blue) = 96+85+158=339 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.32% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 158 (62.11% from 255 or 46.61% from 339); Max value from RGB is 158 - color contains mainly: blue. Hex color #60559E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60559E is #9FAA61. Grayscale: #606060. Windows color (decimal): -10463842 or 10376544. OLE color: 10376544.

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

Color convert

RGB9685158-
CMYK0.390.4600.38
HSL249.04º30.04%47.65%-
HSV(B)249.04º46.2%61.96%-
XYZ14.2411.4533.81-
YUV96.61162.64127.56-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.32%
GREEN value IS 85 (33.59% from 255) = 25.07%
BLUE value IS 158 (62.11% from 255) = 46.61%
R=28.32%
G=25.07%
B=46.61%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal96851580.390.4600.38249.0430.0447.65
Hex60559E272E026f91e30
Octal14012523647560463713660
Binary110000010101011001111010011110111001001101111100111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60559E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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