#695279

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

Shades of Affair #695279

Tints of Affair #695279

Color information

#695279 (or 0x695279) is unknown color: approx Affair. HEX triplet: 69, 52 and 79. RGB value is (105,82,121). Sum of RGB (Red+Green+Blue) = 105+82+121=308 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.09% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 121 (47.66% from 255 or 39.29% from 308); Max value from RGB is 121 - color contains mainly: blue. Hex color #695279 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695279 is #96AD86. Grayscale: #5D5D5D. Windows color (decimal): -9874823 or 7950953. OLE color: 7950953.

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

Color convert

RGB10582121-
CMYK0.130.3200.53
HSL275.38º19.21%39.8%-
HSV(B)275.38º32.23%47.45%-
XYZ12.2910.4219.45-
YUV93.32143.62136.33-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.09%
GREEN value IS 82 (32.42% from 255) = 26.62%
BLUE value IS 121 (47.66% from 255) = 39.29%
R=34.09%
G=26.62%
B=39.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal105821210.130.3200.53275.3819.2139.8
Hex695279D200351131328
Octal15112217115400654232350
Binary1101001101001011110011101100000011010110001001110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695279; }

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

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

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

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

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

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

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

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