Shades of Slate Blue #6573DB
Tints of Slate Blue #6573DB
RGB
CMYK
RGB Variations
Color information
#6573DB (or 0x6573DB) is known color: Slate Blue. HEX triplet: 65, 73 and DB. RGB value is (101,115,219). Sum of RGB (Red+Green+Blue) = 101+115+219=435 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.22% from 435); Green value is 115 (45.31% from 255 or 26.44% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #6573DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6573DB is #9A8C24. Grayscale: #7A7A7A. Windows color (decimal): -10128421 or 14381925. OLE color: 14381925.
HSL color Cylindrical-coordinate representation of color #6573DB: hue angle of 232.88º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6573DB is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 115 | 219 | - |
| CMYK | 0.54 | 0.47 | 0 | 0.14 |
| HSL | 232.88º | 0.62% | 0.63% | - |
| HSV(B) | 232.88º | 0.54% | 0.86% | - |
| XYZ | 24.28 | 20.14 | 69.63 | - |
| YUV | 122.67 | 182.36 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 115 | 219 | 0.54 | 0.47 | 0 | 0.14 | 232.88 | 0.62 | 0.63 |
| Hex | 65 | 73 | DB | 36 | 2F | 0 | E | E9 | 3E | 3F |
| Octal | 145 | 163 | 333 | 66 | 57 | 0 | 16 | 351 | 76 | 77 |
| Binary | 1100101 | 1110011 | 11011011 | 110110 | 101111 | 0 | 1110 | 11101001 | 111110 | 111111 |
Color Harmonies of #6573DB
Complementary color
Monochromatic Colors of #6573DB
Black with #6573DB
Text Example
Text Example
White with #6573DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6573DB; }
p { color: rgb(101,115,219); }
H1.HeaderClassName
{
color: #6573DB;
}
.AnyTagClassName
{
color: #6573DB;
}
</style>
background-color css
<style>
a { background-color: #6573DB; }
a { background-color: rgb(101,115,219); }
div.DivClassName
{
background-color: #6573DB;
}
.BgClassName
{
background-color: #6573DB;
}
</style>
border-color css
<style>
span { border-color: #6573DB; }
span { border-color: rgb(101,115,219); }
td.TdClassName
{
border-color: #6573DB;
}
.TagClassName
{
border-color: #6573DB;
}
</style>