#6F7378

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

Shades of Raven #6F7378

Tints of Raven #6F7378

Color information

#6F7378 (or 0x6F7378) is unknown color: approx Raven. HEX triplet: 6F, 73 and 78. RGB value is (111,115,120). Sum of RGB (Red+Green+Blue) = 111+115+120=346 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.08% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 120 (47.27% from 255 or 34.68% from 346); Max value from RGB is 120 - color contains mainly: blue. Hex color #6F7378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7378 is #908C87. Grayscale: #727272. Windows color (decimal): -9473160 or 7893871. OLE color: 7893871.

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

Color convert

RGB111115120-
CMYK0.080.0400.53
HSL213.33º3.9%45.29%-
HSV(B)213.33º7.5%47.06%-
XYZ16.081720.2-
YUV114.37131.17125.59-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.08%
GREEN value IS 115 (45.31% from 255) = 33.24%
BLUE value IS 120 (47.27% from 255) = 34.68%
R=32.08%
G=33.24%
B=34.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1111151200.080.0400.53213.333.945.29
Hex6F737884035d542d
Octal157163170104065325455
Binary1101111111001111110001000100011010111010101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,115,120); }

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

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

 a { background-color: rgb(111,115,120); }

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

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

 span { border-color: rgb(111,115,120); }

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