#695576

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

Shades of Affair #695576

Tints of Affair #695576

Color information

#695576 (or 0x695576) is unknown color: approx Affair. HEX triplet: 69, 55 and 76. RGB value is (105,85,118). Sum of RGB (Red+Green+Blue) = 105+85+118=308 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.09% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 118 (46.48% from 255 or 38.31% from 308); Max value from RGB is 118 - color contains mainly: blue. Hex color #695576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695576 is #96AA89. Grayscale: #5E5E5E. Windows color (decimal): -9874058 or 7755113. OLE color: 7755113.

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

Color convert

RGB10585118-
CMYK0.110.2800.54
HSL276.36º16.26%39.8%-
HSV(B)276.36º27.97%46.27%-
XYZ12.3410.8118.58-
YUV94.74141.13135.32-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.09%
GREEN value IS 85 (33.59% from 255) = 27.60%
BLUE value IS 118 (46.48% from 255) = 38.31%
R=34.09%
G=27.60%
B=38.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal105851180.110.2800.54276.3616.2639.8
Hex695576B1C0361141028
Octal15112516613340664242050
Binary110100110101011110110101111100011011010001010010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695576; }

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

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

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

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

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

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

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

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