#6F4A68

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

Shades of Salt Box #6F4A68

Tints of Salt Box #6F4A68

Color information

#6F4A68 (or 0x6F4A68) is unknown color: approx Salt Box. HEX triplet: 6F, 4A and 68. RGB value is (111,74,104). Sum of RGB (Red+Green+Blue) = 111+74+104=289 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.41% from 289); Green value is 74 (29.30% from 255 or 25.61% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4A68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4A68 is #90B597. Grayscale: #585858. Windows color (decimal): -9483672 or 6834799. OLE color: 6834799.

HSL color Cylindrical-coordinate representation of color #6F4A68: hue angle of 311.35º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6F4A68 is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB11174104-
CMYK00.330.060.56
HSL311.35º20%36.27%-
HSV(B)311.35º33.33%43.53%-
XYZ11.59.2814.28-
YUV88.48136.76144.06-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.41%
GREEN value IS 74 (29.30% from 255) = 25.61%
BLUE value IS 104 (41.02% from 255) = 35.99%
R=38.41%
G=25.61%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1117410400.330.060.56311.352036.27
Hex6F4A680216381371424
Octal1571121500416704672444
Binary110111110010101101000010000111011100010011011110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F4A68; }

 p { color: rgb(111,74,104); }

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

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

 a { background-color: rgb(111,74,104); }

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

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

 span { border-color: rgb(111,74,104); }

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