Shades of Slate Blue #6353D8
Tints of Slate Blue #6353D8
RGB
CMYK
RGB Variations
Color information
#6353D8 (or 0x6353D8) is known color: Slate Blue. HEX triplet: 63, 53 and D8. RGB value is (99,83,216). Sum of RGB (Red+Green+Blue) = 99+83+216=398 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.87% from 398); Green value is 83 (32.81% from 255 or 20.85% from 398); Blue value is 216 (84.77% from 255 or 54.27% from 398); Max value from RGB is 216 - color contains mainly: blue. Hex color #6353D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6353D8 is #9CAC27. Grayscale: #666666. Windows color (decimal): -10267688 or 14177123. OLE color: 14177123.
HSL color Cylindrical-coordinate representation of color #6353D8: hue angle of 247.22º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6353D8 is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 99 | 83 | 216 | - |
| CMYK | 0.54 | 0.62 | 0 | 0.15 |
| HSL | 247.22º | 0.63% | 0.59% | - |
| HSV(B) | 247.22º | 0.62% | 0.85% | - |
| XYZ | 20.63 | 13.8 | 66.54 | - |
| YUV | 102.95 | 191.8 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 83 | 216 | 0.54 | 0.62 | 0 | 0.15 | 247.22 | 0.63 | 0.59 |
| Hex | 63 | 53 | D8 | 36 | 3E | 0 | F | F7 | 3F | 3B |
| Octal | 143 | 123 | 330 | 66 | 76 | 0 | 17 | 367 | 77 | 73 |
| Binary | 1100011 | 1010011 | 11011000 | 110110 | 111110 | 0 | 1111 | 11110111 | 111111 | 111011 |
Color Harmonies of #6353D8
Complementary color
Monochromatic Colors of #6353D8
Black with #6353D8
Text Example
Text Example
White with #6353D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6353D8; }
p { color: rgb(99,83,216); }
H1.HeaderClassName
{
color: #6353D8;
}
.AnyTagClassName
{
color: #6353D8;
}
</style>
background-color css
<style>
a { background-color: #6353D8; }
a { background-color: rgb(99,83,216); }
div.DivClassName
{
background-color: #6353D8;
}
.BgClassName
{
background-color: #6353D8;
}
</style>
border-color css
<style>
span { border-color: #6353D8; }
span { border-color: rgb(99,83,216); }
td.TdClassName
{
border-color: #6353D8;
}
.TagClassName
{
border-color: #6353D8;
}
</style>