Shades of Slate Blue #6562DC
Tints of Slate Blue #6562DC
RGB
CMYK
RGB Variations
Color information
#6562DC (or 0x6562DC) is known color: Slate Blue. HEX triplet: 65, 62 and DC. RGB value is (101,98,220). Sum of RGB (Red+Green+Blue) = 101+98+220=419 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.11% from 419); Green value is 98 (38.67% from 255 or 23.39% from 419); Blue value is 220 (86.33% from 255 or 52.51% from 419); Max value from RGB is 220 - color contains mainly: blue. Hex color #6562DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6562DC is #9A9D23. Grayscale: #707070. Windows color (decimal): -10132772 or 14443109. OLE color: 14443109.
HSL color Cylindrical-coordinate representation of color #6562DC: hue angle of 241.48º degrees, saturation: 0.64, 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 #6562DC is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 98 | 220 | - |
| CMYK | 0.54 | 0.55 | 0 | 0.14 |
| HSL | 241.48º | 0.64% | 0.62% | - |
| HSV(B) | 241.48º | 0.55% | 0.86% | - |
| XYZ | 22.65 | 16.67 | 69.73 | - |
| YUV | 112.81 | 188.49 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 98 | 220 | 0.54 | 0.55 | 0 | 0.14 | 241.48 | 0.64 | 0.62 |
| Hex | 65 | 62 | DC | 36 | 37 | 0 | E | F1 | 40 | 3E |
| Octal | 145 | 142 | 334 | 66 | 67 | 0 | 16 | 361 | 100 | 76 |
| Binary | 1100101 | 1100010 | 11011100 | 110110 | 110111 | 0 | 1110 | 11110001 | 1000000 | 111110 |
Color Harmonies of #6562DC
Complementary color
Monochromatic Colors of #6562DC
Black with #6562DC
Text Example
Text Example
White with #6562DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6562DC; }
p { color: rgb(101,98,220); }
H1.HeaderClassName
{
color: #6562DC;
}
.AnyTagClassName
{
color: #6562DC;
}
</style>
background-color css
<style>
a { background-color: #6562DC; }
a { background-color: rgb(101,98,220); }
div.DivClassName
{
background-color: #6562DC;
}
.BgClassName
{
background-color: #6562DC;
}
</style>
border-color css
<style>
span { border-color: #6562DC; }
span { border-color: rgb(101,98,220); }
td.TdClassName
{
border-color: #6562DC;
}
.TagClassName
{
border-color: #6562DC;
}
</style>