#695376

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

Shades of Affair #695376

Tints of Affair #695376

Color information

#695376 (or 0x695376) is unknown color: approx Affair. HEX triplet: 69, 53 and 76. RGB value is (105,83,118). Sum of RGB (Red+Green+Blue) = 105+83+118=306 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.31% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 118 (46.48% from 255 or 38.56% from 306); Max value from RGB is 118 - color contains mainly: blue. Hex color #695376 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695376 is #96AC89. Grayscale: #5D5D5D. Windows color (decimal): -9874570 or 7754601. OLE color: 7754601.

HSL color Cylindrical-coordinate representation of color #695376: hue angle of 277.71º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #695376 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10583118-
CMYK0.110.3000.54
HSL277.71º17.41%39.41%-
HSV(B)277.71º29.66%46.27%-
XYZ12.1910.518.52-
YUV93.57141.79136.15-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.31%
GREEN value IS 83 (32.81% from 255) = 27.12%
BLUE value IS 118 (46.48% from 255) = 38.56%
R=34.31%
G=27.12%
B=38.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal105831180.110.3000.54277.7117.4139.41
Hex695376B1E0361161127
Octal15112316613360664262147
Binary110100110100111110110101111110011011010001011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695376; }

 p { color: rgb(105,83,118); }

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

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

 a { background-color: rgb(105,83,118); }

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

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

 span { border-color: rgb(105,83,118); }

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