#695067

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

Shades of Salt Box #695067

Tints of Salt Box #695067

Color information

#695067 (or 0x695067) is unknown color: approx Salt Box. HEX triplet: 69, 50 and 67. RGB value is (105,80,103). Sum of RGB (Red+Green+Blue) = 105+80+103=288 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.46% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 103 (40.62% from 255 or 35.76% from 288); Max value from RGB is 105 - color contains mainly: red. Hex color #695067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695067 is #96AF98. Grayscale: #5A5A5A. Windows color (decimal): -9875353 or 6770793. OLE color: 6770793.

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

Color convert

RGB10580103-
CMYK00.240.020.59
HSL304.8º13.51%36.27%-
HSV(B)304.8º23.81%41.18%-
XYZ11.149.7214.12-
YUV90.1135.28138.63-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.46%
GREEN value IS 80 (31.64% from 255) = 27.78%
BLUE value IS 103 (40.62% from 255) = 35.76%
R=36.46%
G=27.78%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1058010300.240.020.59304.813.5136.27
Hex69506701823B131e24
Octal1511201470302734611644
Binary110100110100001100111011000101110111001100011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695067; }

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

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

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

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

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

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

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

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