#695063

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

Shades of Salt Box #695063

Tints of Salt Box #695063

Color information

#695063 (or 0x695063) is unknown color: approx Salt Box. HEX triplet: 69, 50 and 63. RGB value is (105,80,99). Sum of RGB (Red+Green+Blue) = 105+80+99=284 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.97% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 99 (39.06% from 255 or 34.86% from 284); Max value from RGB is 105 - color contains mainly: red. Hex color #695063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695063 is #96AF9C. Grayscale: #595959. Windows color (decimal): -9875357 or 6508649. OLE color: 6508649.

HSL color Cylindrical-coordinate representation of color #695063: hue angle of 314.4º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #695063 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB1058099-
CMYK00.240.060.59
HSL314.4º13.51%36.27%-
HSV(B)314.4º23.81%41.18%-
XYZ10.959.6413.09-
YUV89.64133.28138.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.97%
GREEN value IS 80 (31.64% from 255) = 28.17%
BLUE value IS 99 (39.06% from 255) = 34.86%
R=36.97%
G=28.17%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105809900.240.060.59314.413.5136.27
Hex69506301863B13ae24
Octal1511201430306734721644
Binary1101001101000011000110110001101110111001110101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695063; }

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

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

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

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

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

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

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

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