Shades of Slate Blue #635DCE
Tints of Slate Blue #635DCE
RGB
CMYK
RGB Variations
Color information
#635DCE (or 0x635DCE) is known color: Slate Blue. HEX triplet: 63, 5D and CE. RGB value is (99,93,206). Sum of RGB (Red+Green+Blue) = 99+93+206=398 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.87% from 398); Green value is 93 (36.72% from 255 or 23.37% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #635DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635DCE is #9CA231. Grayscale: #6B6B6B. Windows color (decimal): -10265138 or 13524323. OLE color: 13524323.
HSL color Cylindrical-coordinate representation of color #635DCE: hue angle of 243.19º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #635DCE is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 93 | 206 | - |
| CMYK | 0.52 | 0.55 | 0 | 0.19 |
| HSL | 243.19º | 0.54% | 0.59% | - |
| HSV(B) | 243.19º | 0.55% | 0.81% | - |
| XYZ | 20.2 | 14.94 | 60.21 | - |
| YUV | 107.68 | 183.49 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 93 | 206 | 0.52 | 0.55 | 0 | 0.19 | 243.19 | 0.54 | 0.59 |
| Hex | 63 | 5D | CE | 34 | 37 | 0 | 13 | F3 | 36 | 3B |
| Octal | 143 | 135 | 316 | 64 | 67 | 0 | 23 | 363 | 66 | 73 |
| Binary | 1100011 | 1011101 | 11001110 | 110100 | 110111 | 0 | 10011 | 11110011 | 110110 | 111011 |
Color Harmonies of #635DCE
Complementary color
Monochromatic Colors of #635DCE
Black with #635DCE
Text Example
Text Example
White with #635DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635DCE; }
p { color: rgb(99,93,206); }
H1.HeaderClassName
{
color: #635DCE;
}
.AnyTagClassName
{
color: #635DCE;
}
</style>
background-color css
<style>
a { background-color: #635DCE; }
a { background-color: rgb(99,93,206); }
div.DivClassName
{
background-color: #635DCE;
}
.BgClassName
{
background-color: #635DCE;
}
</style>
border-color css
<style>
span { border-color: #635DCE; }
span { border-color: rgb(99,93,206); }
td.TdClassName
{
border-color: #635DCE;
}
.TagClassName
{
border-color: #635DCE;
}
</style>