#6E6471

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

Shades of Rum #6E6471

Tints of Rum #6E6471

Color information

#6E6471 (or 0x6E6471) is unknown color: approx Rum. HEX triplet: 6E, 64 and 71. RGB value is (110,100,113). Sum of RGB (Red+Green+Blue) = 110+100+113=323 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.06% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 113 (44.53% from 255 or 34.98% from 323); Max value from RGB is 113 - color contains mainly: blue. Hex color #6E6471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6471 is #919B8E. Grayscale: #686868. Windows color (decimal): -9542543 or 7431278. OLE color: 7431278.

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

Color convert

RGB110100113-
CMYK0.030.1200.56
HSL286.15º6.1%41.76%-
HSV(B)286.15º11.5%44.31%-
XYZ13.9713.6217.52-
YUV104.47132.81131.94-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.06%
GREEN value IS 100 (39.45% from 255) = 30.96%
BLUE value IS 113 (44.53% from 255) = 34.98%
R=34.06%
G=30.96%
B=34.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1101001130.030.1200.56286.156.141.76
Hex6E64713C03811e62a
Octal156144161314070436652
Binary1101110110010011100011111000111000100011110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,100,113); }

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

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

 a { background-color: rgb(110,100,113); }

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

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

 span { border-color: rgb(110,100,113); }

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