#6F7478

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

Shades of Raven #6F7478

Tints of Raven #6F7478

Color information

#6F7478 (or 0x6F7478) is unknown color: approx Raven. HEX triplet: 6F, 74 and 78. RGB value is (111,116,120). Sum of RGB (Red+Green+Blue) = 111+116+120=347 (45% of max value = 765). Red value is 111 (43.75% from 255 or 31.99% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 120 (47.27% from 255 or 34.58% from 347); Max value from RGB is 120 - color contains mainly: blue. Hex color #6F7478 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7478 is #908B87. Grayscale: #727272. Windows color (decimal): -9472904 or 7894127. OLE color: 7894127.

HSL color Cylindrical-coordinate representation of color #6F7478: hue angle of 206.67º 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 #6F7478 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB111116120-
CMYK0.080.0300.53
HSL206.67º3.9%45.29%-
HSV(B)206.67º7.5%47.06%-
XYZ16.1917.2320.24-
YUV114.96130.84125.17-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.99%
GREEN value IS 116 (45.70% from 255) = 33.43%
BLUE value IS 120 (47.27% from 255) = 34.58%
R=31.99%
G=33.43%
B=34.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1111161200.080.0300.53206.673.945.29
Hex6F747883035cf42d
Octal157164170103065317455
Binary110111111101001111000100011011010111001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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