#694E66

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

Shades of Salt Box #694E66

Tints of Salt Box #694E66

Color information

#694E66 (or 0x694E66) is unknown color: approx Salt Box. HEX triplet: 69, 4E and 66. RGB value is (105,78,102). Sum of RGB (Red+Green+Blue) = 105+78+102=285 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.84% from 285); Green value is 78 (30.86% from 255 or 27.37% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 105 - color contains mainly: red. Hex color #694E66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #694E66 is #96B199. Grayscale: #585858. Windows color (decimal): -9875866 or 6704745. OLE color: 6704745.

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

Color convert

RGB10578102-
CMYK00.260.030.59
HSL306.67º14.75%35.88%-
HSV(B)306.67º25.71%41.18%-
XYZ10.959.4113.81-
YUV88.81135.45139.55-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.84%
GREEN value IS 78 (30.86% from 255) = 27.37%
BLUE value IS 102 (40.23% from 255) = 35.79%
R=36.84%
G=27.37%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1057810200.260.030.59306.6714.7535.88
Hex694E6601A33B133f24
Octal1511161460323734631744
Binary110100110011101100110011010111110111001100111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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