Html Css Color HEX #6D7995 Slate Grey

📋 copy color: '#6D7995'

red 109 ◦ green 121 ◦ blue 149

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

Shades of Slate Grey #6D7995

Tints of Slate Grey #6D7995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 39.31%

R = 28.76%
G = 31.93%
B = 39.31%

CMYK

 C value IS 0.27

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6D7995 (or 0x6D7995) is known color: Slate Grey. HEX triplet: 6D, 79 and 95. RGB value is (109,121,149). Sum of RGB (Red+Green+Blue) = 109+121+149=379 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.76% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 149 (58.59% from 255 or 39.31% from 379); Max value from RGB is 149 - color contains mainly: blue. Hex color #6D7995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7995 is #92866A. Grayscale: #787878. Windows color (decimal): -9602667 or 9795949. OLE color: 9795949.

HSL color Cylindrical-coordinate representation of color #6D7995: hue angle of 222º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6D7995 is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 109 121 149 -
CMYK 0.27 0.19 0 0.42
HSL 222º 0.16% 0.51% -
HSV(B) 222º 0.27% 0.58% -
XYZ 18.57 19.1 31.14 -
YUV 120.6 144.02 119.72 -
System Red Green Blue C M Y K H S L
Decimal 109 121 149 0.27 0.19 0 0.42 222 0.16 0.51
Hex 6D 79 95 1B 13 0 2A DE 10 33
Octal 155 171 225 33 23 0 52 336 20 63
Binary 1101101 1111001 10010101 11011 10011 0 101010 11011110 10000 110011

Color Harmonies of #6D7995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7995

Black with #6D7995

Text Example


Text Example

White with #6D7995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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