#6D7D9C

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

Shades of Slate Grey #6D7D9C

Tints of Slate Grey #6D7D9C

Color information

#6D7D9C (or 0x6D7D9C) is unknown color: approx Slate Grey. HEX triplet: 6D, 7D and 9C. RGB value is (109,125,156). Sum of RGB (Red+Green+Blue) = 109+125+156=390 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.95% from 390); Green value is 125 (49.22% from 255 or 32.05% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 156 - color contains mainly: blue. Hex color #6D7D9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7D9C is #928263. Grayscale: #7B7B7B. Windows color (decimal): -9601636 or 10255725. OLE color: 10255725.

HSL color Cylindrical-coordinate representation of color #6D7D9C: hue angle of 219.57º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D7D9C is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB109125156-
CMYK0.300.2000.39
HSL219.57º19.18%51.96%-
HSV(B)219.57º30.13%61.18%-
XYZ19.6420.3234.34-
YUV123.75146.2117.48-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.95%
GREEN value IS 125 (49.22% from 255) = 32.05%
BLUE value IS 156 (61.33% from 255) = 40%
R=27.95%
G=32.05%
B=40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1091251560.300.2000.39219.5719.1851.96
Hex6D7D9C1E14027dc1334
Octal15517523436240473342364
Binary1101101111110110011100111101010001001111101110010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,125,156); }

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

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

 a { background-color: rgb(109,125,156); }

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

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

 span { border-color: rgb(109,125,156); }

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