Html Css Color HEX #6D7E8C Slate Grey

📋 copy color: '#6D7E8C'

red 109 ◦ green 126 ◦ blue 140

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

Shades of Slate Grey #6D7E8C

Tints of Slate Grey #6D7E8C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.6%

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

R = 29.07%
G = 33.6%
B = 37.33%

CMYK

 C value IS 0.22

 M value IS 0.10

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6D7E8C (or 0x6D7E8C) is known color: Slate Grey. HEX triplet: 6D, 7E and 8C. RGB value is (109,126,140). Sum of RGB (Red+Green+Blue) = 109+126+140=375 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.07% from 375); Green value is 126 (49.61% from 255 or 33.6% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 140 - color contains mainly: blue. Hex color #6D7E8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7E8C is #928173. Grayscale: #7A7A7A. Windows color (decimal): -9601396 or 9207405. OLE color: 9207405.

HSL color Cylindrical-coordinate representation of color #6D7E8C: hue angle of 207.1º 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 #6D7E8C is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 109 126 140 -
CMYK 0.22 0.10 0 0.45
HSL 207.1º 0.12% 0.49% -
HSV(B) 207.1º 0.22% 0.55% -
XYZ 18.5 20.07 27.71 -
YUV 122.51 137.87 118.36 -
System Red Green Blue C M Y K H S L
Decimal 109 126 140 0.22 0.10 0 0.45 207.1 0.12 0.49
Hex 6D 7E 8C 16 A 0 2D CF C 31
Octal 155 176 214 26 12 0 55 317 14 61
Binary 1101101 1111110 10001100 10110 1010 0 101101 11001111 1100 110001

Color Harmonies of #6D7E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7E8C

Black with #6D7E8C

Text Example


Text Example

White with #6D7E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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