#6C7379

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

Shades of Raven #6C7379

Tints of Raven #6C7379

Color information

#6C7379 (or 0x6C7379) is unknown color: approx Raven. HEX triplet: 6C, 73 and 79. RGB value is (108,115,121). Sum of RGB (Red+Green+Blue) = 108+115+121=344 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.40% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 121 (47.66% from 255 or 35.17% from 344); Max value from RGB is 121 - color contains mainly: blue. Hex color #6C7379 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7379 is #938C86. Grayscale: #717171. Windows color (decimal): -9669767 or 7959404. OLE color: 7959404.

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

Color convert

RGB108115121-
CMYK0.110.0500.53
HSL207.69º5.68%44.9%-
HSV(B)207.69º10.74%47.45%-
XYZ15.7716.8320.51-
YUV113.59132.18124.01-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.40%
GREEN value IS 115 (45.31% from 255) = 33.43%
BLUE value IS 121 (47.66% from 255) = 35.17%
R=31.40%
G=33.43%
B=35.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1081151210.110.0500.53207.695.6844.9
Hex6C7379B5035d062d
Octal154163171135065320655
Binary1101100111001111110011011101011010111010000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,115,121); }

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

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

 a { background-color: rgb(108,115,121); }

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

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

 span { border-color: rgb(108,115,121); }

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