Html Css Color HEX #6F657C Mamba

📋 copy color: '#6F657C'

red 111 ◦ green 101 ◦ blue 124

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

Shades of Mamba #6F657C

Tints of Mamba #6F657C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.06%

 BLUE value IS 124 (48.83% from 255) = 36.9%

R = 33.04%
G = 30.06%
B = 36.9%

CMYK

 C value IS 0.10

 M value IS 0.19

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6F657C (or 0x6F657C) is known color: Mamba. HEX triplet: 6F, 65 and 7C. RGB value is (111,101,124). Sum of RGB (Red+Green+Blue) = 111+101+124=336 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.04% from 336); Green value is 101 (39.84% from 255 or 30.06% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 124 - color contains mainly: blue. Hex color #6F657C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F657C is #909A83. Grayscale: #6A6A6A. Windows color (decimal): -9476740 or 8152431. OLE color: 8152431.

HSL color Cylindrical-coordinate representation of color #6F657C: hue angle of 266.09º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6F657C is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 111 101 124 -
CMYK 0.10 0.19 0 0.51
HSL 266.09º 0.1% 0.44% -
HSV(B) 266.09º 0.19% 0.49% -
XYZ 14.85 14.14 21.02 -
YUV 106.61 137.81 131.13 -
System Red Green Blue C M Y K H S L
Decimal 111 101 124 0.10 0.19 0 0.51 266.09 0.1 0.44
Hex 6F 65 7C A 13 0 33 10A A 2C
Octal 157 145 174 12 23 0 63 412 12 54
Binary 1101111 1100101 1111100 1010 10011 0 110011 100001010 1010 101100

Color Harmonies of #6F657C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F657C

Black with #6F657C

Text Example


Text Example

White with #6F657C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,101,124); }

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

background-color css

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

 a { background-color: rgb(111,101,124); }

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

border-color css

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

 span { border-color: rgb(111,101,124); }

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