Html Css Color HEX #6D829B Slate Grey

📋 copy color: '#6D829B'

red 109 ◦ green 130 ◦ blue 155

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

Shades of Slate Grey #6D829B

Tints of Slate Grey #6D829B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.99%

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

R = 27.66%
G = 32.99%
B = 39.34%

CMYK

 C value IS 0.30

 M value IS 0.16

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6D829B (or 0x6D829B) is known color: Slate Grey. HEX triplet: 6D, 82 and 9B. RGB value is (109,130,155). Sum of RGB (Red+Green+Blue) = 109+130+155=394 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.66% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 155 - color contains mainly: blue. Hex color #6D829B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D829B is #927D64. Grayscale: #7E7E7E. Windows color (decimal): -9600357 or 10191469. OLE color: 10191469.

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

Color convert

RGB 109 130 155 -
CMYK 0.30 0.16 0 0.39
HSL 212.61º 0.19% 0.52% -
HSV(B) 212.61º 0.3% 0.61% -
XYZ 20.21 21.58 34.11 -
YUV 126.57 144.04 115.47 -
System Red Green Blue C M Y K H S L
Decimal 109 130 155 0.30 0.16 0 0.39 212.61 0.19 0.52
Hex 6D 82 9B 1E 10 0 27 D5 13 34
Octal 155 202 233 36 20 0 47 325 23 64
Binary 1101101 10000010 10011011 11110 10000 0 100111 11010101 10011 110100

Color Harmonies of #6D829B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D829B

Black with #6D829B

Text Example


Text Example

White with #6D829B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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