#695468

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

Shades of Salt Box #695468

Tints of Salt Box #695468

Color information

#695468 (or 0x695468) is unknown color: approx Salt Box. HEX triplet: 69, 54 and 68. RGB value is (105,84,104). Sum of RGB (Red+Green+Blue) = 105+84+104=293 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.84% from 293); Green value is 84 (33.20% from 255 or 28.67% from 293); Blue value is 104 (41.02% from 255 or 35.49% from 293); Max value from RGB is 105 - color contains mainly: red. Hex color #695468 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695468 is #96AB97. Grayscale: #5C5C5C. Windows color (decimal): -9874328 or 6837353. OLE color: 6837353.

HSL color Cylindrical-coordinate representation of color #695468: hue angle of 302.86º 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 #695468 is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.59.

Color convert

RGB10584104-
CMYK00.200.010.59
HSL302.86º11.11%37.06%-
HSV(B)302.86º20%41.18%-
XYZ11.4910.3414.49-
YUV92.56134.46136.87-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.84%
GREEN value IS 84 (33.20% from 255) = 28.67%
BLUE value IS 104 (41.02% from 255) = 35.49%
R=35.84%
G=28.67%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.01
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1058410400.200.010.59302.8611.1137.06
Hex69546801413B12fb25
Octal1511241500241734571345
Binary11010011010100110100001010011110111001011111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695468; }

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

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

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

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

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

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

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

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