#675970

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

Shades of Mobster #675970

Tints of Mobster #675970

Color information

#675970 (or 0x675970) is unknown color: approx Mobster. HEX triplet: 67, 59 and 70. RGB value is (103,89,112). Sum of RGB (Red+Green+Blue) = 103+89+112=304 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.88% from 304); Green value is 89 (35.16% from 255 or 29.28% from 304); Blue value is 112 (44.14% from 255 or 36.84% from 304); Max value from RGB is 112 - color contains mainly: blue. Hex color #675970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675970 is #98A68F. Grayscale: #5F5F5F. Windows color (decimal): -10004112 or 7362919. OLE color: 7362919.

HSL color Cylindrical-coordinate representation of color #675970: hue angle of 276.52º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #675970 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10389112-
CMYK0.080.2100.56
HSL276.52º11.44%39.41%-
HSV(B)276.52º20.54%43.92%-
XYZ12.0911.216.85-
YUV95.81137.14133.13-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.88%
GREEN value IS 89 (35.16% from 255) = 29.28%
BLUE value IS 112 (44.14% from 255) = 36.84%
R=33.88%
G=29.28%
B=36.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal103891120.080.2100.56276.5211.4439.41
Hex675970815038115b27
Octal14713116010250704251347
Binary11001111011001111000010001010101110001000101011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675970; }

 p { color: rgb(103,89,112); }

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

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

 a { background-color: rgb(103,89,112); }

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

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

 span { border-color: rgb(103,89,112); }

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