#695475

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

Shades of Affair #695475

Tints of Affair #695475

Color information

#695475 (or 0x695475) is unknown color: approx Affair. HEX triplet: 69, 54 and 75. RGB value is (105,84,117). Sum of RGB (Red+Green+Blue) = 105+84+117=306 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.31% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 117 (46.09% from 255 or 38.24% from 306); Max value from RGB is 117 - color contains mainly: blue. Hex color #695475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695475 is #96AB8A. Grayscale: #5D5D5D. Windows color (decimal): -9874315 or 7689321. OLE color: 7689321.

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

Color convert

RGB10584117-
CMYK0.100.2800.54
HSL278.18º16.42%39.41%-
HSV(B)278.18º28.21%45.88%-
XYZ12.2110.6318.24-
YUV94.04140.96135.82-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.31%
GREEN value IS 84 (33.20% from 255) = 27.45%
BLUE value IS 117 (46.09% from 255) = 38.24%
R=34.31%
G=27.45%
B=38.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal105841170.100.2800.54278.1816.4239.41
Hex695475A1C0361161027
Octal15112416512340664262047
Binary110100110101001110101101011100011011010001011010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695475; }

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

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

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

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

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

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

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

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