#695579

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

Shades of Affair #695579

Tints of Affair #695579

Color information

#695579 (or 0x695579) is unknown color: approx Affair. HEX triplet: 69, 55 and 79. RGB value is (105,85,121). Sum of RGB (Red+Green+Blue) = 105+85+121=311 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.76% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 121 (47.66% from 255 or 38.91% from 311); Max value from RGB is 121 - color contains mainly: blue. Hex color #695579 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695579 is #96AA86. Grayscale: #5E5E5E. Windows color (decimal): -9874055 or 7951721. OLE color: 7951721.

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

Color convert

RGB10585121-
CMYK0.130.3000.53
HSL273.33º17.48%40.39%-
HSV(B)273.33º29.75%47.45%-
XYZ12.5310.8819.53-
YUV95.08142.63135.07-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.76%
GREEN value IS 85 (33.59% from 255) = 27.33%
BLUE value IS 121 (47.66% from 255) = 38.91%
R=33.76%
G=27.33%
B=38.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal105851210.130.3000.53273.3317.4840.39
Hex695579D1E0351111128
Octal15112517115360654212150
Binary110100110101011111001110111110011010110001000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695579; }

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

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

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

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

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

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

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

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