Html Css Color HEX #6E757C Raven

📋 copy color: '#6E757C'

red 110 ◦ green 117 ◦ blue 124

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

Shades of Raven #6E757C

Tints of Raven #6E757C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.33%

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

R = 31.34%
G = 33.33%
B = 35.33%

CMYK

 C value IS 0.11

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6E757C (or 0x6E757C) is known color: Raven. HEX triplet: 6E, 75 and 7C. RGB value is (110,117,124). Sum of RGB (Red+Green+Blue) = 110+117+124=351 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.34% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 124 - color contains mainly: blue. Hex color #6E757C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E757C is #918A83. Grayscale: #737373. Windows color (decimal): -9538180 or 8156526. OLE color: 8156526.

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

Color convert

RGB 110 117 124 -
CMYK 0.11 0.06 0 0.51
HSL 210º 0.06% 0.46% -
HSV(B) 210º 0.11% 0.49% -
XYZ 16.43 17.49 21.58 -
YUV 115.71 132.68 123.93 -
System Red Green Blue C M Y K H S L
Decimal 110 117 124 0.11 0.06 0 0.51 210 0.06 0.46
Hex 6E 75 7C B 6 0 33 D2 6 2E
Octal 156 165 174 13 6 0 63 322 6 56
Binary 1101110 1110101 1111100 1011 110 0 110011 11010010 110 101110

Color Harmonies of #6E757C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E757C

Black with #6E757C

Text Example


Text Example

White with #6E757C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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