Shades of Slate Blue #6562DB
Tints of Slate Blue #6562DB
RGB
CMYK
RGB Variations
Color information
#6562DB (or 0x6562DB) is known color: Slate Blue. HEX triplet: 65, 62 and DB. RGB value is (101,98,219). Sum of RGB (Red+Green+Blue) = 101+98+219=418 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.16% from 418); Green value is 98 (38.67% from 255 or 23.44% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #6562DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6562DB is #9A9D24. Grayscale: #707070. Windows color (decimal): -10132773 or 14377573. OLE color: 14377573.
HSL color Cylindrical-coordinate representation of color #6562DB: hue angle of 241.49º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6562DB is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 98 | 219 | - |
| CMYK | 0.54 | 0.55 | 0 | 0.14 |
| HSL | 241.49º | 0.63% | 0.62% | - |
| HSV(B) | 241.49º | 0.55% | 0.86% | - |
| XYZ | 22.52 | 16.62 | 69.04 | - |
| YUV | 112.69 | 187.99 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 98 | 219 | 0.54 | 0.55 | 0 | 0.14 | 241.49 | 0.63 | 0.62 |
| Hex | 65 | 62 | DB | 36 | 37 | 0 | E | F1 | 3F | 3E |
| Octal | 145 | 142 | 333 | 66 | 67 | 0 | 16 | 361 | 77 | 76 |
| Binary | 1100101 | 1100010 | 11011011 | 110110 | 110111 | 0 | 1110 | 11110001 | 111111 | 111110 |
Color Harmonies of #6562DB
Complementary color
Monochromatic Colors of #6562DB
Black with #6562DB
Text Example
Text Example
White with #6562DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6562DB; }
p { color: rgb(101,98,219); }
H1.HeaderClassName
{
color: #6562DB;
}
.AnyTagClassName
{
color: #6562DB;
}
</style>
background-color css
<style>
a { background-color: #6562DB; }
a { background-color: rgb(101,98,219); }
div.DivClassName
{
background-color: #6562DB;
}
.BgClassName
{
background-color: #6562DB;
}
</style>
border-color css
<style>
span { border-color: #6562DB; }
span { border-color: rgb(101,98,219); }
td.TdClassName
{
border-color: #6562DB;
}
.TagClassName
{
border-color: #6562DB;
}
</style>