#6C7D9B

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

Shades of Slate Grey #6C7D9B

Tints of Slate Grey #6C7D9B

Color information

#6C7D9B (or 0x6C7D9B) is unknown color: approx Slate Grey. HEX triplet: 6C, 7D and 9B. RGB value is (108,125,155). Sum of RGB (Red+Green+Blue) = 108+125+155=388 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.84% from 388); Green value is 125 (49.22% from 255 or 32.22% from 388); Blue value is 155 (60.94% from 255 or 39.95% from 388); Max value from RGB is 155 - color contains mainly: blue. Hex color #6C7D9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C7D9B is #938264. Grayscale: #7B7B7B. Windows color (decimal): -9667173 or 10190188. OLE color: 10190188.

HSL color Cylindrical-coordinate representation of color #6C7D9B: hue angle of 218.3º 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 #6C7D9B is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB108125155-
CMYK0.300.1900.39
HSL218.3º19.03%51.57%-
HSV(B)218.3º30.32%60.78%-
XYZ19.4320.2233.89-
YUV123.34145.87117.06-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.84%
GREEN value IS 125 (49.22% from 255) = 32.22%
BLUE value IS 155 (60.94% from 255) = 39.95%
R=27.84%
G=32.22%
B=39.95%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1081251550.300.1900.39218.319.0351.57
Hex6C7D9B1E13027da1334
Octal15417523336230473322364
Binary1101100111110110011011111101001101001111101101010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,125,155); }

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

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

 a { background-color: rgb(108,125,155); }

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

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

 span { border-color: rgb(108,125,155); }

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