Html Css Color HEX #6E747D Raven

📋 copy color: '#6E747D'

red 110 ◦ green 116 ◦ blue 125

#6E747D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raven #6E747D

Tints of Raven #6E747D

RGB

 RED value IS 110 (43.36% from 255) = 31.34%

 GREEN value IS 116 (45.7% from 255) = 33.05%

 BLUE value IS 125 (49.22% from 255) = 35.61%

R = 31.34%
G = 33.05%
B = 35.61%

CMYK

 C value IS 0.12

 M value IS 0.07

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6E747D (or 0x6E747D) is known color: Raven. HEX triplet: 6E, 74 and 7D. RGB value is (110,116,125). Sum of RGB (Red+Green+Blue) = 110+116+125=351 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.34% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 125 - color contains mainly: blue. Hex color #6E747D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E747D is #918B82. Grayscale: #737373. Windows color (decimal): -9538435 or 8221806. OLE color: 8221806.

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

Color convert

RGB 110 116 125 -
CMYK 0.12 0.07 0 0.51
HSL 216º 0.06% 0.46% -
HSV(B) 216º 0.12% 0.49% -
XYZ 16.38 17.29 21.88 -
YUV 115.23 133.51 124.27 -
System Red Green Blue C M Y K H S L
Decimal 110 116 125 0.12 0.07 0 0.51 216 0.06 0.46
Hex 6E 74 7D C 7 0 33 D8 6 2E
Octal 156 164 175 14 7 0 63 330 6 56
Binary 1101110 1110100 1111101 1100 111 0 110011 11011000 110 101110

Color Harmonies of #6E747D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E747D

Black with #6E747D

Text Example


Text Example

White with #6E747D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6E747D;
 }
 .AnyTagClassName
 {
   color: #6E747D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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