#675B70

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

Shades of Mobster #675B70

Tints of Mobster #675B70

Color information

#675B70 (or 0x675B70) is unknown color: approx Mobster. HEX triplet: 67, 5B and 70. RGB value is (103,91,112). Sum of RGB (Red+Green+Blue) = 103+91+112=306 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.66% from 306); Green value is 91 (35.94% from 255 or 29.74% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 112 - color contains mainly: blue. Hex color #675B70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675B70 is #98A48F. Grayscale: #606060. Windows color (decimal): -10003600 or 7363431. OLE color: 7363431.

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

Color convert

RGB10391112-
CMYK0.080.1900.56
HSL274.29º10.34%39.8%-
HSV(B)274.29º18.75%43.92%-
XYZ12.2611.5416.91-
YUV96.98136.48132.29-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.66%
GREEN value IS 91 (35.94% from 255) = 29.74%
BLUE value IS 112 (44.14% from 255) = 36.60%
R=33.66%
G=29.74%
B=36.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal103911120.080.1900.56274.2910.3439.8
Hex675B70813038112a28
Octal14713316010230704221250
Binary11001111011011111000010001001101110001000100101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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