#6C7C99

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

Shades of Slate Grey #6C7C99

Tints of Slate Grey #6C7C99

Color information

#6C7C99 (or 0x6C7C99) is unknown color: approx Slate Grey. HEX triplet: 6C, 7C and 99. RGB value is (108,124,153). Sum of RGB (Red+Green+Blue) = 108+124+153=385 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.05% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 153 (60.16% from 255 or 39.74% from 385); Max value from RGB is 153 - color contains mainly: blue. Hex color #6C7C99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C7C99 is #938366. Grayscale: #7A7A7A. Windows color (decimal): -9667431 or 10058860. OLE color: 10058860.

HSL color Cylindrical-coordinate representation of color #6C7C99: hue angle of 218.67º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6C7C99 is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB108124153-
CMYK0.290.1900.4
HSL218.67º18.07%51.18%-
HSV(B)218.67º29.41%60%-
XYZ19.1419.932.97-
YUV122.52145.2117.64-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.05%
GREEN value IS 124 (48.83% from 255) = 32.21%
BLUE value IS 153 (60.16% from 255) = 39.74%
R=28.05%
G=32.21%
B=39.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1081241530.290.1900.4218.6718.0751.18
Hex6C7C991D13028db1233
Octal15417423135230503332263
Binary1101100111110010011001111011001101010001101101110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,124,153); }

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

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

 a { background-color: rgb(108,124,153); }

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

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

 span { border-color: rgb(108,124,153); }

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