#605076

Color #605076 Mobster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mobster #605076

Tints of Mobster #605076

Color information

#605076 (or 0x605076) is unknown color: approx Mobster. HEX triplet: 60, 50 and 76. RGB value is (96,80,118). Sum of RGB (Red+Green+Blue) = 96+80+118=294 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.65% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 118 (46.48% from 255 or 40.14% from 294); Max value from RGB is 118 - color contains mainly: blue. Hex color #605076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605076 is #9FAF89. Grayscale: #585858. Windows color (decimal): -10465162 or 7753824. OLE color: 7753824.

HSL color Cylindrical-coordinate representation of color #605076: hue angle of 265.26º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #605076 is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9680118-
CMYK0.190.3200.54
HSL265.26º19.19%38.82%-
HSV(B)265.26º32.2%46.27%-
XYZ10.969.5318.4-
YUV89.12144.3132.91-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.65%
GREEN value IS 80 (31.64% from 255) = 27.21%
BLUE value IS 118 (46.48% from 255) = 40.14%
R=32.65%
G=27.21%
B=40.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal96801180.190.3200.54265.2619.1938.82
Hex60507613200361091327
Octal14012016623400664112347
Binary11000001010000111011010011100000011011010000100110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605076; }

 p { color: rgb(96,80,118); }

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

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

 a { background-color: rgb(96,80,118); }

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

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

 span { border-color: rgb(96,80,118); }

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