#60589B

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

Shades of Rich Blue #60589B

Tints of Rich Blue #60589B

Color information

#60589B (or 0x60589B) is unknown color: approx Rich Blue. HEX triplet: 60, 58 and 9B. RGB value is (96,88,155). Sum of RGB (Red+Green+Blue) = 96+88+155=339 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.32% from 339); Green value is 88 (34.77% from 255 or 25.96% from 339); Blue value is 155 (60.94% from 255 or 45.72% from 339); Max value from RGB is 155 - color contains mainly: blue. Hex color #60589B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60589B is #9FA764. Grayscale: #616161. Windows color (decimal): -10463077 or 10180704. OLE color: 10180704.

HSL color Cylindrical-coordinate representation of color #60589B: hue angle of 247.16º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #60589B is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9688155-
CMYK0.380.4300.39
HSL247.16º27.57%47.65%-
HSV(B)247.16º43.23%60.78%-
XYZ14.2311.8332.54-
YUV98.03160.15126.55-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.32%
GREEN value IS 88 (34.77% from 255) = 25.96%
BLUE value IS 155 (60.94% from 255) = 45.72%
R=28.32%
G=25.96%
B=45.72%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal96881550.380.4300.39247.1627.5747.65
Hex60589B262B027f71c30
Octal14013023346530473673460
Binary110000010110001001101110011010101101001111111011111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60589B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60589B; }

 p { color: rgb(96,88,155); }

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

<style>
 a { background-color: #60589B; }

 a { background-color: rgb(96,88,155); }

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

<style>
 span { border-color: #60589B; }

 span { border-color: rgb(96,88,155); }

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