#694F68

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

Shades of Salt Box #694F68

Tints of Salt Box #694F68

Color information

#694F68 (or 0x694F68) is unknown color: approx Salt Box. HEX triplet: 69, 4F and 68. RGB value is (105,79,104). Sum of RGB (Red+Green+Blue) = 105+79+104=288 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.46% from 288); Green value is 79 (31.25% from 255 or 27.43% from 288); Blue value is 104 (41.02% from 255 or 36.11% from 288); Max value from RGB is 105 - color contains mainly: red. Hex color #694F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #694F68 is #96B097. Grayscale: #595959. Windows color (decimal): -9875608 or 6836073. OLE color: 6836073.

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

Color convert

RGB10579104-
CMYK00.250.010.59
HSL302.31º14.13%36.08%-
HSV(B)302.31º24.76%41.18%-
XYZ11.129.5914.36-
YUV89.62136.11138.97-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.46%
GREEN value IS 79 (31.25% from 255) = 27.43%
BLUE value IS 104 (41.02% from 255) = 36.11%
R=36.46%
G=27.43%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1057910400.250.010.59302.3114.1336.08
Hex694F6801913B12ee24
Octal1511171500311734561644
Binary11010011001111110100001100111110111001011101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,79,104); }

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

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

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

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

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

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

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