#6D7F93

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

Shades of Slate Grey #6D7F93

Tints of Slate Grey #6D7F93

Color information

#6D7F93 (or 0x6D7F93) is unknown color: approx Slate Grey. HEX triplet: 6D, 7F and 93. RGB value is (109,127,147). Sum of RGB (Red+Green+Blue) = 109+127+147=383 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.46% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 147 (57.81% from 255 or 38.38% from 383); Max value from RGB is 147 - color contains mainly: blue. Hex color #6D7F93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7F93 is #92806C. Grayscale: #7B7B7B. Windows color (decimal): -9601133 or 9666413. OLE color: 9666413.

HSL color Cylindrical-coordinate representation of color #6D7F93: hue angle of 211.58º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6D7F93 is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB109127147-
CMYK0.260.1400.42
HSL211.58º14.96%50.2%-
HSV(B)211.58º25.85%57.65%-
XYZ19.1620.5430.56-
YUV123.9141.04117.37-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.46%
GREEN value IS 127 (50% from 255) = 33.16%
BLUE value IS 147 (57.81% from 255) = 38.38%
R=28.46%
G=33.16%
B=38.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1091271470.260.1400.42211.5814.9650.2
Hex6D7F931AE02Ad4f32
Octal15517722332160523241762
Binary11011011111111100100111101011100101010110101001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,127,147); }

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

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

 a { background-color: rgb(109,127,147); }

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

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

 span { border-color: rgb(109,127,147); }

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