Shades of Slate Blue #635BCE
Tints of Slate Blue #635BCE
RGB
CMYK
RGB Variations
Color information
#635BCE (or 0x635BCE) is known color: Slate Blue. HEX triplet: 63, 5B and CE. RGB value is (99,91,206). Sum of RGB (Red+Green+Blue) = 99+91+206=396 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25% from 396); Green value is 91 (35.94% from 255 or 22.98% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #635BCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635BCE is #9CA431. Grayscale: #6A6A6A. Windows color (decimal): -10265650 or 13523811. OLE color: 13523811.
HSL color Cylindrical-coordinate representation of color #635BCE: hue angle of 244.17º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #635BCE is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 91 | 206 | - |
| CMYK | 0.52 | 0.56 | 0 | 0.19 |
| HSL | 244.17º | 0.54% | 0.58% | - |
| HSV(B) | 244.17º | 0.56% | 0.81% | - |
| XYZ | 20.03 | 14.59 | 60.15 | - |
| YUV | 106.5 | 184.15 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 91 | 206 | 0.52 | 0.56 | 0 | 0.19 | 244.17 | 0.54 | 0.58 |
| Hex | 63 | 5B | CE | 34 | 38 | 0 | 13 | F4 | 36 | 3A |
| Octal | 143 | 133 | 316 | 64 | 70 | 0 | 23 | 364 | 66 | 72 |
| Binary | 1100011 | 1011011 | 11001110 | 110100 | 111000 | 0 | 10011 | 11110100 | 110110 | 111010 |
Color Harmonies of #635BCE
Complementary color
Monochromatic Colors of #635BCE
Black with #635BCE
Text Example
Text Example
White with #635BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635BCE; }
p { color: rgb(99,91,206); }
H1.HeaderClassName
{
color: #635BCE;
}
.AnyTagClassName
{
color: #635BCE;
}
</style>
background-color css
<style>
a { background-color: #635BCE; }
a { background-color: rgb(99,91,206); }
div.DivClassName
{
background-color: #635BCE;
}
.BgClassName
{
background-color: #635BCE;
}
</style>
border-color css
<style>
span { border-color: #635BCE; }
span { border-color: rgb(99,91,206); }
td.TdClassName
{
border-color: #635BCE;
}
.TagClassName
{
border-color: #635BCE;
}
</style>