Html Css Color HEX #6D7992 Slate Grey

📋 copy color: '#6D7992'

red 109 ◦ green 121 ◦ blue 146

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

Shades of Slate Grey #6D7992

Tints of Slate Grey #6D7992

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.18%

 BLUE value IS 146 (57.42% from 255) = 38.83%

R = 28.99%
G = 32.18%
B = 38.83%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6D7992 (or 0x6D7992) is known color: Slate Grey. HEX triplet: 6D, 79 and 92. RGB value is (109,121,146). Sum of RGB (Red+Green+Blue) = 109+121+146=376 (49% of max value = 765). Red value is 109 (42.97% from 255 or 28.99% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 146 (57.42% from 255 or 38.83% from 376); Max value from RGB is 146 - color contains mainly: blue. Hex color #6D7992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7992 is #92866D. Grayscale: #787878. Windows color (decimal): -9602670 or 9599341. OLE color: 9599341.

HSL color Cylindrical-coordinate representation of color #6D7992: hue angle of 220.54º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6D7992 is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 109 121 146 -
CMYK 0.25 0.17 0 0.43
HSL 220.54º 0.15% 0.5% -
HSV(B) 220.54º 0.25% 0.57% -
XYZ 18.33 19 29.9 -
YUV 120.26 142.52 119.97 -
System Red Green Blue C M Y K H S L
Decimal 109 121 146 0.25 0.17 0 0.43 220.54 0.15 0.5
Hex 6D 79 92 19 11 0 2B DD F 32
Octal 155 171 222 31 21 0 53 335 17 62
Binary 1101101 1111001 10010010 11001 10001 0 101011 11011101 1111 110010

Color Harmonies of #6D7992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7992

Black with #6D7992

Text Example


Text Example

White with #6D7992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,121,146); }

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

background-color css

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

 a { background-color: rgb(109,121,146); }

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

border-color css

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

 span { border-color: rgb(109,121,146); }

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