#695678

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

Shades of Affair #695678

Tints of Affair #695678

Color information

#695678 (or 0x695678) is unknown color: approx Affair. HEX triplet: 69, 56 and 78. RGB value is (105,86,120). Sum of RGB (Red+Green+Blue) = 105+86+120=311 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.76% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 120 (47.27% from 255 or 38.59% from 311); Max value from RGB is 120 - color contains mainly: blue. Hex color #695678 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695678 is #96A987. Grayscale: #5F5F5F. Windows color (decimal): -9873800 or 7886441. OLE color: 7886441.

HSL color Cylindrical-coordinate representation of color #695678: hue angle of 273.53º degrees, saturation: 0.17, 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 #695678 is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10586120-
CMYK0.130.2800.53
HSL273.53º16.5%40.39%-
HSV(B)273.53º28.33%47.06%-
XYZ12.5411.0119.23-
YUV95.56141.79134.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.76%
GREEN value IS 86 (33.98% from 255) = 27.65%
BLUE value IS 120 (47.27% from 255) = 38.59%
R=33.76%
G=27.65%
B=38.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal105861200.130.2800.53273.5316.540.39
Hex695678D1C0351121128
Octal15112617015340654222150
Binary110100110101101111000110111100011010110001001010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695678; }

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

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

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

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

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

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

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

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