#675F70

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

Shades of Mobster #675F70

Tints of Mobster #675F70

Color information

#675F70 (or 0x675F70) is unknown color: approx Mobster. HEX triplet: 67, 5F and 70. RGB value is (103,95,112). Sum of RGB (Red+Green+Blue) = 103+95+112=310 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.23% from 310); Green value is 95 (37.5% from 255 or 30.65% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 112 - color contains mainly: blue. Hex color #675F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675F70 is #98A08F. Grayscale: #636363. Windows color (decimal): -10002576 or 7364455. OLE color: 7364455.

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

Color convert

RGB10395112-
CMYK0.080.1500.56
HSL268.24º8.21%40.59%-
HSV(B)268.24º15.18%43.92%-
XYZ12.6112.2417.03-
YUV99.33135.15130.62-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.23%
GREEN value IS 95 (37.5% from 255) = 30.65%
BLUE value IS 112 (44.14% from 255) = 36.13%
R=33.23%
G=30.65%
B=36.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal103951120.080.1500.56268.248.2140.59
Hex675F708F03810c829
Octal14713716010170704141051
Binary1100111101111111100001000111101110001000011001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675F70; }

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

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

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

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

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

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

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

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