Shades of Slate Grey #667C93
Tints of Slate Grey #667C93
RGB
CMYK
RGB Variations
Color information
#667C93 (or 0x667C93) is known color: Slate Grey. HEX triplet: 66, 7C and 93. RGB value is (102,124,147). Sum of RGB (Red+Green+Blue) = 102+124+147=373 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.35% from 373); Green value is 124 (48.83% from 255 or 33.24% from 373); Blue value is 147 (57.81% from 255 or 39.41% from 373); Max value from RGB is 147 - color contains mainly: blue. Hex color #667C93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667C93 is #99836C. Grayscale: #777777. Windows color (decimal): -10060653 or 9665638. OLE color: 9665638.
HSL color Cylindrical-coordinate representation of color #667C93: hue angle of 210.67º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #667C93 is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 124 | 147 | - |
| CMYK | 0.31 | 0.16 | 0 | 0.42 |
| HSL | 210.67º | 0.18% | 0.49% | - |
| HSV(B) | 210.67º | 0.31% | 0.58% | - |
| XYZ | 17.95 | 19.35 | 30.39 | - |
| YUV | 120.04 | 143.21 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 124 | 147 | 0.31 | 0.16 | 0 | 0.42 | 210.67 | 0.18 | 0.49 |
| Hex | 66 | 7C | 93 | 1F | 10 | 0 | 2A | D3 | 12 | 31 |
| Octal | 146 | 174 | 223 | 37 | 20 | 0 | 52 | 323 | 22 | 61 |
| Binary | 1100110 | 1111100 | 10010011 | 11111 | 10000 | 0 | 101010 | 11010011 | 10010 | 110001 |
Color Harmonies of #667C93
Complementary color
Monochromatic Colors of #667C93
Black with #667C93
Text Example
Text Example
White with #667C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667C93; }
p { color: rgb(102,124,147); }
H1.HeaderClassName
{
color: #667C93;
}
.AnyTagClassName
{
color: #667C93;
}
</style>
background-color css
<style>
a { background-color: #667C93; }
a { background-color: rgb(102,124,147); }
div.DivClassName
{
background-color: #667C93;
}
.BgClassName
{
background-color: #667C93;
}
</style>
border-color css
<style>
span { border-color: #667C93; }
span { border-color: rgb(102,124,147); }
td.TdClassName
{
border-color: #667C93;
}
.TagClassName
{
border-color: #667C93;
}
</style>