Shades of Slate Blue #634CE2
Tints of Slate Blue #634CE2
RGB
CMYK
RGB Variations
Color information
#634CE2 (or 0x634CE2) is known color: Slate Blue. HEX triplet: 63, 4C and E2. RGB value is (99,76,226). Sum of RGB (Red+Green+Blue) = 99+76+226=401 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.69% from 401); Green value is 76 (30.08% from 255 or 18.95% from 401); Blue value is 226 (88.67% from 255 or 56.36% from 401); Max value from RGB is 226 - color contains mainly: blue. Hex color #634CE2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #634CE2 is #9CB31D. Grayscale: #636363. Windows color (decimal): -10269470 or 14830691. OLE color: 14830691.
HSL color Cylindrical-coordinate representation of color #634CE2: hue angle of 249.2º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #634CE2 is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 99 | 76 | 226 | - |
| CMYK | 0.56 | 0.66 | 0 | 0.11 |
| HSL | 249.2º | 0.72% | 0.59% | - |
| HSV(B) | 249.2º | 0.66% | 0.89% | - |
| XYZ | 21.46 | 13.31 | 73.39 | - |
| YUV | 99.98 | 199.12 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 76 | 226 | 0.56 | 0.66 | 0 | 0.11 | 249.2 | 0.72 | 0.59 |
| Hex | 63 | 4C | E2 | 38 | 42 | 0 | B | F9 | 48 | 3B |
| Octal | 143 | 114 | 342 | 70 | 102 | 0 | 13 | 371 | 110 | 73 |
| Binary | 1100011 | 1001100 | 11100010 | 111000 | 1000010 | 0 | 1011 | 11111001 | 1001000 | 111011 |
Color Harmonies of #634CE2
Complementary color
Monochromatic Colors of #634CE2
Black with #634CE2
Text Example
Text Example
White with #634CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634CE2; }
p { color: rgb(99,76,226); }
H1.HeaderClassName
{
color: #634CE2;
}
.AnyTagClassName
{
color: #634CE2;
}
</style>
background-color css
<style>
a { background-color: #634CE2; }
a { background-color: rgb(99,76,226); }
div.DivClassName
{
background-color: #634CE2;
}
.BgClassName
{
background-color: #634CE2;
}
</style>
border-color css
<style>
span { border-color: #634CE2; }
span { border-color: rgb(99,76,226); }
td.TdClassName
{
border-color: #634CE2;
}
.TagClassName
{
border-color: #634CE2;
}
</style>