Html Css Color HEX #6D7C8C Slate Grey

📋 copy color: '#6D7C8C'

red 109 ◦ green 124 ◦ blue 140

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

Shades of Slate Grey #6D7C8C

Tints of Slate Grey #6D7C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.53%

R = 29.22%
G = 33.24%
B = 37.53%

CMYK

 C value IS 0.22

 M value IS 0.11

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6D7C8C (or 0x6D7C8C) is known color: Slate Grey. HEX triplet: 6D, 7C and 8C. RGB value is (109,124,140). Sum of RGB (Red+Green+Blue) = 109+124+140=373 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.22% from 373); Green value is 124 (48.83% from 255 or 33.24% from 373); Blue value is 140 (55.08% from 255 or 37.53% from 373); Max value from RGB is 140 - color contains mainly: blue. Hex color #6D7C8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7C8C is #928373. Grayscale: #797979. Windows color (decimal): -9601908 or 9206893. OLE color: 9206893.

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

Color convert

RGB 109 124 140 -
CMYK 0.22 0.11 0 0.45
HSL 210.97º 0.12% 0.49% -
HSV(B) 210.97º 0.22% 0.55% -
XYZ 18.25 19.56 27.62 -
YUV 121.34 138.53 119.2 -
System Red Green Blue C M Y K H S L
Decimal 109 124 140 0.22 0.11 0 0.45 210.97 0.12 0.49
Hex 6D 7C 8C 16 B 0 2D D3 C 31
Octal 155 174 214 26 13 0 55 323 14 61
Binary 1101101 1111100 10001100 10110 1011 0 101101 11010011 1100 110001

Color Harmonies of #6D7C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7C8C

Black with #6D7C8C

Text Example


Text Example

White with #6D7C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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