Shades of Slate Blue #635FCD
Tints of Slate Blue #635FCD
RGB
CMYK
RGB Variations
Color information
#635FCD (or 0x635FCD) is known color: Slate Blue. HEX triplet: 63, 5F and CD. RGB value is (99,95,205). Sum of RGB (Red+Green+Blue) = 99+95+205=399 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.81% from 399); Green value is 95 (37.5% from 255 or 23.81% from 399); Blue value is 205 (80.47% from 255 or 51.38% from 399); Max value from RGB is 205 - color contains mainly: blue. Hex color #635FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635FCD is #9CA032. Grayscale: #6C6C6C. Windows color (decimal): -10264627 or 13459299. OLE color: 13459299.
HSL color Cylindrical-coordinate representation of color #635FCD: hue angle of 242.18º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #635FCD is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 99 | 95 | 205 | - |
| CMYK | 0.52 | 0.54 | 0 | 0.20 |
| HSL | 242.18º | 0.52% | 0.59% | - |
| HSV(B) | 242.18º | 0.54% | 0.8% | - |
| XYZ | 20.26 | 15.24 | 59.63 | - |
| YUV | 108.74 | 182.33 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 95 | 205 | 0.52 | 0.54 | 0 | 0.20 | 242.18 | 0.52 | 0.59 |
| Hex | 63 | 5F | CD | 34 | 36 | 0 | 14 | F2 | 34 | 3B |
| Octal | 143 | 137 | 315 | 64 | 66 | 0 | 24 | 362 | 64 | 73 |
| Binary | 1100011 | 1011111 | 11001101 | 110100 | 110110 | 0 | 10100 | 11110010 | 110100 | 111011 |
Color Harmonies of #635FCD
Complementary color
Monochromatic Colors of #635FCD
Black with #635FCD
Text Example
Text Example
White with #635FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635FCD; }
p { color: rgb(99,95,205); }
H1.HeaderClassName
{
color: #635FCD;
}
.AnyTagClassName
{
color: #635FCD;
}
</style>
background-color css
<style>
a { background-color: #635FCD; }
a { background-color: rgb(99,95,205); }
div.DivClassName
{
background-color: #635FCD;
}
.BgClassName
{
background-color: #635FCD;
}
</style>
border-color css
<style>
span { border-color: #635FCD; }
span { border-color: rgb(99,95,205); }
td.TdClassName
{
border-color: #635FCD;
}
.TagClassName
{
border-color: #635FCD;
}
</style>