Shades of Slate Blue #635ACF
Tints of Slate Blue #635ACF
RGB
CMYK
RGB Variations
Color information
#635ACF (or 0x635ACF) is known color: Slate Blue. HEX triplet: 63, 5A and CF. RGB value is (99,90,207). Sum of RGB (Red+Green+Blue) = 99+90+207=396 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25% from 396); Green value is 90 (35.55% from 255 or 22.73% from 396); Blue value is 207 (81.25% from 255 or 52.27% from 396); Max value from RGB is 207 - color contains mainly: blue. Hex color #635ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635ACF is #9CA530. Grayscale: #696969. Windows color (decimal): -10265905 or 13589091. OLE color: 13589091.
HSL color Cylindrical-coordinate representation of color #635ACF: hue angle of 244.62º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #635ACF is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 90 | 207 | - |
| CMYK | 0.52 | 0.57 | 0 | 0.19 |
| HSL | 244.62º | 0.55% | 0.58% | - |
| HSV(B) | 244.62º | 0.57% | 0.81% | - |
| XYZ | 20.06 | 14.47 | 60.77 | - |
| YUV | 106.03 | 184.98 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 90 | 207 | 0.52 | 0.57 | 0 | 0.19 | 244.62 | 0.55 | 0.58 |
| Hex | 63 | 5A | CF | 34 | 39 | 0 | 13 | F5 | 37 | 3A |
| Octal | 143 | 132 | 317 | 64 | 71 | 0 | 23 | 365 | 67 | 72 |
| Binary | 1100011 | 1011010 | 11001111 | 110100 | 111001 | 0 | 10011 | 11110101 | 110111 | 111010 |
Color Harmonies of #635ACF
Complementary color
Monochromatic Colors of #635ACF
Black with #635ACF
Text Example
Text Example
White with #635ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635ACF; }
p { color: rgb(99,90,207); }
H1.HeaderClassName
{
color: #635ACF;
}
.AnyTagClassName
{
color: #635ACF;
}
</style>
background-color css
<style>
a { background-color: #635ACF; }
a { background-color: rgb(99,90,207); }
div.DivClassName
{
background-color: #635ACF;
}
.BgClassName
{
background-color: #635ACF;
}
</style>
border-color css
<style>
span { border-color: #635ACF; }
span { border-color: rgb(99,90,207); }
td.TdClassName
{
border-color: #635ACF;
}
.TagClassName
{
border-color: #635ACF;
}
</style>