#695467

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

Shades of Salt Box #695467

Tints of Salt Box #695467

Color information

#695467 (or 0x695467) is unknown color: approx Salt Box. HEX triplet: 69, 54 and 67. RGB value is (105,84,103). Sum of RGB (Red+Green+Blue) = 105+84+103=292 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.96% from 292); Green value is 84 (33.20% from 255 or 28.77% from 292); Blue value is 103 (40.62% from 255 or 35.27% from 292); Max value from RGB is 105 - color contains mainly: red. Hex color #695467 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695467 is #96AB98. Grayscale: #5C5C5C. Windows color (decimal): -9874329 or 6771817. OLE color: 6771817.

HSL color Cylindrical-coordinate representation of color #695467: hue angle of 305.71º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #695467 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.59.

Color convert

RGB10584103-
CMYK00.200.020.59
HSL305.71º11.11%37.06%-
HSV(B)305.71º20%41.18%-
XYZ11.4410.3214.22-
YUV92.44133.96136.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.96%
GREEN value IS 84 (33.20% from 255) = 28.77%
BLUE value IS 103 (40.62% from 255) = 35.27%
R=35.96%
G=28.77%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1058410300.200.020.59305.7111.1137.06
Hex69546701423B132b25
Octal1511241470242734621345
Binary110100110101001100111010100101110111001100101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695467; }

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

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

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

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

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

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

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

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