#6E5675

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

Shades of Rum #6E5675

Tints of Rum #6E5675

Color information

#6E5675 (or 0x6E5675) is unknown color: approx Rum. HEX triplet: 6E, 56 and 75. RGB value is (110,86,117). Sum of RGB (Red+Green+Blue) = 110+86+117=313 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.14% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 117 (46.09% from 255 or 37.38% from 313); Max value from RGB is 117 - color contains mainly: blue. Hex color #6E5675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5675 is #91A98A. Grayscale: #606060. Windows color (decimal): -9546123 or 7689838. OLE color: 7689838.

HSL color Cylindrical-coordinate representation of color #6E5675: hue angle of 286.45º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6E5675 is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11086117-
CMYK0.060.2600.54
HSL286.45º15.27%39.8%-
HSV(B)286.45º26.5%45.88%-
XYZ12.9711.2518.32-
YUV96.71139.45137.48-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.14%
GREEN value IS 86 (33.98% from 255) = 27.48%
BLUE value IS 117 (46.09% from 255) = 37.38%
R=35.14%
G=27.48%
B=37.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal110861170.060.2600.54286.4515.2739.8
Hex6E567561A03611ef28
Octal1561261656320664361750
Binary1101110101011011101011101101001101101000111101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,86,117); }

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

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

 a { background-color: rgb(110,86,117); }

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

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

 span { border-color: rgb(110,86,117); }

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