#6C7A8B

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

Shades of Slate Grey #6C7A8B

Tints of Slate Grey #6C7A8B

Color information

#6C7A8B (or 0x6C7A8B) is unknown color: approx Slate Grey. HEX triplet: 6C, 7A and 8B. RGB value is (108,122,139). Sum of RGB (Red+Green+Blue) = 108+122+139=369 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.27% from 369); Green value is 122 (48.05% from 255 or 33.06% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 139 - color contains mainly: blue. Hex color #6C7A8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C7A8B is #938574. Grayscale: #777777. Windows color (decimal): -9667957 or 9140844. OLE color: 9140844.

HSL color Cylindrical-coordinate representation of color #6C7A8B: hue angle of 212.9º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6C7A8B is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB108122139-
CMYK0.220.1200.45
HSL212.9º12.55%48.43%-
HSV(B)212.9º22.3%54.51%-
XYZ17.818.9727.15-
YUV119.75138.86119.62-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.27%
GREEN value IS 122 (48.05% from 255) = 33.06%
BLUE value IS 139 (54.69% from 255) = 37.67%
R=29.27%
G=33.06%
B=37.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1081221390.220.1200.45212.912.5548.43
Hex6C7A8B16C02Dd5d30
Octal15417221326140553251560
Binary11011001111010100010111011011000101101110101011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,122,139); }

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

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

 a { background-color: rgb(108,122,139); }

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

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

 span { border-color: rgb(108,122,139); }

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