Shades of Slate Grey #65798F
Tints of Slate Grey #65798F
RGB
CMYK
RGB Variations
Color information
#65798F (or 0x65798F) is known color: Slate Grey. HEX triplet: 65, 79 and 8F. RGB value is (101,121,143). Sum of RGB (Red+Green+Blue) = 101+121+143=365 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.67% from 365); Green value is 121 (47.66% from 255 or 33.15% from 365); Blue value is 143 (56.25% from 255 or 39.18% from 365); Max value from RGB is 143 - color contains mainly: blue. Hex color #65798F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65798F is #9A8670. Grayscale: #757575. Windows color (decimal): -10126961 or 9402725. OLE color: 9402725.
HSL color Cylindrical-coordinate representation of color #65798F: hue angle of 211.43º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #65798F is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 121 | 143 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.44 |
| HSL | 211.43º | 0.17% | 0.48% | - |
| HSV(B) | 211.43º | 0.29% | 0.56% | - |
| XYZ | 17.16 | 18.42 | 28.64 | - |
| YUV | 117.53 | 142.37 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 121 | 143 | 0.29 | 0.15 | 0 | 0.44 | 211.43 | 0.17 | 0.48 |
| Hex | 65 | 79 | 8F | 1D | F | 0 | 2C | D3 | 11 | 30 |
| Octal | 145 | 171 | 217 | 35 | 17 | 0 | 54 | 323 | 21 | 60 |
| Binary | 1100101 | 1111001 | 10001111 | 11101 | 1111 | 0 | 101100 | 11010011 | 10001 | 110000 |
Color Harmonies of #65798F
Complementary color
Monochromatic Colors of #65798F
Black with #65798F
Text Example
Text Example
White with #65798F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65798F; }
p { color: rgb(101,121,143); }
H1.HeaderClassName
{
color: #65798F;
}
.AnyTagClassName
{
color: #65798F;
}
</style>
background-color css
<style>
a { background-color: #65798F; }
a { background-color: rgb(101,121,143); }
div.DivClassName
{
background-color: #65798F;
}
.BgClassName
{
background-color: #65798F;
}
</style>
border-color css
<style>
span { border-color: #65798F; }
span { border-color: rgb(101,121,143); }
td.TdClassName
{
border-color: #65798F;
}
.TagClassName
{
border-color: #65798F;
}
</style>