Html Css Color HEX #6D859F Light Slate Grey

📋 copy color: '#6D859F'

red 109 ◦ green 133 ◦ blue 159

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

Shades of Light Slate Grey #6D859F

Tints of Light Slate Grey #6D859F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.17%

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

R = 27.18%
G = 33.17%
B = 39.65%

CMYK

 C value IS 0.31

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6D859F (or 0x6D859F) is known color: Light Slate Grey. HEX triplet: 6D, 85 and 9F. RGB value is (109,133,159). Sum of RGB (Red+Green+Blue) = 109+133+159=401 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.18% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 159 (62.5% from 255 or 39.65% from 401); Max value from RGB is 159 - color contains mainly: blue. Hex color #6D859F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D859F is #927A60. Grayscale: #808080. Windows color (decimal): -9599585 or 10454381. OLE color: 10454381.

HSL color Cylindrical-coordinate representation of color #6D859F: hue angle of 211.2º 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 #6D859F is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 109 133 159 -
CMYK 0.31 0.16 0 0.38
HSL 211.2º 0.21% 0.53% -
HSV(B) 211.2º 0.31% 0.62% -
XYZ 20.95 22.53 36.05 -
YUV 128.79 145.05 113.89 -
System Red Green Blue C M Y K H S L
Decimal 109 133 159 0.31 0.16 0 0.38 211.2 0.21 0.53
Hex 6D 85 9F 1F 10 0 26 D3 15 35
Octal 155 205 237 37 20 0 46 323 25 65
Binary 1101101 10000101 10011111 11111 10000 0 100110 11010011 10101 110101

Color Harmonies of #6D859F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D859F

Black with #6D859F

Text Example


Text Example

White with #6D859F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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