Shades of Dark Slate #456360
Tints of Dark Slate #456360
RGB
CMYK
RGB Variations
Color information
#456360 (or 0x456360) is known color: Dark Slate. HEX triplet: 45, 63 and 60. RGB value is (69,99,96). Sum of RGB (Red+Green+Blue) = 69+99+96=264 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.14% from 264); Green value is 99 (39.06% from 255 or 37.5% from 264); Blue value is 96 (37.89% from 255 or 36.36% from 264); Max value from RGB is 99 - color contains mainly: green. Hex color #456360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456360 is #BA9C9F. Grayscale: #595959. Windows color (decimal): -12229792 or 6316869. OLE color: 6316869.
HSL color Cylindrical-coordinate representation of color #456360: hue angle of 174º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #456360 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 69 | 99 | 96 | - |
| CMYK | 0.30 | 0 | 0.03 | 0.61 |
| HSL | 174º | 0.18% | 0.33% | - |
| HSV(B) | 174º | 0.3% | 0.39% | - |
| XYZ | 9.03 | 11.03 | 12.72 | - |
| YUV | 89.69 | 131.56 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 99 | 96 | 0.30 | 0 | 0.03 | 0.61 | 174 | 0.18 | 0.33 |
| Hex | 45 | 63 | 60 | 1E | 0 | 3 | 3D | AE | 12 | 21 |
| Octal | 105 | 143 | 140 | 36 | 0 | 3 | 75 | 256 | 22 | 41 |
| Binary | 1000101 | 1100011 | 1100000 | 11110 | 0 | 11 | 111101 | 10101110 | 10010 | 100001 |
Color Harmonies of #456360
Complementary color
Monochromatic Colors of #456360
Black with #456360
Text Example
Text Example
White with #456360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456360; }
p { color: rgb(69,99,96); }
H1.HeaderClassName
{
color: #456360;
}
.AnyTagClassName
{
color: #456360;
}
</style>
background-color css
<style>
a { background-color: #456360; }
a { background-color: rgb(69,99,96); }
div.DivClassName
{
background-color: #456360;
}
.BgClassName
{
background-color: #456360;
}
</style>
border-color css
<style>
span { border-color: #456360; }
span { border-color: rgb(69,99,96); }
td.TdClassName
{
border-color: #456360;
}
.TagClassName
{
border-color: #456360;
}
</style>