#694D66

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

Shades of Salt Box #694D66

Tints of Salt Box #694D66

Color information

#694D66 (or 0x694D66) is unknown color: approx Salt Box. HEX triplet: 69, 4D and 66. RGB value is (105,77,102). Sum of RGB (Red+Green+Blue) = 105+77+102=284 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.97% from 284); Green value is 77 (30.47% from 255 or 27.11% from 284); Blue value is 102 (40.23% from 255 or 35.92% from 284); Max value from RGB is 105 - color contains mainly: red. Hex color #694D66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #694D66 is #96B299. Grayscale: #585858. Windows color (decimal): -9876122 or 6704489. OLE color: 6704489.

HSL color Cylindrical-coordinate representation of color #694D66: hue angle of 306.43º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #694D66 is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB10577102-
CMYK00.270.030.59
HSL306.43º15.38%35.69%-
HSV(B)306.43º26.67%41.18%-
XYZ10.889.2713.79-
YUV88.22135.78139.97-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.97%
GREEN value IS 77 (30.47% from 255) = 27.11%
BLUE value IS 102 (40.23% from 255) = 35.92%
R=36.97%
G=27.11%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1057710200.270.030.59306.4315.3835.69
Hex694D6601B33B132f24
Octal1511151460333734621744
Binary110100110011011100110011011111110111001100101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,77,102); }

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

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

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

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

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

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

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