Html Css Color HEX #6F647B Mamba

📋 copy color: '#6F647B'

red 111 ◦ green 100 ◦ blue 123

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

Shades of Mamba #6F647B

Tints of Mamba #6F647B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.94%

 BLUE value IS 123 (48.44% from 255) = 36.83%

R = 33.23%
G = 29.94%
B = 36.83%

CMYK

 C value IS 0.10

 M value IS 0.19

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#6F647B (or 0x6F647B) is known color: Mamba. HEX triplet: 6F, 64 and 7B. RGB value is (111,100,123). Sum of RGB (Red+Green+Blue) = 111+100+123=334 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.23% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 123 - color contains mainly: blue. Hex color #6F647B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F647B is #909B84. Grayscale: #696969. Windows color (decimal): -9476997 or 8086639. OLE color: 8086639.

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

Color convert

RGB 111 100 123 -
CMYK 0.10 0.19 0 0.52
HSL 268.7º 0.1% 0.44% -
HSV(B) 268.7º 0.19% 0.48% -
XYZ 14.69 13.92 20.65 -
YUV 105.91 137.64 131.63 -
System Red Green Blue C M Y K H S L
Decimal 111 100 123 0.10 0.19 0 0.52 268.7 0.1 0.44
Hex 6F 64 7B A 13 0 34 10D A 2C
Octal 157 144 173 12 23 0 64 415 12 54
Binary 1101111 1100100 1111011 1010 10011 0 110100 100001101 1010 101100

Color Harmonies of #6F647B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F647B

Black with #6F647B

Text Example


Text Example

White with #6F647B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,100,123); }

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

background-color css

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

 a { background-color: rgb(111,100,123); }

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

border-color css

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

 span { border-color: rgb(111,100,123); }

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