#6F8291

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

Shades of Slate Grey #6F8291

Tints of Slate Grey #6F8291

Color information

#6F8291 (or 0x6F8291) is unknown color: approx Slate Grey. HEX triplet: 6F, 82 and 91. RGB value is (111,130,145). Sum of RGB (Red+Green+Blue) = 111+130+145=386 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.76% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 145 (57.03% from 255 or 37.56% from 386); Max value from RGB is 145 - color contains mainly: blue. Hex color #6F8291 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8291 is #907D6E. Grayscale: #7D7D7D. Windows color (decimal): -9469295 or 9536111. OLE color: 9536111.

HSL color Cylindrical-coordinate representation of color #6F8291: hue angle of 206.47º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F8291 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB111130145-
CMYK0.230.1000.43
HSL206.47º13.39%50.2%-
HSV(B)206.47º23.45%56.86%-
XYZ19.6521.3929.88-
YUV126.03138.71117.28-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.76%
GREEN value IS 130 (51.17% from 255) = 33.68%
BLUE value IS 145 (57.03% from 255) = 37.56%
R=28.76%
G=33.68%
B=37.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1111301450.230.1000.43206.4713.3950.2
Hex6F829117A02Bced32
Octal15720222127120533161562
Binary110111110000010100100011011110100101011110011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,130,145); }

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

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

 a { background-color: rgb(111,130,145); }

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

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

 span { border-color: rgb(111,130,145); }

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