#6F809B

Color #6F809B Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Grey #6F809B

Tints of Slate Grey #6F809B

Color information

#6F809B (or 0x6F809B) is unknown color: approx Slate Grey. HEX triplet: 6F, 80 and 9B. RGB value is (111,128,155). Sum of RGB (Red+Green+Blue) = 111+128+155=394 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.17% from 394); Green value is 128 (50.39% from 255 or 32.49% 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 #6F809B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F809B is #907F64. Grayscale: #7D7D7D. Windows color (decimal): -9469797 or 10190959. OLE color: 10190959.

HSL color Cylindrical-coordinate representation of color #6F809B: hue angle of 216.82º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6F809B is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB111128155-
CMYK0.280.1700.39
HSL216.82º18.03%52.16%-
HSV(B)216.82º28.39%60.78%-
XYZ20.1921.1834.04-
YUV125.99144.37117.3-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.17%
GREEN value IS 128 (50.39% from 255) = 32.49%
BLUE value IS 155 (60.94% from 255) = 39.34%
R=28.17%
G=32.49%
B=39.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1111281550.280.1700.39216.8218.0352.16
Hex6F809B1C11027d91234
Octal15720023334210473312264
Binary11011111000000010011011111001000101001111101100110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F809B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6F809B;
 }
 .AnyTagClassName
 {
   color: #6F809B;
 }
</style>
background-color css

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

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

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

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

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

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