Html Css Color HEX #6D7C8D Slate Grey

📋 copy color: '#6D7C8D'

red 109 ◦ green 124 ◦ blue 141

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

Shades of Slate Grey #6D7C8D

Tints of Slate Grey #6D7C8D

RGB

 RED value IS 109 (42.97% from 255) = 29.14%

 GREEN value IS 124 (48.83% from 255) = 33.16%

 BLUE value IS 141 (55.47% from 255) = 37.7%

R = 29.14%
G = 33.16%
B = 37.7%

CMYK

 C value IS 0.23

 M value IS 0.12

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6D7C8D (or 0x6D7C8D) is known color: Slate Grey. HEX triplet: 6D, 7C and 8D. RGB value is (109,124,141). Sum of RGB (Red+Green+Blue) = 109+124+141=374 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.14% from 374); Green value is 124 (48.83% from 255 or 33.16% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 141 - color contains mainly: blue. Hex color #6D7C8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7C8D is #928372. Grayscale: #797979. Windows color (decimal): -9601907 or 9272429. OLE color: 9272429.

HSL color Cylindrical-coordinate representation of color #6D7C8D: hue angle of 211.88º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6D7C8D is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 109 124 141 -
CMYK 0.23 0.12 0 0.45
HSL 211.88º 0.13% 0.49% -
HSV(B) 211.88º 0.23% 0.55% -
XYZ 18.32 19.59 28.01 -
YUV 121.45 139.03 119.12 -
System Red Green Blue C M Y K H S L
Decimal 109 124 141 0.23 0.12 0 0.45 211.88 0.13 0.49
Hex 6D 7C 8D 17 C 0 2D D4 D 31
Octal 155 174 215 27 14 0 55 324 15 61
Binary 1101101 1111100 10001101 10111 1100 0 101101 11010100 1101 110001

Color Harmonies of #6D7C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7C8D

Black with #6D7C8D

Text Example


Text Example

White with #6D7C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,124,141); }

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

background-color css

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

 a { background-color: rgb(109,124,141); }

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

border-color css

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

 span { border-color: rgb(109,124,141); }

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