#605073

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

Shades of Mobster #605073

Tints of Mobster #605073

Color information

#605073 (or 0x605073) is unknown color: approx Mobster. HEX triplet: 60, 50 and 73. RGB value is (96,80,115). Sum of RGB (Red+Green+Blue) = 96+80+115=291 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.99% from 291); Green value is 80 (31.64% from 255 or 27.49% from 291); Blue value is 115 (45.31% from 255 or 39.52% from 291); Max value from RGB is 115 - color contains mainly: blue. Hex color #605073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605073 is #9FAF8C. Grayscale: #585858. Windows color (decimal): -10465165 or 7557216. OLE color: 7557216.

HSL color Cylindrical-coordinate representation of color #605073: hue angle of 267.43º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #605073 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9680115-
CMYK0.170.3000.55
HSL267.43º17.95%38.24%-
HSV(B)267.43º30.43%45.1%-
XYZ10.799.4617.48-
YUV88.77142.8133.15-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.99%
GREEN value IS 80 (31.64% from 255) = 27.49%
BLUE value IS 115 (45.31% from 255) = 39.52%
R=32.99%
G=27.49%
B=39.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal96801150.170.3000.55267.4317.9538.24
Hex605073111E03710b1226
Octal14012016321360674132246
Binary1100000101000011100111000111110011011110000101110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605073; }

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

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

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

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

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

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

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

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