#6E5F78

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

Shades of Rum #6E5F78

Tints of Rum #6E5F78

Color information

#6E5F78 (or 0x6E5F78) is unknown color: approx Rum. HEX triplet: 6E, 5F and 78. RGB value is (110,95,120). Sum of RGB (Red+Green+Blue) = 110+95+120=325 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.85% from 325); Green value is 95 (37.5% from 255 or 29.23% from 325); Blue value is 120 (47.27% from 255 or 36.92% from 325); Max value from RGB is 120 - color contains mainly: blue. Hex color #6E5F78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5F78 is #91A087. Grayscale: #666666. Windows color (decimal): -9543816 or 7888750. OLE color: 7888750.

HSL color Cylindrical-coordinate representation of color #6E5F78: hue angle of 276º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6E5F78 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11095120-
CMYK0.080.2100.53
HSL276º11.63%42.16%-
HSV(B)276º20.83%47.06%-
XYZ13.9112.8619.52-
YUV102.34137.97133.47-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.85%
GREEN value IS 95 (37.5% from 255) = 29.23%
BLUE value IS 120 (47.27% from 255) = 36.92%
R=33.85%
G=29.23%
B=36.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal110951200.080.2100.5327611.6342.16
Hex6E5F78815035114c2a
Octal15613717010250654241452
Binary11011101011111111100010001010101101011000101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,95,120); }

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

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

 a { background-color: rgb(110,95,120); }

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

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

 span { border-color: rgb(110,95,120); }

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