Html Css Color HEX #6D7176 Raven

📋 copy color: '#6D7176'

red 109 ◦ green 113 ◦ blue 118

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

Shades of Raven #6D7176

Tints of Raven #6D7176

RGB

 RED value IS 109 (42.97% from 255) = 32.06%

 GREEN value IS 113 (44.53% from 255) = 33.24%

 BLUE value IS 118 (46.48% from 255) = 34.71%

R = 32.06%
G = 33.24%
B = 34.71%

CMYK

 C value IS 0.08

 M value IS 0.04

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6D7176 (or 0x6D7176) is known color: Raven. HEX triplet: 6D, 71 and 76. RGB value is (109,113,118). Sum of RGB (Red+Green+Blue) = 109+113+118=340 (45% of max value = 765). Red value is 109 (42.97% from 255 or 32.06% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 118 - color contains mainly: blue. Hex color #6D7176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7176 is #928E89. Grayscale: #707070. Windows color (decimal): -9604746 or 7762285. OLE color: 7762285.

HSL color Cylindrical-coordinate representation of color #6D7176: hue angle of 213.33º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6D7176 is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 109 113 118 -
CMYK 0.08 0.04 0 0.54
HSL 213.33º 0.04% 0.45% -
HSV(B) 213.33º 0.08% 0.46% -
XYZ 15.48 16.37 19.48 -
YUV 112.37 131.17 125.59 -
System Red Green Blue C M Y K H S L
Decimal 109 113 118 0.08 0.04 0 0.54 213.33 0.04 0.45
Hex 6D 71 76 8 4 0 36 D5 4 2D
Octal 155 161 166 10 4 0 66 325 4 55
Binary 1101101 1110001 1110110 1000 100 0 110110 11010101 100 101101

Color Harmonies of #6D7176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7176

Black with #6D7176

Text Example


Text Example

White with #6D7176

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,113,118); }

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

background-color css

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

 a { background-color: rgb(109,113,118); }

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

border-color css

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

 span { border-color: rgb(109,113,118); }

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