Html Css Color HEX #6E737C Raven

📋 copy color: '#6E737C'

red 110 ◦ green 115 ◦ blue 124

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

Shades of Raven #6E737C

Tints of Raven #6E737C

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 value IS 0.11

 M value IS 0.07

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6E737C (or 0x6E737C) is known color: 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

RGB 110 115 124 -
CMYK 0.11 0.07 0 0.51
HSL 218.57º 0.06% 0.46% -
HSV(B) 218.57º 0.11% 0.49% -
XYZ 16.2 17.03 21.5 -
YUV 114.53 133.34 124.77 -
System Red Green Blue C M Y K H S L
Decimal 110 115 124 0.11 0.07 0 0.51 218.57 0.06 0.46
Hex 6E 73 7C B 7 0 33 DB 6 2E
Octal 156 163 174 13 7 0 63 333 6 56
Binary 1101110 1110011 1111100 1011 111 0 110011 11011011 110 101110

Color Harmonies of #6E737C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E737C

Black with #6E737C

Text Example


Text Example

White with #6E737C

Text Example


Text Example

HTML Codes & Css Web 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>