Html Css Color HEX #6E6471 Rum

📋 copy color: '#6E6471'

red 110 ◦ green 100 ◦ blue 113

#6E6471
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rum #6E6471

Tints of Rum #6E6471

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 value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6E6471 (or 0x6E6471) is known color: 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

RGB 110 100 113 -
CMYK 0.03 0.12 0 0.56
HSL 286.15º 0.06% 0.42% -
HSV(B) 286.15º 0.12% 0.44% -
XYZ 13.97 13.62 17.52 -
YUV 104.47 132.81 131.94 -
System Red Green Blue C M Y K H S L
Decimal 110 100 113 0.03 0.12 0 0.56 286.15 0.06 0.42
Hex 6E 64 71 3 C 0 38 11E 6 2A
Octal 156 144 161 3 14 0 70 436 6 52
Binary 1101110 1100100 1110001 11 1100 0 111000 100011110 110 101010

Color Harmonies of #6E6471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6471

Black with #6E6471

Text Example


Text Example

White with #6E6471

Text Example


Text Example

HTML Codes & Css Web 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>