#695075

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

Shades of Affair #695075

Tints of Affair #695075

Color information

#695075 (or 0x695075) is unknown color: approx Affair. HEX triplet: 69, 50 and 75. RGB value is (105,80,117). Sum of RGB (Red+Green+Blue) = 105+80+117=302 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.77% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 117 (46.09% from 255 or 38.74% from 302); Max value from RGB is 117 - color contains mainly: blue. Hex color #695075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695075 is #96AF8A. Grayscale: #5B5B5B. Windows color (decimal): -9875339 or 7688297. OLE color: 7688297.

HSL color Cylindrical-coordinate representation of color #695075: hue angle of 280.54º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #695075 is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10580117-
CMYK0.100.3200.54
HSL280.54º18.78%38.63%-
HSV(B)280.54º31.62%45.88%-
XYZ11.9110.0218.14-
YUV91.69142.28137.49-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.77%
GREEN value IS 80 (31.64% from 255) = 26.49%
BLUE value IS 117 (46.09% from 255) = 38.74%
R=34.77%
G=26.49%
B=38.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal105801170.100.3200.54280.5418.7838.63
Hex695075A200361191327
Octal15112016512400664312347
Binary1101001101000011101011010100000011011010001100110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695075; }

 p { color: rgb(105,80,117); }

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

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

 a { background-color: rgb(105,80,117); }

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

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

 span { border-color: rgb(105,80,117); }

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