Shades of Slate Blue #634FE2
Tints of Slate Blue #634FE2
RGB
CMYK
RGB Variations
Color information
#634FE2 (or 0x634FE2) is known color: Slate Blue. HEX triplet: 63, 4F and E2. RGB value is (99,79,226). Sum of RGB (Red+Green+Blue) = 99+79+226=404 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.50% from 404); Green value is 79 (31.25% from 255 or 19.55% from 404); Blue value is 226 (88.67% from 255 or 55.94% from 404); Max value from RGB is 226 - color contains mainly: blue. Hex color #634FE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #634FE2 is #9CB01D. Grayscale: #656565. Windows color (decimal): -10268702 or 14831459. OLE color: 14831459.
HSL color Cylindrical-coordinate representation of color #634FE2: hue angle of 248.16º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #634FE2 is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 99 | 79 | 226 | - |
| CMYK | 0.56 | 0.65 | 0 | 0.11 |
| HSL | 248.16º | 0.72% | 0.6% | - |
| HSV(B) | 248.16º | 0.65% | 0.89% | - |
| XYZ | 21.67 | 13.74 | 73.46 | - |
| YUV | 101.74 | 198.13 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 79 | 226 | 0.56 | 0.65 | 0 | 0.11 | 248.16 | 0.72 | 0.6 |
| Hex | 63 | 4F | E2 | 38 | 41 | 0 | B | F8 | 48 | 3C |
| Octal | 143 | 117 | 342 | 70 | 101 | 0 | 13 | 370 | 110 | 74 |
| Binary | 1100011 | 1001111 | 11100010 | 111000 | 1000001 | 0 | 1011 | 11111000 | 1001000 | 111100 |
Color Harmonies of #634FE2
Complementary color
Monochromatic Colors of #634FE2
Black with #634FE2
Text Example
Text Example
White with #634FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634FE2; }
p { color: rgb(99,79,226); }
H1.HeaderClassName
{
color: #634FE2;
}
.AnyTagClassName
{
color: #634FE2;
}
</style>
background-color css
<style>
a { background-color: #634FE2; }
a { background-color: rgb(99,79,226); }
div.DivClassName
{
background-color: #634FE2;
}
.BgClassName
{
background-color: #634FE2;
}
</style>
border-color css
<style>
span { border-color: #634FE2; }
span { border-color: rgb(99,79,226); }
td.TdClassName
{
border-color: #634FE2;
}
.TagClassName
{
border-color: #634FE2;
}
</style>