#695577

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

Shades of Affair #695577

Tints of Affair #695577

Color information

#695577 (or 0x695577) is unknown color: approx Affair. HEX triplet: 69, 55 and 77. RGB value is (105,85,119). Sum of RGB (Red+Green+Blue) = 105+85+119=309 (40% of max value = 765). Red value is 105 (41.41% from 255 or 33.98% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 119 (46.88% from 255 or 38.51% from 309); Max value from RGB is 119 - color contains mainly: blue. Hex color #695577 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695577 is #96AA88. Grayscale: #5E5E5E. Windows color (decimal): -9874057 or 7820649. OLE color: 7820649.

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

Color convert

RGB10585119-
CMYK0.120.2900.53
HSL275.29º16.67%40%-
HSV(B)275.29º28.57%46.67%-
XYZ12.410.8318.89-
YUV94.86141.63135.24-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.98%
GREEN value IS 85 (33.59% from 255) = 27.51%
BLUE value IS 119 (46.88% from 255) = 38.51%
R=33.98%
G=27.51%
B=38.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal105851190.120.2900.53275.2916.6740
Hex695577C1D0351131128
Octal15112516714350654232150
Binary110100110101011110111110011101011010110001001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695577; }

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

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

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

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

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

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

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

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