Shades of Slate Blue #635CCE
Tints of Slate Blue #635CCE
RGB
CMYK
RGB Variations
Color information
#635CCE (or 0x635CCE) is known color: Slate Blue. HEX triplet: 63, 5C and CE. RGB value is (99,92,206). Sum of RGB (Red+Green+Blue) = 99+92+206=397 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.94% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #635CCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635CCE is #9CA331. Grayscale: #6A6A6A. Windows color (decimal): -10265394 or 13524067. OLE color: 13524067.
HSL color Cylindrical-coordinate representation of color #635CCE: hue angle of 243.68º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #635CCE is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 92 | 206 | - |
| CMYK | 0.52 | 0.55 | 0 | 0.19 |
| HSL | 243.68º | 0.54% | 0.58% | - |
| HSV(B) | 243.68º | 0.55% | 0.81% | - |
| XYZ | 20.11 | 14.76 | 60.18 | - |
| YUV | 107.09 | 183.82 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 92 | 206 | 0.52 | 0.55 | 0 | 0.19 | 243.68 | 0.54 | 0.58 |
| Hex | 63 | 5C | CE | 34 | 37 | 0 | 13 | F4 | 36 | 3A |
| Octal | 143 | 134 | 316 | 64 | 67 | 0 | 23 | 364 | 66 | 72 |
| Binary | 1100011 | 1011100 | 11001110 | 110100 | 110111 | 0 | 10011 | 11110100 | 110110 | 111010 |
Color Harmonies of #635CCE
Complementary color
Monochromatic Colors of #635CCE
Black with #635CCE
Text Example
Text Example
White with #635CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635CCE; }
p { color: rgb(99,92,206); }
H1.HeaderClassName
{
color: #635CCE;
}
.AnyTagClassName
{
color: #635CCE;
}
</style>
background-color css
<style>
a { background-color: #635CCE; }
a { background-color: rgb(99,92,206); }
div.DivClassName
{
background-color: #635CCE;
}
.BgClassName
{
background-color: #635CCE;
}
</style>
border-color css
<style>
span { border-color: #635CCE; }
span { border-color: rgb(99,92,206); }
td.TdClassName
{
border-color: #635CCE;
}
.TagClassName
{
border-color: #635CCE;
}
</style>