Shades of Slate Blue #634CE0
Tints of Slate Blue #634CE0
RGB
CMYK
RGB Variations
Color information
#634CE0 (or 0x634CE0) is known color: Slate Blue. HEX triplet: 63, 4C and E0. RGB value is (99,76,224). Sum of RGB (Red+Green+Blue) = 99+76+224=399 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.81% from 399); Green value is 76 (30.08% from 255 or 19.05% from 399); Blue value is 224 (87.89% from 255 or 56.14% from 399); Max value from RGB is 224 - color contains mainly: blue. Hex color #634CE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #634CE0 is #9CB31F. Grayscale: #636363. Windows color (decimal): -10269472 or 14699619. OLE color: 14699619.
HSL color Cylindrical-coordinate representation of color #634CE0: hue angle of 249.32º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #634CE0 is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 99 | 76 | 224 | - |
| CMYK | 0.56 | 0.66 | 0 | 0.12 |
| HSL | 249.32º | 0.7% | 0.59% | - |
| HSV(B) | 249.32º | 0.66% | 0.88% | - |
| XYZ | 21.18 | 13.2 | 71.95 | - |
| YUV | 99.75 | 198.12 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 76 | 224 | 0.56 | 0.66 | 0 | 0.12 | 249.32 | 0.7 | 0.59 |
| Hex | 63 | 4C | E0 | 38 | 42 | 0 | C | F9 | 46 | 3B |
| Octal | 143 | 114 | 340 | 70 | 102 | 0 | 14 | 371 | 106 | 73 |
| Binary | 1100011 | 1001100 | 11100000 | 111000 | 1000010 | 0 | 1100 | 11111001 | 1000110 | 111011 |
Color Harmonies of #634CE0
Complementary color
Monochromatic Colors of #634CE0
Black with #634CE0
Text Example
Text Example
White with #634CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634CE0; }
p { color: rgb(99,76,224); }
H1.HeaderClassName
{
color: #634CE0;
}
.AnyTagClassName
{
color: #634CE0;
}
</style>
background-color css
<style>
a { background-color: #634CE0; }
a { background-color: rgb(99,76,224); }
div.DivClassName
{
background-color: #634CE0;
}
.BgClassName
{
background-color: #634CE0;
}
</style>
border-color css
<style>
span { border-color: #634CE0; }
span { border-color: rgb(99,76,224); }
td.TdClassName
{
border-color: #634CE0;
}
.TagClassName
{
border-color: #634CE0;
}
</style>