Html Css Color HEX #6D849B Light Slate Grey

📋 copy color: '#6D849B'

red 109 ◦ green 132 ◦ blue 155

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

Shades of Light Slate Grey #6D849B

Tints of Light Slate Grey #6D849B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.33%

 BLUE value IS 155 (60.94% from 255) = 39.14%

R = 27.53%
G = 33.33%
B = 39.14%

CMYK

 C value IS 0.30

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6D849B (or 0x6D849B) is known color: Light Slate Grey. HEX triplet: 6D, 84 and 9B. RGB value is (109,132,155). Sum of RGB (Red+Green+Blue) = 109+132+155=396 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.53% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 155 - color contains mainly: blue. Hex color #6D849B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D849B is #927B64. Grayscale: #7F7F7F. Windows color (decimal): -9599845 or 10191981. OLE color: 10191981.

HSL color Cylindrical-coordinate representation of color #6D849B: hue angle of 210º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D849B is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 109 132 155 -
CMYK 0.30 0.15 0 0.39
HSL 210º 0.19% 0.52% -
HSV(B) 210º 0.3% 0.61% -
XYZ 20.47 22.12 34.2 -
YUV 127.75 143.38 114.63 -
System Red Green Blue C M Y K H S L
Decimal 109 132 155 0.30 0.15 0 0.39 210 0.19 0.52
Hex 6D 84 9B 1E F 0 27 D2 13 34
Octal 155 204 233 36 17 0 47 322 23 64
Binary 1101101 10000100 10011011 11110 1111 0 100111 11010010 10011 110100

Color Harmonies of #6D849B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D849B

Black with #6D849B

Text Example


Text Example

White with #6D849B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,132,155); }

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

background-color css

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

 a { background-color: rgb(109,132,155); }

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

border-color css

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

 span { border-color: rgb(109,132,155); }

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