#6B5068

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

Shades of Salt Box #6B5068

Tints of Salt Box #6B5068

Color information

#6B5068 (or 0x6B5068) is unknown color: approx Salt Box. HEX triplet: 6B, 50 and 68. RGB value is (107,80,104). Sum of RGB (Red+Green+Blue) = 107+80+104=291 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.77% from 291); Green value is 80 (31.64% from 255 or 27.49% from 291); Blue value is 104 (41.02% from 255 or 35.74% from 291); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5068 is #94AF97. Grayscale: #5A5A5A. Windows color (decimal): -9744280 or 6836331. OLE color: 6836331.

HSL color Cylindrical-coordinate representation of color #6B5068: hue angle of 306.67º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6B5068 is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.58.

Color convert

RGB10780104-
CMYK00.250.030.58
HSL306.67º14.44%36.67%-
HSV(B)306.67º25.23%41.96%-
XYZ11.439.8614.4-
YUV90.81135.45139.55-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 36.77%
GREEN value IS 80 (31.64% from 255) = 27.49%
BLUE value IS 104 (41.02% from 255) = 35.74%
R=36.77%
G=27.49%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.03
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1078010400.250.030.58306.6714.4436.67
Hex6B506801933A133e25
Octal1531201500313724631645
Binary110101110100001101000011001111110101001100111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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