Html Css Color HEX #6F808D Slate Grey

📋 copy color: '#6F808D'

red 111 ◦ green 128 ◦ blue 141

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

Shades of Slate Grey #6F808D

Tints of Slate Grey #6F808D

RGB

 RED value IS 111 (43.75% from 255) = 29.21%

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

 BLUE value IS 141 (55.47% from 255) = 37.11%

R = 29.21%
G = 33.68%
B = 37.11%

CMYK

 C value IS 0.21

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6F808D (or 0x6F808D) is known color: Slate Grey. HEX triplet: 6F, 80 and 8D. RGB value is (111,128,141). Sum of RGB (Red+Green+Blue) = 111+128+141=380 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.21% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 141 - color contains mainly: blue. Hex color #6F808D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F808D is #907F72. Grayscale: #7C7C7C. Windows color (decimal): -9469811 or 9273455. OLE color: 9273455.

HSL color Cylindrical-coordinate representation of color #6F808D: hue angle of 206º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6F808D is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 111 128 141 -
CMYK 0.21 0.09 0 0.45
HSL 206º 0.12% 0.49% -
HSV(B) 206º 0.21% 0.55% -
XYZ 19.08 20.74 28.2 -
YUV 124.4 137.37 118.44 -
System Red Green Blue C M Y K H S L
Decimal 111 128 141 0.21 0.09 0 0.45 206 0.12 0.49
Hex 6F 80 8D 15 9 0 2D CE C 31
Octal 157 200 215 25 11 0 55 316 14 61
Binary 1101111 10000000 10001101 10101 1001 0 101101 11001110 1100 110001

Color Harmonies of #6F808D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F808D

Black with #6F808D

Text Example


Text Example

White with #6F808D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,128,141); }

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

background-color css

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

 a { background-color: rgb(111,128,141); }

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

border-color css

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

 span { border-color: rgb(111,128,141); }

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