#695177

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

Shades of Affair #695177

Tints of Affair #695177

Color information

#695177 (or 0x695177) is unknown color: approx Affair. HEX triplet: 69, 51 and 77. RGB value is (105,81,119). Sum of RGB (Red+Green+Blue) = 105+81+119=305 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.43% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 119 (46.88% from 255 or 39.02% from 305); Max value from RGB is 119 - color contains mainly: blue. Hex color #695177 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695177 is #96AE88. Grayscale: #5C5C5C. Windows color (decimal): -9875081 or 7819625. OLE color: 7819625.

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

Color convert

RGB10581119-
CMYK0.120.3200.53
HSL277.89º19%39.22%-
HSV(B)277.89º31.93%46.67%-
XYZ12.110.2218.79-
YUV92.51142.95136.91-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.43%
GREEN value IS 81 (32.03% from 255) = 26.56%
BLUE value IS 119 (46.88% from 255) = 39.02%
R=34.43%
G=26.56%
B=39.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal105811190.120.3200.53277.891939.22
Hex695177C200351161327
Octal15112116714400654262347
Binary1101001101000111101111100100000011010110001011010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695177; }

 p { color: rgb(105,81,119); }

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

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

 a { background-color: rgb(105,81,119); }

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

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

 span { border-color: rgb(105,81,119); }

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