#695B77

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

Shades of Mobster #695B77

Tints of Mobster #695B77

Color information

#695B77 (or 0x695B77) is unknown color: approx Mobster. HEX triplet: 69, 5B and 77. RGB value is (105,91,119). Sum of RGB (Red+Green+Blue) = 105+91+119=315 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.33% from 315); Green value is 91 (35.94% from 255 or 28.89% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 119 - color contains mainly: blue. Hex color #695B77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695B77 is #96A488. Grayscale: #626262. Windows color (decimal): -9872521 or 7822185. OLE color: 7822185.

HSL color Cylindrical-coordinate representation of color #695B77: hue angle of 270º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #695B77 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10591119-
CMYK0.120.2400.53
HSL270º13.33%41.18%-
HSV(B)270º23.53%46.67%-
XYZ12.911.8219.05-
YUV98.38139.64132.72-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.33%
GREEN value IS 91 (35.94% from 255) = 28.89%
BLUE value IS 119 (46.88% from 255) = 37.78%
R=33.33%
G=28.89%
B=37.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal105911190.120.2400.5327013.3341.18
Hex695B77C1803510ed29
Octal15113316714300654161551
Binary11010011011011111011111001100001101011000011101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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