#6F7D92

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

Shades of Slate Grey #6F7D92

Tints of Slate Grey #6F7D92

Color information

#6F7D92 (or 0x6F7D92) is unknown color: approx Slate Grey. HEX triplet: 6F, 7D and 92. RGB value is (111,125,146). Sum of RGB (Red+Green+Blue) = 111+125+146=382 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.06% from 382); Green value is 125 (49.22% from 255 or 32.72% from 382); Blue value is 146 (57.42% from 255 or 38.22% from 382); Max value from RGB is 146 - color contains mainly: blue. Hex color #6F7D92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7D92 is #90826D. Grayscale: #7B7B7B. Windows color (decimal): -9470574 or 9600367. OLE color: 9600367.

HSL color Cylindrical-coordinate representation of color #6F7D92: hue angle of 216º 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 #6F7D92 is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB111125146-
CMYK0.240.1400.43
HSL216º13.83%50.39%-
HSV(B)216º23.97%57.25%-
XYZ19.0820.1230.07-
YUV123.21140.86119.29-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.06%
GREEN value IS 125 (49.22% from 255) = 32.72%
BLUE value IS 146 (57.42% from 255) = 38.22%
R=29.06%
G=32.72%
B=38.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1111251460.240.1400.4321613.8350.39
Hex6F7D9218E02Bd8e32
Octal15717522230160533301662
Binary11011111111101100100101100011100101011110110001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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