#6C7E96

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

Shades of Slate Grey #6C7E96

Tints of Slate Grey #6C7E96

Color information

#6C7E96 (or 0x6C7E96) is unknown color: approx Slate Grey. HEX triplet: 6C, 7E and 96. RGB value is (108,126,150). Sum of RGB (Red+Green+Blue) = 108+126+150=384 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.12% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 150 (58.98% from 255 or 39.06% from 384); Max value from RGB is 150 - color contains mainly: blue. Hex color #6C7E96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C7E96 is #938169. Grayscale: #7B7B7B. Windows color (decimal): -9666922 or 9862764. OLE color: 9862764.

HSL color Cylindrical-coordinate representation of color #6C7E96: hue angle of 214.29º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6C7E96 is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB108126150-
CMYK0.280.1600.41
HSL214.29º16.67%50.59%-
HSV(B)214.29º28%58.82%-
XYZ19.1520.3131.77-
YUV123.35143.04117.05-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.12%
GREEN value IS 126 (49.61% from 255) = 32.81%
BLUE value IS 150 (58.98% from 255) = 39.06%
R=28.12%
G=32.81%
B=39.06%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1081261500.280.1600.41214.2916.6750.59
Hex6C7E961C10029d61133
Octal15417622634200513262163
Binary1101100111111010010110111001000001010011101011010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,126,150); }

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

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

 a { background-color: rgb(108,126,150); }

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

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

 span { border-color: rgb(108,126,150); }

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