Html Css Color HEX #6E6077 Rum

📋 copy color: '#6E6077'

red 110 ◦ green 96 ◦ blue 119

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

Shades of Rum #6E6077

Tints of Rum #6E6077

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.54%

 BLUE value IS 119 (46.88% from 255) = 36.62%

R = 33.85%
G = 29.54%
B = 36.62%

CMYK

 C value IS 0.08

 M value IS 0.19

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6E6077 (or 0x6E6077) is known color: Rum. HEX triplet: 6E, 60 and 77. RGB value is (110,96,119). Sum of RGB (Red+Green+Blue) = 110+96+119=325 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.85% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 119 (46.88% from 255 or 36.62% from 325); Max value from RGB is 119 - color contains mainly: blue. Hex color #6E6077 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6077 is #919F88. Grayscale: #666666. Windows color (decimal): -9543561 or 7823470. OLE color: 7823470.

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

Color convert

RGB 110 96 119 -
CMYK 0.08 0.19 0 0.53
HSL 276.52º 0.11% 0.42% -
HSV(B) 276.52º 0.19% 0.47% -
XYZ 13.94 13.01 19.23 -
YUV 102.81 137.14 133.13 -
System Red Green Blue C M Y K H S L
Decimal 110 96 119 0.08 0.19 0 0.53 276.52 0.11 0.42
Hex 6E 60 77 8 13 0 35 115 B 2A
Octal 156 140 167 10 23 0 65 425 13 52
Binary 1101110 1100000 1110111 1000 10011 0 110101 100010101 1011 101010

Color Harmonies of #6E6077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6077

Black with #6E6077

Text Example


Text Example

White with #6E6077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,96,119); }

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

background-color css

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

 a { background-color: rgb(110,96,119); }

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

border-color css

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

 span { border-color: rgb(110,96,119); }

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