#605070

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

Shades of Mobster #605070

Tints of Mobster #605070

Color information

#605070 (or 0x605070) is unknown color: approx Mobster. HEX triplet: 60, 50 and 70. RGB value is (96,80,112). Sum of RGB (Red+Green+Blue) = 96+80+112=288 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.33% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 112 (44.14% from 255 or 38.89% from 288); Max value from RGB is 112 - color contains mainly: blue. Hex color #605070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605070 is #9FAF8F. Grayscale: #585858. Windows color (decimal): -10465168 or 7360608. OLE color: 7360608.

HSL color Cylindrical-coordinate representation of color #605070: hue angle of 270º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #605070 is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9680112-
CMYK0.140.2900.56
HSL270º16.67%37.65%-
HSV(B)270º28.57%43.92%-
XYZ10.629.3916.58-
YUV88.43141.3133.4-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.33%
GREEN value IS 80 (31.64% from 255) = 27.78%
BLUE value IS 112 (44.14% from 255) = 38.89%
R=33.33%
G=27.78%
B=38.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96801120.140.2900.5627016.6737.65
Hex605070E1D03810e1126
Octal14012016016350704162146
Binary110000010100001110000111011101011100010000111010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605070; }

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

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

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

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

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

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

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

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