#6F8390

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

Shades of Slate Grey #6F8390

Tints of Slate Grey #6F8390

Color information

#6F8390 (or 0x6F8390) is unknown color: approx Slate Grey. HEX triplet: 6F, 83 and 90. RGB value is (111,131,144). Sum of RGB (Red+Green+Blue) = 111+131+144=386 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.76% from 386); Green value is 131 (51.56% from 255 or 33.94% from 386); Blue value is 144 (56.64% from 255 or 37.31% from 386); Max value from RGB is 144 - color contains mainly: blue. Hex color #6F8390 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8390 is #907C6F. Grayscale: #7E7E7E. Windows color (decimal): -9469040 or 9470831. OLE color: 9470831.

HSL color Cylindrical-coordinate representation of color #6F8390: hue angle of 203.64º 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 #6F8390 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB111131144-
CMYK0.230.0900.44
HSL203.64º12.94%50%-
HSV(B)203.64º22.92%56.47%-
XYZ19.7121.6329.52-
YUV126.5137.87116.94-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.76%
GREEN value IS 131 (51.56% from 255) = 33.94%
BLUE value IS 144 (56.64% from 255) = 37.31%
R=28.76%
G=33.94%
B=37.31%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1111311440.230.0900.44203.6412.9450
Hex6F839017902Cccd32
Octal15720322027110543141562
Binary110111110000011100100001011110010101100110011001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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