#6D7F94

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

Shades of Slate Grey #6D7F94

Tints of Slate Grey #6D7F94

Color information

#6D7F94 (or 0x6D7F94) is unknown color: approx Slate Grey. HEX triplet: 6D, 7F and 94. RGB value is (109,127,148). Sum of RGB (Red+Green+Blue) = 109+127+148=384 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.39% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 148 (58.20% from 255 or 38.54% from 384); Max value from RGB is 148 - color contains mainly: blue. Hex color #6D7F94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7F94 is #92806B. Grayscale: #7B7B7B. Windows color (decimal): -9601132 or 9731949. OLE color: 9731949.

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

Color convert

RGB109127148-
CMYK0.260.1400.42
HSL212.31º15.42%50.39%-
HSV(B)212.31º26.35%58.04%-
XYZ19.2420.5730.97-
YUV124.01141.54117.29-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.39%
GREEN value IS 127 (50% from 255) = 33.07%
BLUE value IS 148 (58.20% from 255) = 38.54%
R=28.39%
G=33.07%
B=38.54%

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
Decimal1091271480.260.1400.42212.3115.4250.39
Hex6D7F941AE02Ad4f32
Octal15517722432160523241762
Binary11011011111111100101001101011100101010110101001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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