Shades of Slate Grey #67778B
Tints of Slate Grey #67778B
RGB
CMYK
RGB Variations
Color information
#67778B (or 0x67778B) is known color: Slate Grey. HEX triplet: 67, 77 and 8B. RGB value is (103,119,139). Sum of RGB (Red+Green+Blue) = 103+119+139=361 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.53% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 139 (54.69% from 255 or 38.50% from 361); Max value from RGB is 139 - color contains mainly: blue. Hex color #67778B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67778B is #988874. Grayscale: #747474. Windows color (decimal): -9996405 or 9140071. OLE color: 9140071.
HSL color Cylindrical-coordinate representation of color #67778B: hue angle of 213.33º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #67778B is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 119 | 139 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.45 |
| HSL | 213.33º | 0.15% | 0.47% | - |
| HSV(B) | 213.33º | 0.26% | 0.55% | - |
| XYZ | 16.85 | 17.94 | 27 | - |
| YUV | 116.5 | 140.7 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 119 | 139 | 0.26 | 0.14 | 0 | 0.45 | 213.33 | 0.15 | 0.47 |
| Hex | 67 | 77 | 8B | 1A | E | 0 | 2D | D5 | F | 2F |
| Octal | 147 | 167 | 213 | 32 | 16 | 0 | 55 | 325 | 17 | 57 |
| Binary | 1100111 | 1110111 | 10001011 | 11010 | 1110 | 0 | 101101 | 11010101 | 1111 | 101111 |
Color Harmonies of #67778B
Complementary color
Monochromatic Colors of #67778B
Black with #67778B
Text Example
Text Example
White with #67778B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67778B; }
p { color: rgb(103,119,139); }
H1.HeaderClassName
{
color: #67778B;
}
.AnyTagClassName
{
color: #67778B;
}
</style>
background-color css
<style>
a { background-color: #67778B; }
a { background-color: rgb(103,119,139); }
div.DivClassName
{
background-color: #67778B;
}
.BgClassName
{
background-color: #67778B;
}
</style>
border-color css
<style>
span { border-color: #67778B; }
span { border-color: rgb(103,119,139); }
td.TdClassName
{
border-color: #67778B;
}
.TagClassName
{
border-color: #67778B;
}
</style>