Html Css Color HEX #6E6079 Mamba

📋 copy color: '#6E6079'

red 110 ◦ green 96 ◦ blue 121

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

Shades of Mamba #6E6079

Tints of Mamba #6E6079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 37%

R = 33.64%
G = 29.36%
B = 37%

CMYK

 C value IS 0.09

 M value IS 0.21

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6E6079 (or 0x6E6079) is known color: Mamba. HEX triplet: 6E, 60 and 79. RGB value is (110,96,121). Sum of RGB (Red+Green+Blue) = 110+96+121=327 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.64% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 121 (47.66% from 255 or 37.00% from 327); Max value from RGB is 121 - color contains mainly: blue. Hex color #6E6079 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6079 is #919F86. Grayscale: #666666. Windows color (decimal): -9543559 or 7954542. OLE color: 7954542.

HSL color Cylindrical-coordinate representation of color #6E6079: hue angle of 273.6º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6E6079 is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 110 96 121 -
CMYK 0.09 0.21 0 0.53
HSL 273.6º 0.12% 0.43% -
HSV(B) 273.6º 0.21% 0.47% -
XYZ 14.06 13.06 19.87 -
YUV 103.04 138.14 132.97 -
System Red Green Blue C M Y K H S L
Decimal 110 96 121 0.09 0.21 0 0.53 273.6 0.12 0.43
Hex 6E 60 79 9 15 0 35 112 C 2B
Octal 156 140 171 11 25 0 65 422 14 53
Binary 1101110 1100000 1111001 1001 10101 0 110101 100010010 1100 101011

Color Harmonies of #6E6079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6079

Black with #6E6079

Text Example


Text Example

White with #6E6079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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