#6F5068

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

Shades of Salt Box #6F5068

Tints of Salt Box #6F5068

Color information

#6F5068 (or 0x6F5068) is unknown color: approx Salt Box. HEX triplet: 6F, 50 and 68. RGB value is (111,80,104). Sum of RGB (Red+Green+Blue) = 111+80+104=295 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.63% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 104 (41.02% from 255 or 35.25% from 295); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5068 is #90AF97. Grayscale: #5B5B5B. Windows color (decimal): -9482136 or 6836335. OLE color: 6836335.

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

Color convert

RGB11180104-
CMYK00.280.060.56
HSL313.55º16.23%37.45%-
HSV(B)313.55º27.93%43.53%-
XYZ11.9210.1214.42-
YUV92134.77141.55-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.63%
GREEN value IS 80 (31.64% from 255) = 27.12%
BLUE value IS 104 (41.02% from 255) = 35.25%
R=37.63%
G=27.12%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1118010400.280.060.56313.5516.2337.45
Hex6F506801C63813a1025
Octal1571201500346704722045
Binary11011111010000110100001110011011100010011101010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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