Shades of Slate Grey #667D94
Tints of Slate Grey #667D94
RGB
CMYK
RGB Variations
Color information
#667D94 (or 0x667D94) is known color: Slate Grey. HEX triplet: 66, 7D and 94. RGB value is (102,125,148). Sum of RGB (Red+Green+Blue) = 102+125+148=375 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.2% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 148 (58.20% from 255 or 39.47% from 375); Max value from RGB is 148 - color contains mainly: blue. Hex color #667D94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667D94 is #99826B. Grayscale: #787878. Windows color (decimal): -10060396 or 9731430. OLE color: 9731430.
HSL color Cylindrical-coordinate representation of color #667D94: hue angle of 210º 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 #667D94 is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 125 | 148 | - |
| CMYK | 0.31 | 0.16 | 0 | 0.42 |
| HSL | 210º | 0.18% | 0.49% | - |
| HSV(B) | 210º | 0.31% | 0.58% | - |
| XYZ | 18.16 | 19.63 | 30.85 | - |
| YUV | 120.75 | 143.38 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 125 | 148 | 0.31 | 0.16 | 0 | 0.42 | 210 | 0.18 | 0.49 |
| Hex | 66 | 7D | 94 | 1F | 10 | 0 | 2A | D2 | 12 | 31 |
| Octal | 146 | 175 | 224 | 37 | 20 | 0 | 52 | 322 | 22 | 61 |
| Binary | 1100110 | 1111101 | 10010100 | 11111 | 10000 | 0 | 101010 | 11010010 | 10010 | 110001 |
Color Harmonies of #667D94
Complementary color
Monochromatic Colors of #667D94
Black with #667D94
Text Example
Text Example
White with #667D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667D94; }
p { color: rgb(102,125,148); }
H1.HeaderClassName
{
color: #667D94;
}
.AnyTagClassName
{
color: #667D94;
}
</style>
background-color css
<style>
a { background-color: #667D94; }
a { background-color: rgb(102,125,148); }
div.DivClassName
{
background-color: #667D94;
}
.BgClassName
{
background-color: #667D94;
}
</style>
border-color css
<style>
span { border-color: #667D94; }
span { border-color: rgb(102,125,148); }
td.TdClassName
{
border-color: #667D94;
}
.TagClassName
{
border-color: #667D94;
}
</style>