Html Css Color HEX #6D839F Light Slate Grey

📋 copy color: '#6D839F'

red 109 ◦ green 131 ◦ blue 159

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

Shades of Light Slate Grey #6D839F

Tints of Light Slate Grey #6D839F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.83%

 BLUE value IS 159 (62.5% from 255) = 39.85%

R = 27.32%
G = 32.83%
B = 39.85%

CMYK

 C value IS 0.31

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6D839F (or 0x6D839F) is known color: Light Slate Grey. HEX triplet: 6D, 83 and 9F. RGB value is (109,131,159). Sum of RGB (Red+Green+Blue) = 109+131+159=399 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.32% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 159 (62.5% from 255 or 39.85% from 399); Max value from RGB is 159 - color contains mainly: blue. Hex color #6D839F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D839F is #927C60. Grayscale: #7F7F7F. Windows color (decimal): -9600097 or 10453869. OLE color: 10453869.

HSL color Cylindrical-coordinate representation of color #6D839F: hue angle of 213.6º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6D839F is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 109 131 159 -
CMYK 0.31 0.18 0 0.38
HSL 213.6º 0.21% 0.53% -
HSV(B) 213.6º 0.31% 0.62% -
XYZ 20.68 21.99 35.95 -
YUV 127.61 145.71 114.72 -
System Red Green Blue C M Y K H S L
Decimal 109 131 159 0.31 0.18 0 0.38 213.6 0.21 0.53
Hex 6D 83 9F 1F 12 0 26 D6 15 35
Octal 155 203 237 37 22 0 46 326 25 65
Binary 1101101 10000011 10011111 11111 10010 0 100110 11010110 10101 110101

Color Harmonies of #6D839F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D839F

Black with #6D839F

Text Example


Text Example

White with #6D839F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,131,159); }

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

background-color css

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

 a { background-color: rgb(109,131,159); }

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

border-color css

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

 span { border-color: rgb(109,131,159); }

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