Html Css Color HEX #6E767C Raven

📋 copy color: '#6E767C'

red 110 ◦ green 118 ◦ blue 124

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

Shades of Raven #6E767C

Tints of Raven #6E767C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.52%

 BLUE value IS 124 (48.83% from 255) = 35.23%

R = 31.25%
G = 33.52%
B = 35.23%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6E767C (or 0x6E767C) is known color: Raven. HEX triplet: 6E, 76 and 7C. RGB value is (110,118,124). Sum of RGB (Red+Green+Blue) = 110+118+124=352 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.25% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 124 - color contains mainly: blue. Hex color #6E767C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E767C is #918983. Grayscale: #747474. Windows color (decimal): -9537924 or 8156782. OLE color: 8156782.

HSL color Cylindrical-coordinate representation of color #6E767C: hue angle of 205.71º 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 #6E767C is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 110 118 124 -
CMYK 0.11 0.05 0 0.51
HSL 205.71º 0.06% 0.46% -
HSV(B) 205.71º 0.11% 0.49% -
XYZ 16.55 17.73 21.62 -
YUV 116.29 132.35 123.51 -
System Red Green Blue C M Y K H S L
Decimal 110 118 124 0.11 0.05 0 0.51 205.71 0.06 0.46
Hex 6E 76 7C B 5 0 33 CE 6 2E
Octal 156 166 174 13 5 0 63 316 6 56
Binary 1101110 1110110 1111100 1011 101 0 110011 11001110 110 101110

Color Harmonies of #6E767C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E767C

Black with #6E767C

Text Example


Text Example

White with #6E767C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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