Shades of Slate Blue #6348E8
Tints of Slate Blue #6348E8
RGB
CMYK
RGB Variations
Color information
#6348E8 (or 0x6348E8) is known color: Slate Blue. HEX triplet: 63, 48 and E8. RGB value is (99,72,232). Sum of RGB (Red+Green+Blue) = 99+72+232=403 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.57% from 403); Green value is 72 (28.52% from 255 or 17.87% from 403); Blue value is 232 (91.02% from 255 or 57.57% from 403); Max value from RGB is 232 - color contains mainly: blue. Hex color #6348E8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6348E8 is #9CB717. Grayscale: #616161. Windows color (decimal): -10270488 or 15222883. OLE color: 15222883.
HSL color Cylindrical-coordinate representation of color #6348E8: hue angle of 250.12º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6348E8 is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 99 | 72 | 232 | - |
| CMYK | 0.57 | 0.69 | 0 | 0.09 |
| HSL | 250.13º | 0.78% | 0.6% | - |
| HSV(B) | 250.13º | 0.69% | 0.91% | - |
| XYZ | 22.03 | 13.11 | 77.71 | - |
| YUV | 98.31 | 203.45 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 72 | 232 | 0.57 | 0.69 | 0 | 0.09 | 250.13 | 0.78 | 0.6 |
| Hex | 63 | 48 | E8 | 39 | 45 | 0 | 9 | FA | 4E | 3C |
| Octal | 143 | 110 | 350 | 71 | 105 | 0 | 11 | 372 | 116 | 74 |
| Binary | 1100011 | 1001000 | 11101000 | 111001 | 1000101 | 0 | 1001 | 11111010 | 1001110 | 111100 |
Color Harmonies of #6348E8
Complementary color
Monochromatic Colors of #6348E8
Black with #6348E8
Text Example
Text Example
White with #6348E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6348E8; }
p { color: rgb(99,72,232); }
H1.HeaderClassName
{
color: #6348E8;
}
.AnyTagClassName
{
color: #6348E8;
}
</style>
background-color css
<style>
a { background-color: #6348E8; }
a { background-color: rgb(99,72,232); }
div.DivClassName
{
background-color: #6348E8;
}
.BgClassName
{
background-color: #6348E8;
}
</style>
border-color css
<style>
span { border-color: #6348E8; }
span { border-color: rgb(99,72,232); }
td.TdClassName
{
border-color: #6348E8;
}
.TagClassName
{
border-color: #6348E8;
}
</style>