Html Css Color HEX #6E6671 Rum

📋 copy color: '#6E6671'

red 110 ◦ green 102 ◦ blue 113

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

Shades of Rum #6E6671

Tints of Rum #6E6671

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.38%

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

R = 33.85%
G = 31.38%
B = 34.77%

CMYK

 C value IS 0.03

 M value IS 0.10

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6E6671 (or 0x6E6671) is known color: Rum. HEX triplet: 6E, 66 and 71. RGB value is (110,102,113). Sum of RGB (Red+Green+Blue) = 110+102+113=325 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.85% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 113 (44.53% from 255 or 34.77% from 325); Max value from RGB is 113 - color contains mainly: blue. Hex color #6E6671 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6671 is #91998E. Grayscale: #696969. Windows color (decimal): -9542031 or 7431790. OLE color: 7431790.

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

Color convert

RGB 110 102 113 -
CMYK 0.03 0.10 0 0.56
HSL 283.64º 0.05% 0.42% -
HSV(B) 283.64º 0.1% 0.44% -
XYZ 14.16 14.01 17.58 -
YUV 105.65 132.15 131.11 -
System Red Green Blue C M Y K H S L
Decimal 110 102 113 0.03 0.10 0 0.56 283.64 0.05 0.42
Hex 6E 66 71 3 A 0 38 11C 5 2A
Octal 156 146 161 3 12 0 70 434 5 52
Binary 1101110 1100110 1110001 11 1010 0 111000 100011100 101 101010

Color Harmonies of #6E6671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6671

Black with #6E6671

Text Example


Text Example

White with #6E6671

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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