#6F8190

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

Shades of Slate Grey #6F8190

Tints of Slate Grey #6F8190

Color information

#6F8190 (or 0x6F8190) is unknown color: approx Slate Grey. HEX triplet: 6F, 81 and 90. RGB value is (111,129,144). Sum of RGB (Red+Green+Blue) = 111+129+144=384 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.91% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 144 (56.64% from 255 or 37.5% from 384); Max value from RGB is 144 - color contains mainly: blue. Hex color #6F8190 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8190 is #907E6F. Grayscale: #7D7D7D. Windows color (decimal): -9469552 or 9470319. OLE color: 9470319.

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

Color convert

RGB111129144-
CMYK0.230.1000.44
HSL207.27º12.94%50%-
HSV(B)207.27º22.92%56.47%-
XYZ19.4421.0929.43-
YUV125.33138.54117.78-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.91%
GREEN value IS 129 (50.78% from 255) = 33.59%
BLUE value IS 144 (56.64% from 255) = 37.5%
R=28.91%
G=33.59%
B=37.5%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1111291440.230.1000.44207.2712.9450
Hex6F819017A02Ccfd32
Octal15720122027120543171562
Binary110111110000001100100001011110100101100110011111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,129,144); }

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

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

 a { background-color: rgb(111,129,144); }

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

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

 span { border-color: rgb(111,129,144); }

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