Shades of Slate Blue #634EC1
Tints of Slate Blue #634EC1
RGB
CMYK
RGB Variations
Color information
#634EC1 (or 0x634EC1) is known color: Slate Blue. HEX triplet: 63, 4E and C1. RGB value is (99,78,193). Sum of RGB (Red+Green+Blue) = 99+78+193=370 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.76% from 370); Green value is 78 (30.86% from 255 or 21.08% from 370); Blue value is 193 (75.78% from 255 or 52.16% from 370); Max value from RGB is 193 - color contains mainly: blue. Hex color #634EC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #634EC1 is #9CB13E. Grayscale: #606060. Windows color (decimal): -10268991 or 12668515. OLE color: 12668515.
HSL color Cylindrical-coordinate representation of color #634EC1: hue angle of 250.96º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #634EC1 is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 99 | 78 | 193 | - |
| CMYK | 0.49 | 0.60 | 0 | 0.24 |
| HSL | 250.96º | 0.48% | 0.53% | - |
| HSV(B) | 250.96º | 0.6% | 0.76% | - |
| XYZ | 17.5 | 11.95 | 51.84 | - |
| YUV | 97.39 | 181.96 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 78 | 193 | 0.49 | 0.60 | 0 | 0.24 | 250.96 | 0.48 | 0.53 |
| Hex | 63 | 4E | C1 | 31 | 3C | 0 | 18 | FB | 30 | 35 |
| Octal | 143 | 116 | 301 | 61 | 74 | 0 | 30 | 373 | 60 | 65 |
| Binary | 1100011 | 1001110 | 11000001 | 110001 | 111100 | 0 | 11000 | 11111011 | 110000 | 110101 |
Color Harmonies of #634EC1
Complementary color
Monochromatic Colors of #634EC1
Black with #634EC1
Text Example
Text Example
White with #634EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634EC1; }
p { color: rgb(99,78,193); }
H1.HeaderClassName
{
color: #634EC1;
}
.AnyTagClassName
{
color: #634EC1;
}
</style>
background-color css
<style>
a { background-color: #634EC1; }
a { background-color: rgb(99,78,193); }
div.DivClassName
{
background-color: #634EC1;
}
.BgClassName
{
background-color: #634EC1;
}
</style>
border-color css
<style>
span { border-color: #634EC1; }
span { border-color: rgb(99,78,193); }
td.TdClassName
{
border-color: #634EC1;
}
.TagClassName
{
border-color: #634EC1;
}
</style>