#695875

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

Shades of Mobster #695875

Tints of Mobster #695875

Color information

#695875 (or 0x695875) is unknown color: approx Mobster. HEX triplet: 69, 58 and 75. RGB value is (105,88,117). Sum of RGB (Red+Green+Blue) = 105+88+117=310 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.87% from 310); Green value is 88 (34.77% from 255 or 28.39% 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 #695875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695875 is #96A78A. Grayscale: #606060. Windows color (decimal): -9873291 or 7690345. OLE color: 7690345.

HSL color Cylindrical-coordinate representation of color #695875: hue angle of 275.17º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #695875 is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10588117-
CMYK0.100.2500.54
HSL275.17º14.15%40.2%-
HSV(B)275.17º24.79%45.88%-
XYZ12.5311.2718.34-
YUV96.39139.63134.14-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.87%
GREEN value IS 88 (34.77% from 255) = 28.39%
BLUE value IS 117 (46.09% from 255) = 37.74%
R=33.87%
G=28.39%
B=37.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal105881170.100.2500.54275.1714.1540.2
Hex695875A19036113e28
Octal15113016512310664231650
Binary11010011011000111010110101100101101101000100111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695875; }

 p { color: rgb(105,88,117); }

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

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

 a { background-color: rgb(105,88,117); }

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

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

 span { border-color: rgb(105,88,117); }

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