#695578

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

Shades of Affair #695578

Tints of Affair #695578

Color information

#695578 (or 0x695578) is unknown color: approx Affair. HEX triplet: 69, 55 and 78. RGB value is (105,85,120). Sum of RGB (Red+Green+Blue) = 105+85+120=310 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.87% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 120 (47.27% from 255 or 38.71% from 310); Max value from RGB is 120 - color contains mainly: blue. Hex color #695578 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695578 is #96AA87. Grayscale: #5E5E5E. Windows color (decimal): -9874056 or 7886185. OLE color: 7886185.

HSL color Cylindrical-coordinate representation of color #695578: hue angle of 274.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 #695578 is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10585120-
CMYK0.130.2900.53
HSL274.29º17.07%40.2%-
HSV(B)274.29º29.17%47.06%-
XYZ12.4610.8619.21-
YUV94.97142.13135.15-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.87%
GREEN value IS 85 (33.59% from 255) = 27.42%
BLUE value IS 120 (47.27% from 255) = 38.71%
R=33.87%
G=27.42%
B=38.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal105851200.130.2900.53274.2917.0740.2
Hex695578D1D0351121128
Octal15112517015350654222150
Binary110100110101011111000110111101011010110001001010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695578; }

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

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

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

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

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

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

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

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