Shades of Slate Blue #634ACB
Tints of Slate Blue #634ACB
RGB
CMYK
RGB Variations
Color information
#634ACB (or 0x634ACB) is known color: Slate Blue. HEX triplet: 63, 4A and CB. RGB value is (99,74,203). Sum of RGB (Red+Green+Blue) = 99+74+203=376 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.33% from 376); Green value is 74 (29.30% from 255 or 19.68% from 376); Blue value is 203 (79.69% from 255 or 53.99% from 376); Max value from RGB is 203 - color contains mainly: blue. Hex color #634ACB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #634ACB is #9CB534. Grayscale: #5F5F5F. Windows color (decimal): -10270005 or 13322851. OLE color: 13322851.
HSL color Cylindrical-coordinate representation of color #634ACB: hue angle of 251.63º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #634ACB is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 99 | 74 | 203 | - |
| CMYK | 0.51 | 0.64 | 0 | 0.20 |
| HSL | 251.63º | 0.55% | 0.54% | - |
| HSV(B) | 251.63º | 0.64% | 0.8% | - |
| XYZ | 18.37 | 11.86 | 57.82 | - |
| YUV | 96.18 | 188.28 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 74 | 203 | 0.51 | 0.64 | 0 | 0.20 | 251.63 | 0.55 | 0.54 |
| Hex | 63 | 4A | CB | 33 | 40 | 0 | 14 | FC | 37 | 36 |
| Octal | 143 | 112 | 313 | 63 | 100 | 0 | 24 | 374 | 67 | 66 |
| Binary | 1100011 | 1001010 | 11001011 | 110011 | 1000000 | 0 | 10100 | 11111100 | 110111 | 110110 |
Color Harmonies of #634ACB
Complementary color
Monochromatic Colors of #634ACB
Black with #634ACB
Text Example
Text Example
White with #634ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634ACB; }
p { color: rgb(99,74,203); }
H1.HeaderClassName
{
color: #634ACB;
}
.AnyTagClassName
{
color: #634ACB;
}
</style>
background-color css
<style>
a { background-color: #634ACB; }
a { background-color: rgb(99,74,203); }
div.DivClassName
{
background-color: #634ACB;
}
.BgClassName
{
background-color: #634ACB;
}
</style>
border-color css
<style>
span { border-color: #634ACB; }
span { border-color: rgb(99,74,203); }
td.TdClassName
{
border-color: #634ACB;
}
.TagClassName
{
border-color: #634ACB;
}
</style>