#695569

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

Shades of Salt Box #695569

Tints of Salt Box #695569

Color information

#695569 (or 0x695569) is unknown color: approx Salt Box. HEX triplet: 69, 55 and 69. RGB value is (105,85,105). Sum of RGB (Red+Green+Blue) = 105+85+105=295 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.59% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 105 (41.41% from 255 or 35.59% from 295); Max value from RGB is 105 - color contains mainly: red, blue. Hex color #695569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695569 is #96AA96. Grayscale: #5D5D5D. Windows color (decimal): -9874071 or 6903145. OLE color: 6903145.

HSL color Cylindrical-coordinate representation of color #695569: hue angle of 300º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #695569 is Cyan = 0, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10585105-
CMYK00.1900.59
HSL300º10.53%37.25%-
HSV(B)300º19.05%41.18%-
XYZ11.6210.5214.78-
YUV93.26134.63136.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.59%
GREEN value IS 85 (33.59% from 255) = 28.81%
BLUE value IS 105 (41.41% from 255) = 35.59%
R=35.59%
G=28.81%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1058510500.1900.5930010.5337.25
Hex69556901303B12cb25
Octal1511251510230734541345
Binary11010011010101110100101001101110111001011001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695569; }

 p { color: rgb(105,85,105); }

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

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

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

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

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

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

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