#695677

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

Shades of Affair #695677

Tints of Affair #695677

Color information

#695677 (or 0x695677) is unknown color: approx Affair. HEX triplet: 69, 56 and 77. RGB value is (105,86,119). Sum of RGB (Red+Green+Blue) = 105+86+119=310 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.87% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 119 (46.88% from 255 or 38.39% from 310); Max value from RGB is 119 - color contains mainly: blue. Hex color #695677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695677 is #96A988. Grayscale: #5F5F5F. Windows color (decimal): -9873801 or 7820905. OLE color: 7820905.

HSL color Cylindrical-coordinate representation of color #695677: hue angle of 274.55º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #695677 is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10586119-
CMYK0.120.2800.53
HSL274.55º16.1%40.2%-
HSV(B)274.55º27.73%46.67%-
XYZ12.4810.9918.92-
YUV95.44141.29134.82-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.87%
GREEN value IS 86 (33.98% from 255) = 27.74%
BLUE value IS 119 (46.88% from 255) = 38.39%
R=33.87%
G=27.74%
B=38.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal105861190.120.2800.53274.5516.140.2
Hex695677C1C0351131028
Octal15112616714340654232050
Binary110100110101101110111110011100011010110001001110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695677; }

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

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

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

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

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

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

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

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