#695479

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

Shades of Affair #695479

Tints of Affair #695479

Color information

#695479 (or 0x695479) is unknown color: approx Affair. HEX triplet: 69, 54 and 79. RGB value is (105,84,121). Sum of RGB (Red+Green+Blue) = 105+84+121=310 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.87% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 121 (47.66% from 255 or 39.03% from 310); Max value from RGB is 121 - color contains mainly: blue. Hex color #695479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695479 is #96AB86. Grayscale: #5E5E5E. Windows color (decimal): -9874311 or 7951465. OLE color: 7951465.

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

Color convert

RGB10584121-
CMYK0.130.3100.53
HSL274.05º18.05%40.2%-
HSV(B)274.05º30.58%47.45%-
XYZ12.4510.7219.5-
YUV94.5142.96135.49-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.87%
GREEN value IS 84 (33.20% from 255) = 27.10%
BLUE value IS 121 (47.66% from 255) = 39.03%
R=33.87%
G=27.10%
B=39.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal105841210.130.3100.53274.0518.0540.2
Hex695479D1F0351121228
Octal15112417115370654222250
Binary110100110101001111001110111111011010110001001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695479; }

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

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

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

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

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

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

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

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