Shades of Slate Blue #6353DB
Tints of Slate Blue #6353DB
RGB
CMYK
RGB Variations
Color information
#6353DB (or 0x6353DB) is known color: Slate Blue. HEX triplet: 63, 53 and DB. RGB value is (99,83,219). Sum of RGB (Red+Green+Blue) = 99+83+219=401 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.69% from 401); Green value is 83 (32.81% from 255 or 20.70% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #6353DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6353DB is #9CAC24. Grayscale: #666666. Windows color (decimal): -10267685 or 14373731. OLE color: 14373731.
HSL color Cylindrical-coordinate representation of color #6353DB: hue angle of 247.06º degrees, saturation: 0.65, 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 #6353DB is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 83 | 219 | - |
| CMYK | 0.55 | 0.62 | 0 | 0.14 |
| HSL | 247.06º | 0.65% | 0.59% | - |
| HSV(B) | 247.06º | 0.62% | 0.86% | - |
| XYZ | 21.03 | 13.95 | 68.6 | - |
| YUV | 103.29 | 193.3 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 83 | 219 | 0.55 | 0.62 | 0 | 0.14 | 247.06 | 0.65 | 0.59 |
| Hex | 63 | 53 | DB | 37 | 3E | 0 | E | F7 | 41 | 3B |
| Octal | 143 | 123 | 333 | 67 | 76 | 0 | 16 | 367 | 101 | 73 |
| Binary | 1100011 | 1010011 | 11011011 | 110111 | 111110 | 0 | 1110 | 11110111 | 1000001 | 111011 |
Color Harmonies of #6353DB
Complementary color
Monochromatic Colors of #6353DB
Black with #6353DB
Text Example
Text Example
White with #6353DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6353DB; }
p { color: rgb(99,83,219); }
H1.HeaderClassName
{
color: #6353DB;
}
.AnyTagClassName
{
color: #6353DB;
}
</style>
background-color css
<style>
a { background-color: #6353DB; }
a { background-color: rgb(99,83,219); }
div.DivClassName
{
background-color: #6353DB;
}
.BgClassName
{
background-color: #6353DB;
}
</style>
border-color css
<style>
span { border-color: #6353DB; }
span { border-color: rgb(99,83,219); }
td.TdClassName
{
border-color: #6353DB;
}
.TagClassName
{
border-color: #6353DB;
}
</style>