Html Css Color HEX #6E6871 Rum

📋 copy color: '#6E6871'

red 110 ◦ green 104 ◦ blue 113

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

Shades of Rum #6E6871

Tints of Rum #6E6871

RGB

 RED value IS 110 (43.36% from 255) = 33.64%

 GREEN value IS 104 (41.02% from 255) = 31.8%

 BLUE value IS 113 (44.53% from 255) = 34.56%

R = 33.64%
G = 31.8%
B = 34.56%

CMYK

 C value IS 0.03

 M value IS 0.08

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6E6871 (or 0x6E6871) is known color: Rum. HEX triplet: 6E, 68 and 71. RGB value is (110,104,113). Sum of RGB (Red+Green+Blue) = 110+104+113=327 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.64% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 113 (44.53% from 255 or 34.56% from 327); Max value from RGB is 113 - color contains mainly: blue. Hex color #6E6871 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6871 is #91978E. Grayscale: #6A6A6A. Windows color (decimal): -9541519 or 7432302. OLE color: 7432302.

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

Color convert

RGB 110 104 113 -
CMYK 0.03 0.08 0 0.56
HSL 280º 0.04% 0.43% -
HSV(B) 280º 0.08% 0.44% -
XYZ 14.36 14.41 17.65 -
YUV 106.82 131.49 130.27 -
System Red Green Blue C M Y K H S L
Decimal 110 104 113 0.03 0.08 0 0.56 280 0.04 0.43
Hex 6E 68 71 3 8 0 38 118 4 2B
Octal 156 150 161 3 10 0 70 430 4 53
Binary 1101110 1101000 1110001 11 1000 0 111000 100011000 100 101011

Color Harmonies of #6E6871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6871

Black with #6E6871

Text Example


Text Example

White with #6E6871

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6E6871;
 }
 .AnyTagClassName
 {
   color: #6E6871;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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