#6F8199

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

Shades of Slate Grey #6F8199

Tints of Slate Grey #6F8199

Color information

#6F8199 (or 0x6F8199) is unknown color: approx Slate Grey. HEX triplet: 6F, 81 and 99. RGB value is (111,129,153). Sum of RGB (Red+Green+Blue) = 111+129+153=393 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.24% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 153 (60.16% from 255 or 38.93% from 393); Max value from RGB is 153 - color contains mainly: blue. Hex color #6F8199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8199 is #907E66. Grayscale: #7E7E7E. Windows color (decimal): -9469543 or 10060143. OLE color: 10060143.

HSL color Cylindrical-coordinate representation of color #6F8199: hue angle of 214.29º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6F8199 is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB111129153-
CMYK0.270.1600.4
HSL214.29º17.07%51.76%-
HSV(B)214.29º27.45%60%-
XYZ20.1621.3833.2-
YUV126.35143.04117.05-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.24%
GREEN value IS 129 (50.78% from 255) = 32.82%
BLUE value IS 153 (60.16% from 255) = 38.93%
R=28.24%
G=32.82%
B=38.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1111291530.270.1600.4214.2917.0751.76
Hex6F81991B10028d61134
Octal15720123133200503262164
Binary11011111000000110011001110111000001010001101011010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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