#6D7479

Color #6D7479 Raven (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raven #6D7479

Tints of Raven #6D7479

Color information

#6D7479 (or 0x6D7479) is unknown color: approx Raven. HEX triplet: 6D, 74 and 79. RGB value is (109,116,121). Sum of RGB (Red+Green+Blue) = 109+116+121=346 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.50% from 346); Green value is 116 (45.70% from 255 or 33.53% from 346); Blue value is 121 (47.66% from 255 or 34.97% from 346); Max value from RGB is 121 - color contains mainly: blue. Hex color #6D7479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7479 is #928B86. Grayscale: #727272. Windows color (decimal): -9603975 or 7959661. OLE color: 7959661.

HSL color Cylindrical-coordinate representation of color #6D7479: hue angle of 205º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6D7479 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB109116121-
CMYK0.100.0400.53
HSL205º5.22%45.1%-
HSV(B)205º9.92%47.45%-
XYZ1617.1220.55-
YUV114.48131.68124.09-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.50%
GREEN value IS 116 (45.70% from 255) = 33.53%
BLUE value IS 121 (47.66% from 255) = 34.97%
R=31.50%
G=33.53%
B=34.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1091161210.100.0400.532055.2245.1
Hex6D7479A4035cd52d
Octal155164171124065315555
Binary1101101111010011110011010100011010111001101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,116,121); }

 H1.HeaderClassName
 {
   color: #6D7479;
 }
 .AnyTagClassName
 {
   color: #6D7479;
 }
</style>
background-color css

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

 a { background-color: rgb(109,116,121); }

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

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

 span { border-color: rgb(109,116,121); }

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