Shades of Slate Blue #635CDB
Tints of Slate Blue #635CDB
RGB
CMYK
RGB Variations
Color information
#635CDB (or 0x635CDB) is known color: Slate Blue. HEX triplet: 63, 5C and DB. RGB value is (99,92,219). Sum of RGB (Red+Green+Blue) = 99+92+219=410 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.15% from 410); Green value is 92 (36.33% from 255 or 22.44% from 410); Blue value is 219 (85.94% from 255 or 53.41% from 410); Max value from RGB is 219 - color contains mainly: blue. Hex color #635CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635CDB is #9CA324. Grayscale: #6C6C6C. Windows color (decimal): -10265381 or 14376035. OLE color: 14376035.
HSL color Cylindrical-coordinate representation of color #635CDB: hue angle of 243.31º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #635CDB is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 92 | 219 | - |
| CMYK | 0.55 | 0.58 | 0 | 0.14 |
| HSL | 243.31º | 0.64% | 0.61% | - |
| HSV(B) | 243.31º | 0.58% | 0.86% | - |
| XYZ | 21.76 | 15.42 | 68.85 | - |
| YUV | 108.57 | 190.32 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 92 | 219 | 0.55 | 0.58 | 0 | 0.14 | 243.31 | 0.64 | 0.61 |
| Hex | 63 | 5C | DB | 37 | 3A | 0 | E | F3 | 40 | 3D |
| Octal | 143 | 134 | 333 | 67 | 72 | 0 | 16 | 363 | 100 | 75 |
| Binary | 1100011 | 1011100 | 11011011 | 110111 | 111010 | 0 | 1110 | 11110011 | 1000000 | 111101 |
Color Harmonies of #635CDB
Complementary color
Monochromatic Colors of #635CDB
Black with #635CDB
Text Example
Text Example
White with #635CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635CDB; }
p { color: rgb(99,92,219); }
H1.HeaderClassName
{
color: #635CDB;
}
.AnyTagClassName
{
color: #635CDB;
}
</style>
background-color css
<style>
a { background-color: #635CDB; }
a { background-color: rgb(99,92,219); }
div.DivClassName
{
background-color: #635CDB;
}
.BgClassName
{
background-color: #635CDB;
}
</style>
border-color css
<style>
span { border-color: #635CDB; }
span { border-color: rgb(99,92,219); }
td.TdClassName
{
border-color: #635CDB;
}
.TagClassName
{
border-color: #635CDB;
}
</style>