Shades of Slate Blue #635BCB
Tints of Slate Blue #635BCB
RGB
CMYK
RGB Variations
Color information
#635BCB (or 0x635BCB) is known color: Slate Blue. HEX triplet: 63, 5B and CB. RGB value is (99,91,203). Sum of RGB (Red+Green+Blue) = 99+91+203=393 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.19% from 393); Green value is 91 (35.94% from 255 or 23.16% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #635BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635BCB is #9CA434. Grayscale: #696969. Windows color (decimal): -10265653 or 13327203. OLE color: 13327203.
HSL color Cylindrical-coordinate representation of color #635BCB: hue angle of 244.29º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #635BCB is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 99 | 91 | 203 | - |
| CMYK | 0.51 | 0.55 | 0 | 0.20 |
| HSL | 244.29º | 0.52% | 0.58% | - |
| HSV(B) | 244.29º | 0.55% | 0.8% | - |
| XYZ | 19.67 | 14.45 | 58.25 | - |
| YUV | 106.16 | 182.65 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 91 | 203 | 0.51 | 0.55 | 0 | 0.20 | 244.29 | 0.52 | 0.58 |
| Hex | 63 | 5B | CB | 33 | 37 | 0 | 14 | F4 | 34 | 3A |
| Octal | 143 | 133 | 313 | 63 | 67 | 0 | 24 | 364 | 64 | 72 |
| Binary | 1100011 | 1011011 | 11001011 | 110011 | 110111 | 0 | 10100 | 11110100 | 110100 | 111010 |
Color Harmonies of #635BCB
Complementary color
Monochromatic Colors of #635BCB
Black with #635BCB
Text Example
Text Example
White with #635BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635BCB; }
p { color: rgb(99,91,203); }
H1.HeaderClassName
{
color: #635BCB;
}
.AnyTagClassName
{
color: #635BCB;
}
</style>
background-color css
<style>
a { background-color: #635BCB; }
a { background-color: rgb(99,91,203); }
div.DivClassName
{
background-color: #635BCB;
}
.BgClassName
{
background-color: #635BCB;
}
</style>
border-color css
<style>
span { border-color: #635BCB; }
span { border-color: rgb(99,91,203); }
td.TdClassName
{
border-color: #635BCB;
}
.TagClassName
{
border-color: #635BCB;
}
</style>