Shades of Slate Blue #635EDC
Tints of Slate Blue #635EDC
RGB
CMYK
RGB Variations
Color information
#635EDC (or 0x635EDC) is known color: Slate Blue. HEX triplet: 63, 5E and DC. RGB value is (99,94,220). Sum of RGB (Red+Green+Blue) = 99+94+220=413 (54% of max value = 765). Red value is 99 (39.06% from 255 or 23.97% from 413); Green value is 94 (37.11% from 255 or 22.76% from 413); Blue value is 220 (86.33% from 255 or 53.27% from 413); Max value from RGB is 220 - color contains mainly: blue. Hex color #635EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635EDC is #9CA123. Grayscale: #6D6D6D. Windows color (decimal): -10264868 or 14442083. OLE color: 14442083.
HSL color Cylindrical-coordinate representation of color #635EDC: hue angle of 242.38º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #635EDC is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 94 | 220 | - |
| CMYK | 0.55 | 0.57 | 0 | 0.14 |
| HSL | 242.38º | 0.64% | 0.62% | - |
| HSV(B) | 242.38º | 0.57% | 0.86% | - |
| XYZ | 22.07 | 15.83 | 69.6 | - |
| YUV | 109.86 | 190.16 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 94 | 220 | 0.55 | 0.57 | 0 | 0.14 | 242.38 | 0.64 | 0.62 |
| Hex | 63 | 5E | DC | 37 | 39 | 0 | E | F2 | 40 | 3E |
| Octal | 143 | 136 | 334 | 67 | 71 | 0 | 16 | 362 | 100 | 76 |
| Binary | 1100011 | 1011110 | 11011100 | 110111 | 111001 | 0 | 1110 | 11110010 | 1000000 | 111110 |
Color Harmonies of #635EDC
Complementary color
Monochromatic Colors of #635EDC
Black with #635EDC
Text Example
Text Example
White with #635EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635EDC; }
p { color: rgb(99,94,220); }
H1.HeaderClassName
{
color: #635EDC;
}
.AnyTagClassName
{
color: #635EDC;
}
</style>
background-color css
<style>
a { background-color: #635EDC; }
a { background-color: rgb(99,94,220); }
div.DivClassName
{
background-color: #635EDC;
}
.BgClassName
{
background-color: #635EDC;
}
</style>
border-color css
<style>
span { border-color: #635EDC; }
span { border-color: rgb(99,94,220); }
td.TdClassName
{
border-color: #635EDC;
}
.TagClassName
{
border-color: #635EDC;
}
</style>