#6E737C

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

Shades of Raven #6E737C

Tints of Raven #6E737C

Color information

#6E737C (or 0x6E737C) is unknown color: approx Raven. HEX triplet: 6E, 73 and 7C. RGB value is (110,115,124). Sum of RGB (Red+Green+Blue) = 110+115+124=349 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.52% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 124 - color contains mainly: blue. Hex color #6E737C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E737C is #918C83. Grayscale: #727272. Windows color (decimal): -9538692 or 8156014. OLE color: 8156014.

HSL color Cylindrical-coordinate representation of color #6E737C: hue angle of 218.57º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6E737C is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB110115124-
CMYK0.110.0700.51
HSL218.57º5.98%45.88%-
HSV(B)218.57º11.29%48.63%-
XYZ16.217.0321.5-
YUV114.53133.34124.77-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.52%
GREEN value IS 115 (45.31% from 255) = 32.95%
BLUE value IS 124 (48.83% from 255) = 35.53%
R=31.52%
G=32.95%
B=35.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1101151240.110.0700.51218.575.9845.88
Hex6E737CB7033db62e
Octal156163174137063333656
Binary1101110111001111111001011111011001111011011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E737C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,115,124); }

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

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

 a { background-color: rgb(110,115,124); }

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

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

 span { border-color: rgb(110,115,124); }

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