#675A75

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

Shades of Mobster #675A75

Tints of Mobster #675A75

Color information

#675A75 (or 0x675A75) is unknown color: approx Mobster. HEX triplet: 67, 5A and 75. RGB value is (103,90,117). Sum of RGB (Red+Green+Blue) = 103+90+117=310 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.23% from 310); Green value is 90 (35.55% from 255 or 29.03% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 117 - color contains mainly: blue. Hex color #675A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675A75 is #98A58A. Grayscale: #606060. Windows color (decimal): -10003851 or 7690855. OLE color: 7690855.

HSL color Cylindrical-coordinate representation of color #675A75: hue angle of 268.89º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #675A75 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10390117-
CMYK0.120.2300.54
HSL268.89º13.04%40.59%-
HSV(B)268.89º23.08%45.88%-
XYZ12.4611.4818.39-
YUV96.96139.31132.3-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.23%
GREEN value IS 90 (35.55% from 255) = 29.03%
BLUE value IS 117 (46.09% from 255) = 37.74%
R=33.23%
G=29.03%
B=37.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal103901170.120.2300.54268.8913.0440.59
Hex675A75C1703610dd29
Octal14713216514270664151551
Binary11001111011010111010111001011101101101000011011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,90,117); }

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

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

 a { background-color: rgb(103,90,117); }

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

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

 span { border-color: rgb(103,90,117); }

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