#694C63

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

Shades of Salt Box #694C63

Tints of Salt Box #694C63

Color information

#694C63 (or 0x694C63) is unknown color: approx Salt Box. HEX triplet: 69, 4C and 63. RGB value is (105,76,99). Sum of RGB (Red+Green+Blue) = 105+76+99=280 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.5% from 280); Green value is 76 (30.08% from 255 or 27.14% from 280); Blue value is 99 (39.06% from 255 or 35.36% from 280); Max value from RGB is 105 - color contains mainly: red. Hex color #694C63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694C63 is #96B39C. Grayscale: #575757. Windows color (decimal): -9876381 or 6507625. OLE color: 6507625.

HSL color Cylindrical-coordinate representation of color #694C63: hue angle of 312.41º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #694C63 is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB1057699-
CMYK00.280.060.59
HSL312.41º16.02%35.49%-
HSV(B)312.41º27.62%41.18%-
XYZ10.669.0712.99-
YUV87.29134.61140.63-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.5%
GREEN value IS 76 (30.08% from 255) = 27.14%
BLUE value IS 99 (39.06% from 255) = 35.36%
R=37.5%
G=27.14%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105769900.280.060.59312.4116.0235.49
Hex694C6301C63B1381023
Octal1511141430346734702043
Binary11010011001100110001101110011011101110011100010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694C63; }

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

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

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

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

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

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

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

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