Shades of Slate Grey #638099
Tints of Slate Grey #638099
RGB
CMYK
RGB Variations
Color information
#638099 (or 0x638099) is known color: Slate Grey. HEX triplet: 63, 80 and 99. RGB value is (99,128,153). Sum of RGB (Red+Green+Blue) = 99+128+153=380 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.05% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 153 (60.16% from 255 or 40.26% from 380); Max value from RGB is 153 - color contains mainly: blue. Hex color #638099 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638099 is #9C7F66. Grayscale: #7A7A7A. Windows color (decimal): -10256231 or 10059875. OLE color: 10059875.
HSL color Cylindrical-coordinate representation of color #638099: hue angle of 207.78º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #638099 is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 99 | 128 | 153 | - |
| CMYK | 0.35 | 0.16 | 0 | 0.4 |
| HSL | 207.78º | 0.21% | 0.49% | - |
| HSV(B) | 207.78º | 0.35% | 0.6% | - |
| XYZ | 18.61 | 20.39 | 33.09 | - |
| YUV | 122.18 | 145.39 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 128 | 153 | 0.35 | 0.16 | 0 | 0.4 | 207.78 | 0.21 | 0.49 |
| Hex | 63 | 80 | 99 | 23 | 10 | 0 | 28 | D0 | 15 | 31 |
| Octal | 143 | 200 | 231 | 43 | 20 | 0 | 50 | 320 | 25 | 61 |
| Binary | 1100011 | 10000000 | 10011001 | 100011 | 10000 | 0 | 101000 | 11010000 | 10101 | 110001 |
Color Harmonies of #638099
Complementary color
Monochromatic Colors of #638099
Black with #638099
Text Example
Text Example
White with #638099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638099; }
p { color: rgb(99,128,153); }
H1.HeaderClassName
{
color: #638099;
}
.AnyTagClassName
{
color: #638099;
}
</style>
background-color css
<style>
a { background-color: #638099; }
a { background-color: rgb(99,128,153); }
div.DivClassName
{
background-color: #638099;
}
.BgClassName
{
background-color: #638099;
}
</style>
border-color css
<style>
span { border-color: #638099; }
span { border-color: rgb(99,128,153); }
td.TdClassName
{
border-color: #638099;
}
.TagClassName
{
border-color: #638099;
}
</style>