Shades of Slate Blue #635AD4
Tints of Slate Blue #635AD4
RGB
CMYK
RGB Variations
Color information
#635AD4 (or 0x635AD4) is known color: Slate Blue. HEX triplet: 63, 5A and D4. RGB value is (99,90,212). Sum of RGB (Red+Green+Blue) = 99+90+212=401 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.69% from 401); Green value is 90 (35.55% from 255 or 22.44% from 401); Blue value is 212 (83.20% from 255 or 52.87% from 401); Max value from RGB is 212 - color contains mainly: blue. Hex color #635AD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635AD4 is #9CA52B. Grayscale: #6A6A6A. Windows color (decimal): -10265900 or 13916771. OLE color: 13916771.
HSL color Cylindrical-coordinate representation of color #635AD4: hue angle of 244.43º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #635AD4 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 99 | 90 | 212 | - |
| CMYK | 0.53 | 0.58 | 0 | 0.17 |
| HSL | 244.43º | 0.59% | 0.59% | - |
| HSV(B) | 244.43º | 0.58% | 0.83% | - |
| XYZ | 20.69 | 14.72 | 64.04 | - |
| YUV | 106.6 | 187.48 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 90 | 212 | 0.53 | 0.58 | 0 | 0.17 | 244.43 | 0.59 | 0.59 |
| Hex | 63 | 5A | D4 | 35 | 3A | 0 | 11 | F4 | 3B | 3B |
| Octal | 143 | 132 | 324 | 65 | 72 | 0 | 21 | 364 | 73 | 73 |
| Binary | 1100011 | 1011010 | 11010100 | 110101 | 111010 | 0 | 10001 | 11110100 | 111011 | 111011 |
Color Harmonies of #635AD4
Complementary color
Monochromatic Colors of #635AD4
Black with #635AD4
Text Example
Text Example
White with #635AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635AD4; }
p { color: rgb(99,90,212); }
H1.HeaderClassName
{
color: #635AD4;
}
.AnyTagClassName
{
color: #635AD4;
}
</style>
background-color css
<style>
a { background-color: #635AD4; }
a { background-color: rgb(99,90,212); }
div.DivClassName
{
background-color: #635AD4;
}
.BgClassName
{
background-color: #635AD4;
}
</style>
border-color css
<style>
span { border-color: #635AD4; }
span { border-color: rgb(99,90,212); }
td.TdClassName
{
border-color: #635AD4;
}
.TagClassName
{
border-color: #635AD4;
}
</style>