Shades of Slate Blue #6353EA
Tints of Slate Blue #6353EA
RGB
CMYK
RGB Variations
Color information
#6353EA (or 0x6353EA) is known color: Slate Blue. HEX triplet: 63, 53 and EA. RGB value is (99,83,234). Sum of RGB (Red+Green+Blue) = 99+83+234=416 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.80% from 416); Green value is 83 (32.81% from 255 or 19.95% from 416); Blue value is 234 (91.80% from 255 or 56.25% from 416); Max value from RGB is 234 - color contains mainly: blue. Hex color #6353EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6353EA is #9CAC15. Grayscale: #686868. Windows color (decimal): -10267670 or 15356771. OLE color: 15356771.
HSL color Cylindrical-coordinate representation of color #6353EA: hue angle of 246.36º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6353EA is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 99 | 83 | 234 | - |
| CMYK | 0.58 | 0.65 | 0 | 0.08 |
| HSL | 246.36º | 0.78% | 0.62% | - |
| HSV(B) | 246.36º | 0.65% | 0.92% | - |
| XYZ | 23.09 | 14.78 | 79.48 | - |
| YUV | 105 | 200.8 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 83 | 234 | 0.58 | 0.65 | 0 | 0.08 | 246.36 | 0.78 | 0.62 |
| Hex | 63 | 53 | EA | 3A | 41 | 0 | 8 | F6 | 4E | 3E |
| Octal | 143 | 123 | 352 | 72 | 101 | 0 | 10 | 366 | 116 | 76 |
| Binary | 1100011 | 1010011 | 11101010 | 111010 | 1000001 | 0 | 1000 | 11110110 | 1001110 | 111110 |
Color Harmonies of #6353EA
Complementary color
Monochromatic Colors of #6353EA
Black with #6353EA
Text Example
Text Example
White with #6353EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6353EA; }
p { color: rgb(99,83,234); }
H1.HeaderClassName
{
color: #6353EA;
}
.AnyTagClassName
{
color: #6353EA;
}
</style>
background-color css
<style>
a { background-color: #6353EA; }
a { background-color: rgb(99,83,234); }
div.DivClassName
{
background-color: #6353EA;
}
.BgClassName
{
background-color: #6353EA;
}
</style>
border-color css
<style>
span { border-color: #6353EA; }
span { border-color: rgb(99,83,234); }
td.TdClassName
{
border-color: #6353EA;
}
.TagClassName
{
border-color: #6353EA;
}
</style>