#6F8592

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

Shades of Slate Grey #6F8592

Tints of Slate Grey #6F8592

Color information

#6F8592 (or 0x6F8592) is unknown color: approx Slate Grey. HEX triplet: 6F, 85 and 92. RGB value is (111,133,146). Sum of RGB (Red+Green+Blue) = 111+133+146=390 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.46% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 146 (57.42% from 255 or 37.44% from 390); Max value from RGB is 146 - color contains mainly: blue. Hex color #6F8592 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8592 is #907A6D. Grayscale: #7F7F7F. Windows color (decimal): -9468526 or 9602415. OLE color: 9602415.

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

Color convert

RGB111133146-
CMYK0.240.0900.43
HSL202.29º13.83%50.39%-
HSV(B)202.29º23.97%57.25%-
XYZ20.1322.2330.42-
YUV127.9138.21115.94-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.46%
GREEN value IS 133 (52.34% from 255) = 34.10%
BLUE value IS 146 (57.42% from 255) = 37.44%
R=28.46%
G=34.10%
B=37.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1111331460.240.0900.43202.2913.8350.39
Hex6F859218902Bcae32
Octal15720522230110533121662
Binary110111110000101100100101100010010101011110010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,133,146); }

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

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

 a { background-color: rgb(111,133,146); }

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

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

 span { border-color: rgb(111,133,146); }

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