Shades of Slate Blue #635ACC
Tints of Slate Blue #635ACC
RGB
CMYK
RGB Variations
Color information
#635ACC (or 0x635ACC) is known color: Slate Blue. HEX triplet: 63, 5A and CC. RGB value is (99,90,204). Sum of RGB (Red+Green+Blue) = 99+90+204=393 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.19% from 393); Green value is 90 (35.55% from 255 or 22.90% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #635ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635ACC is #9CA533. Grayscale: #696969. Windows color (decimal): -10265908 or 13392483. OLE color: 13392483.
HSL color Cylindrical-coordinate representation of color #635ACC: hue angle of 244.74º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #635ACC is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 99 | 90 | 204 | - |
| CMYK | 0.51 | 0.56 | 0 | 0.2 |
| HSL | 244.74º | 0.53% | 0.58% | - |
| HSV(B) | 244.74º | 0.56% | 0.8% | - |
| XYZ | 19.7 | 14.32 | 58.85 | - |
| YUV | 105.69 | 183.48 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 90 | 204 | 0.51 | 0.56 | 0 | 0.2 | 244.74 | 0.53 | 0.58 |
| Hex | 63 | 5A | CC | 33 | 38 | 0 | 14 | F5 | 35 | 3A |
| Octal | 143 | 132 | 314 | 63 | 70 | 0 | 24 | 365 | 65 | 72 |
| Binary | 1100011 | 1011010 | 11001100 | 110011 | 111000 | 0 | 10100 | 11110101 | 110101 | 111010 |
Color Harmonies of #635ACC
Complementary color
Monochromatic Colors of #635ACC
Black with #635ACC
Text Example
Text Example
White with #635ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635ACC; }
p { color: rgb(99,90,204); }
H1.HeaderClassName
{
color: #635ACC;
}
.AnyTagClassName
{
color: #635ACC;
}
</style>
background-color css
<style>
a { background-color: #635ACC; }
a { background-color: rgb(99,90,204); }
div.DivClassName
{
background-color: #635ACC;
}
.BgClassName
{
background-color: #635ACC;
}
</style>
border-color css
<style>
span { border-color: #635ACC; }
span { border-color: rgb(99,90,204); }
td.TdClassName
{
border-color: #635ACC;
}
.TagClassName
{
border-color: #635ACC;
}
</style>