Shades of Slate Blue #635CDA
Tints of Slate Blue #635CDA
RGB
CMYK
RGB Variations
Color information
#635CDA (or 0x635CDA) is known color: Slate Blue. HEX triplet: 63, 5C and DA. RGB value is (99,92,218). Sum of RGB (Red+Green+Blue) = 99+92+218=409 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.21% from 409); Green value is 92 (36.33% from 255 or 22.49% from 409); Blue value is 218 (85.55% from 255 or 53.30% from 409); Max value from RGB is 218 - color contains mainly: blue. Hex color #635CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635CDA is #9CA325. Grayscale: #6B6B6B. Windows color (decimal): -10265382 or 14310499. OLE color: 14310499.
HSL color Cylindrical-coordinate representation of color #635CDA: hue angle of 243.33º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #635CDA is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 99 | 92 | 218 | - |
| CMYK | 0.55 | 0.58 | 0 | 0.15 |
| HSL | 243.33º | 0.63% | 0.61% | - |
| HSV(B) | 243.33º | 0.58% | 0.85% | - |
| XYZ | 21.63 | 15.37 | 68.16 | - |
| YUV | 108.46 | 189.82 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 92 | 218 | 0.55 | 0.58 | 0 | 0.15 | 243.33 | 0.63 | 0.61 |
| Hex | 63 | 5C | DA | 37 | 3A | 0 | F | F3 | 3F | 3D |
| Octal | 143 | 134 | 332 | 67 | 72 | 0 | 17 | 363 | 77 | 75 |
| Binary | 1100011 | 1011100 | 11011010 | 110111 | 111010 | 0 | 1111 | 11110011 | 111111 | 111101 |
Color Harmonies of #635CDA
Complementary color
Monochromatic Colors of #635CDA
Black with #635CDA
Text Example
Text Example
White with #635CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635CDA; }
p { color: rgb(99,92,218); }
H1.HeaderClassName
{
color: #635CDA;
}
.AnyTagClassName
{
color: #635CDA;
}
</style>
background-color css
<style>
a { background-color: #635CDA; }
a { background-color: rgb(99,92,218); }
div.DivClassName
{
background-color: #635CDA;
}
.BgClassName
{
background-color: #635CDA;
}
</style>
border-color css
<style>
span { border-color: #635CDA; }
span { border-color: rgb(99,92,218); }
td.TdClassName
{
border-color: #635CDA;
}
.TagClassName
{
border-color: #635CDA;
}
</style>