#694F67

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

Shades of Salt Box #694F67

Tints of Salt Box #694F67

Color information

#694F67 (or 0x694F67) is unknown color: approx Salt Box. HEX triplet: 69, 4F and 67. RGB value is (105,79,103). Sum of RGB (Red+Green+Blue) = 105+79+103=287 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.59% from 287); Green value is 79 (31.25% from 255 or 27.53% from 287); Blue value is 103 (40.62% from 255 or 35.89% from 287); Max value from RGB is 105 - color contains mainly: red. Hex color #694F67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #694F67 is #96B098. Grayscale: #595959. Windows color (decimal): -9875609 or 6770537. OLE color: 6770537.

HSL color Cylindrical-coordinate representation of color #694F67: hue angle of 304.62º 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 #694F67 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.59.

Color convert

RGB10579103-
CMYK00.250.020.59
HSL304.62º14.13%36.08%-
HSV(B)304.62º24.76%41.18%-
XYZ11.079.5714.1-
YUV89.51135.61139.05-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.59%
GREEN value IS 79 (31.25% from 255) = 27.53%
BLUE value IS 103 (40.62% from 255) = 35.89%
R=36.59%
G=27.53%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1057910300.250.020.59304.6214.1336.08
Hex694F6701923B131e24
Octal1511171470312734611644
Binary110100110011111100111011001101110111001100011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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