#6E747A

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

Shades of Raven #6E747A

Tints of Raven #6E747A

Color information

#6E747A (or 0x6E747A) is unknown color: approx Raven. HEX triplet: 6E, 74 and 7A. RGB value is (110,116,122). Sum of RGB (Red+Green+Blue) = 110+116+122=348 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.61% from 348); Green value is 116 (45.70% from 255 or 33.33% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 122 - color contains mainly: blue. Hex color #6E747A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E747A is #918B85. Grayscale: #727272. Windows color (decimal): -9538438 or 8025198. OLE color: 8025198.

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

Color convert

RGB110116122-
CMYK0.100.0500.52
HSL210º5.17%45.49%-
HSV(B)210º9.84%47.84%-
XYZ16.1917.2120.88-
YUV114.89132.01124.51-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.61%
GREEN value IS 116 (45.70% from 255) = 33.33%
BLUE value IS 122 (48.05% from 255) = 35.06%
R=31.61%
G=33.33%
B=35.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1101161220.100.0500.522105.1745.49
Hex6E747AA5034d252d
Octal156164172125064322555
Binary1101110111010011110101010101011010011010010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E747A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,116,122); }

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

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

 a { background-color: rgb(110,116,122); }

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

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

 span { border-color: rgb(110,116,122); }

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