Html Css Color HEX #6D809B Slate Grey

📋 copy color: '#6D809B'

red 109 ◦ green 128 ◦ blue 155

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

Shades of Slate Grey #6D809B

Tints of Slate Grey #6D809B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.65%

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

R = 27.81%
G = 32.65%
B = 39.54%

CMYK

 C value IS 0.30

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6D809B (or 0x6D809B) is known color: Slate Grey. HEX triplet: 6D, 80 and 9B. RGB value is (109,128,155). Sum of RGB (Red+Green+Blue) = 109+128+155=392 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.81% from 392); Green value is 128 (50.39% from 255 or 32.65% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 155 - color contains mainly: blue. Hex color #6D809B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D809B is #927F64. Grayscale: #7D7D7D. Windows color (decimal): -9600869 or 10190957. OLE color: 10190957.

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

Color convert

RGB 109 128 155 -
CMYK 0.30 0.17 0 0.39
HSL 215.22º 0.19% 0.52% -
HSV(B) 215.22º 0.3% 0.61% -
XYZ 19.94 21.06 34.02 -
YUV 125.4 144.71 116.3 -
System Red Green Blue C M Y K H S L
Decimal 109 128 155 0.30 0.17 0 0.39 215.22 0.19 0.52
Hex 6D 80 9B 1E 11 0 27 D7 13 34
Octal 155 200 233 36 21 0 47 327 23 64
Binary 1101101 10000000 10011011 11110 10001 0 100111 11010111 10011 110100

Color Harmonies of #6D809B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D809B

Black with #6D809B

Text Example


Text Example

White with #6D809B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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