Shades of Slate Grey #67788B
Tints of Slate Grey #67788B
RGB
CMYK
RGB Variations
Color information
#67788B (or 0x67788B) is known color: Slate Grey. HEX triplet: 67, 78 and 8B. RGB value is (103,120,139). Sum of RGB (Red+Green+Blue) = 103+120+139=362 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.45% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 139 - color contains mainly: blue. Hex color #67788B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67788B is #988774. Grayscale: #747474. Windows color (decimal): -9996149 or 9140327. OLE color: 9140327.
HSL color Cylindrical-coordinate representation of color #67788B: hue angle of 211.67º 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 #67788B is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 120 | 139 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.45 |
| HSL | 211.67º | 0.15% | 0.47% | - |
| HSV(B) | 211.67º | 0.26% | 0.55% | - |
| XYZ | 16.97 | 18.18 | 27.04 | - |
| YUV | 117.08 | 140.37 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 120 | 139 | 0.26 | 0.14 | 0 | 0.45 | 211.67 | 0.15 | 0.47 |
| Hex | 67 | 78 | 8B | 1A | E | 0 | 2D | D4 | F | 2F |
| Octal | 147 | 170 | 213 | 32 | 16 | 0 | 55 | 324 | 17 | 57 |
| Binary | 1100111 | 1111000 | 10001011 | 11010 | 1110 | 0 | 101101 | 11010100 | 1111 | 101111 |
Color Harmonies of #67788B
Complementary color
Monochromatic Colors of #67788B
Black with #67788B
Text Example
Text Example
White with #67788B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67788B; }
p { color: rgb(103,120,139); }
H1.HeaderClassName
{
color: #67788B;
}
.AnyTagClassName
{
color: #67788B;
}
</style>
background-color css
<style>
a { background-color: #67788B; }
a { background-color: rgb(103,120,139); }
div.DivClassName
{
background-color: #67788B;
}
.BgClassName
{
background-color: #67788B;
}
</style>
border-color css
<style>
span { border-color: #67788B; }
span { border-color: rgb(103,120,139); }
td.TdClassName
{
border-color: #67788B;
}
.TagClassName
{
border-color: #67788B;
}
</style>