Html Css Color HEX #6D7989 Slate Grey

📋 copy color: '#6D7989'

red 109 ◦ green 121 ◦ blue 137

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

Shades of Slate Grey #6D7989

Tints of Slate Grey #6D7989

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 37.33%

R = 29.7%
G = 32.97%
B = 37.33%

CMYK

 C value IS 0.20

 M value IS 0.12

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6D7989 (or 0x6D7989) is known color: Slate Grey. HEX triplet: 6D, 79 and 89. RGB value is (109,121,137). Sum of RGB (Red+Green+Blue) = 109+121+137=367 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.70% from 367); Green value is 121 (47.66% from 255 or 32.97% from 367); Blue value is 137 (53.91% from 255 or 37.33% from 367); Max value from RGB is 137 - color contains mainly: blue. Hex color #6D7989 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7989 is #928676. Grayscale: #777777. Windows color (decimal): -9602679 or 9009517. OLE color: 9009517.

HSL color Cylindrical-coordinate representation of color #6D7989: hue angle of 214.29º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6D7989 is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 109 121 137 -
CMYK 0.20 0.12 0 0.46
HSL 214.29º 0.11% 0.48% -
HSV(B) 214.29º 0.2% 0.54% -
XYZ 17.66 18.73 26.35 -
YUV 119.24 138.02 120.7 -
System Red Green Blue C M Y K H S L
Decimal 109 121 137 0.20 0.12 0 0.46 214.29 0.11 0.48
Hex 6D 79 89 14 C 0 2E D6 B 30
Octal 155 171 211 24 14 0 56 326 13 60
Binary 1101101 1111001 10001001 10100 1100 0 101110 11010110 1011 110000

Color Harmonies of #6D7989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7989

Black with #6D7989

Text Example


Text Example

White with #6D7989

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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