Html Css Color HEX #6F607F Mamba

📋 copy color: '#6F607F'

red 111 ◦ green 96 ◦ blue 127

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

Shades of Mamba #6F607F

Tints of Mamba #6F607F

RGB

 RED value IS 111 (43.75% from 255) = 33.23%

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

 BLUE value IS 127 (50% from 255) = 38.02%

R = 33.23%
G = 28.74%
B = 38.02%

CMYK

 C value IS 0.13

 M value IS 0.24

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#6F607F (or 0x6F607F) is known color: Mamba. HEX triplet: 6F, 60 and 7F. RGB value is (111,96,127). Sum of RGB (Red+Green+Blue) = 111+96+127=334 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.23% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 127 (50% from 255 or 38.02% from 334); Max value from RGB is 127 - color contains mainly: blue. Hex color #6F607F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F607F is #909F80. Grayscale: #676767. Windows color (decimal): -9478017 or 8347759. OLE color: 8347759.

HSL color Cylindrical-coordinate representation of color #6F607F: hue angle of 269.03º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6F607F is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 111 96 127 -
CMYK 0.13 0.24 0 0.50
HSL 269.03º 0.14% 0.44% -
HSV(B) 269.03º 0.24% 0.5% -
XYZ 14.57 13.28 21.87 -
YUV 104.02 140.97 132.98 -
System Red Green Blue C M Y K H S L
Decimal 111 96 127 0.13 0.24 0 0.50 269.03 0.14 0.44
Hex 6F 60 7F D 18 0 32 10D E 2C
Octal 157 140 177 15 30 0 62 415 16 54
Binary 1101111 1100000 1111111 1101 11000 0 110010 100001101 1110 101100

Color Harmonies of #6F607F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F607F

Black with #6F607F

Text Example


Text Example

White with #6F607F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,96,127); }

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

background-color css

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

 a { background-color: rgb(111,96,127); }

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

border-color css

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

 span { border-color: rgb(111,96,127); }

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