Shades of Slate Blue #6353DC
Tints of Slate Blue #6353DC
RGB
CMYK
RGB Variations
Color information
#6353DC (or 0x6353DC) is known color: Slate Blue. HEX triplet: 63, 53 and DC. RGB value is (99,83,220). Sum of RGB (Red+Green+Blue) = 99+83+220=402 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.63% from 402); Green value is 83 (32.81% from 255 or 20.65% from 402); Blue value is 220 (86.33% from 255 or 54.73% from 402); Max value from RGB is 220 - color contains mainly: blue. Hex color #6353DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6353DC is #9CAC23. Grayscale: #666666. Windows color (decimal): -10267684 or 14439267. OLE color: 14439267.
HSL color Cylindrical-coordinate representation of color #6353DC: hue angle of 247.01º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6353DC is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 83 | 220 | - |
| CMYK | 0.55 | 0.62 | 0 | 0.14 |
| HSL | 247.01º | 0.66% | 0.59% | - |
| HSV(B) | 247.01º | 0.62% | 0.86% | - |
| XYZ | 21.16 | 14.01 | 69.3 | - |
| YUV | 103.4 | 193.8 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 83 | 220 | 0.55 | 0.62 | 0 | 0.14 | 247.01 | 0.66 | 0.59 |
| Hex | 63 | 53 | DC | 37 | 3E | 0 | E | F7 | 42 | 3B |
| Octal | 143 | 123 | 334 | 67 | 76 | 0 | 16 | 367 | 102 | 73 |
| Binary | 1100011 | 1010011 | 11011100 | 110111 | 111110 | 0 | 1110 | 11110111 | 1000010 | 111011 |
Color Harmonies of #6353DC
Complementary color
Monochromatic Colors of #6353DC
Black with #6353DC
Text Example
Text Example
White with #6353DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6353DC; }
p { color: rgb(99,83,220); }
H1.HeaderClassName
{
color: #6353DC;
}
.AnyTagClassName
{
color: #6353DC;
}
</style>
background-color css
<style>
a { background-color: #6353DC; }
a { background-color: rgb(99,83,220); }
div.DivClassName
{
background-color: #6353DC;
}
.BgClassName
{
background-color: #6353DC;
}
</style>
border-color css
<style>
span { border-color: #6353DC; }
span { border-color: rgb(99,83,220); }
td.TdClassName
{
border-color: #6353DC;
}
.TagClassName
{
border-color: #6353DC;
}
</style>