#6D7175

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

Shades of Raven #6D7175

Tints of Raven #6D7175

Color information

#6D7175 (or 0x6D7175) is unknown color: approx Raven. HEX triplet: 6D, 71 and 75. RGB value is (109,113,117). Sum of RGB (Red+Green+Blue) = 109+113+117=339 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.15% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 117 - color contains mainly: blue. Hex color #6D7175 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7175 is #928E8A. Grayscale: #707070. Windows color (decimal): -9604747 or 7696749. OLE color: 7696749.

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

Color convert

RGB109113117-
CMYK0.070.0300.54
HSL210º3.54%44.31%-
HSV(B)210º6.84%45.88%-
XYZ15.4216.3519.17-
YUV112.26130.67125.67-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.15%
GREEN value IS 113 (44.53% from 255) = 33.33%
BLUE value IS 117 (46.09% from 255) = 34.51%
R=32.15%
G=33.33%
B=34.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1091131170.070.0300.542103.5444.31
Hex6D717573036d242c
Octal15516116573066322454
Binary11011011110001111010111111011011011010010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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