Html Css Color HEX #6D7D9B Slate Grey

📋 copy color: '#6D7D9B'

red 109 ◦ green 125 ◦ blue 155

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

Shades of Slate Grey #6D7D9B

Tints of Slate Grey #6D7D9B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.13%

 BLUE value IS 155 (60.94% from 255) = 39.85%

R = 28.02%
G = 32.13%
B = 39.85%

CMYK

 C value IS 0.30

 M value IS 0.19

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6D7D9B (or 0x6D7D9B) is known color: Slate Grey. HEX triplet: 6D, 7D and 9B. RGB value is (109,125,155). Sum of RGB (Red+Green+Blue) = 109+125+155=389 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.02% from 389); Green value is 125 (49.22% from 255 or 32.13% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 155 - color contains mainly: blue. Hex color #6D7D9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7D9B is #928264. Grayscale: #7B7B7B. Windows color (decimal): -9601637 or 10190189. OLE color: 10190189.

HSL color Cylindrical-coordinate representation of color #6D7D9B: hue angle of 219.13º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D7D9B is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 109 125 155 -
CMYK 0.30 0.19 0 0.39
HSL 219.13º 0.19% 0.52% -
HSV(B) 219.13º 0.3% 0.61% -
XYZ 19.56 20.29 33.9 -
YUV 123.64 145.7 117.56 -
System Red Green Blue C M Y K H S L
Decimal 109 125 155 0.30 0.19 0 0.39 219.13 0.19 0.52
Hex 6D 7D 9B 1E 13 0 27 DB 13 34
Octal 155 175 233 36 23 0 47 333 23 64
Binary 1101101 1111101 10011011 11110 10011 0 100111 11011011 10011 110100

Color Harmonies of #6D7D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7D9B

Black with #6D7D9B

Text Example


Text Example

White with #6D7D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,125,155); }

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

background-color css

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

 a { background-color: rgb(109,125,155); }

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

border-color css

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

 span { border-color: rgb(109,125,155); }

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