#6F8196

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

Shades of Slate Grey #6F8196

Tints of Slate Grey #6F8196

Color information

#6F8196 (or 0x6F8196) is unknown color: approx Slate Grey. HEX triplet: 6F, 81 and 96. RGB value is (111,129,150). Sum of RGB (Red+Green+Blue) = 111+129+150=390 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.46% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 150 (58.98% from 255 or 38.46% from 390); Max value from RGB is 150 - color contains mainly: blue. Hex color #6F8196 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8196 is #907E69. Grayscale: #7D7D7D. Windows color (decimal): -9469546 or 9863535. OLE color: 9863535.

HSL color Cylindrical-coordinate representation of color #6F8196: hue angle of 212.31º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6F8196 is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB111129150-
CMYK0.260.1400.41
HSL212.31º15.66%51.18%-
HSV(B)212.31º26%58.82%-
XYZ19.9121.2831.91-
YUV126.01141.54117.29-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.46%
GREEN value IS 129 (50.78% from 255) = 33.08%
BLUE value IS 150 (58.98% from 255) = 38.46%
R=28.46%
G=33.08%
B=38.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1111291500.260.1400.41212.3115.6651.18
Hex6F81961AE029d41033
Octal15720122632160513242063
Binary1101111100000011001011011010111001010011101010010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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