Html Css Color HEX #695B76 Mobster

📋 copy color: '#695B76'

red 105 ◦ green 91 ◦ blue 118

#695B76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mobster #695B76

Tints of Mobster #695B76

RGB

 RED value IS 105 (41.41% from 255) = 33.44%

 GREEN value IS 91 (35.94% from 255) = 28.98%

 BLUE value IS 118 (46.48% from 255) = 37.58%

R = 33.44%
G = 28.98%
B = 37.58%

CMYK

 C value IS 0.11

 M value IS 0.23

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#695B76 (or 0x695B76) is known color: Mobster. HEX triplet: 69, 5B and 76. RGB value is (105,91,118). Sum of RGB (Red+Green+Blue) = 105+91+118=314 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.44% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 118 (46.48% from 255 or 37.58% from 314); Max value from RGB is 118 - color contains mainly: blue. Hex color #695B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695B76 is #96A489. Grayscale: #626262. Windows color (decimal): -9872522 or 7756649. OLE color: 7756649.

HSL color Cylindrical-coordinate representation of color #695B76: hue angle of 271.11º 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 #695B76 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 105 91 118 -
CMYK 0.11 0.23 0 0.54
HSL 271.11º 0.13% 0.41% -
HSV(B) 271.11º 0.23% 0.46% -
XYZ 12.84 11.79 18.74 -
YUV 98.26 139.14 132.8 -
System Red Green Blue C M Y K H S L
Decimal 105 91 118 0.11 0.23 0 0.54 271.11 0.13 0.41
Hex 69 5B 76 B 17 0 36 10F D 29
Octal 151 133 166 13 27 0 66 417 15 51
Binary 1101001 1011011 1110110 1011 10111 0 110110 100001111 1101 101001

Color Harmonies of #695B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695B76

Black with #695B76

Text Example


Text Example

White with #695B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695B76; }

 p { color: rgb(105,91,118); }

 H1.HeaderClassName
 {
   color: #695B76;
 }
 .AnyTagClassName
 {
   color: #695B76;
 }
</style>

background-color css

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

 a { background-color: rgb(105,91,118); }

 div.DivClassName
 {
   background-color: #695B76;
 }
 .BgClassName
 {
   background-color: #695B76;
 }
</style>

border-color css

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

 span { border-color: rgb(105,91,118); }

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