Shades of Slate Blue #6562CA
Tints of Slate Blue #6562CA
RGB
CMYK
RGB Variations
Color information
#6562CA (or 0x6562CA) is known color: Slate Blue. HEX triplet: 65, 62 and CA. RGB value is (101,98,202). Sum of RGB (Red+Green+Blue) = 101+98+202=401 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.19% from 401); Green value is 98 (38.67% from 255 or 24.44% from 401); Blue value is 202 (79.30% from 255 or 50.37% from 401); Max value from RGB is 202 - color contains mainly: blue. Hex color #6562CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6562CA is #9A9D35. Grayscale: #6E6E6E. Windows color (decimal): -10132790 or 13263461. OLE color: 13263461.
HSL color Cylindrical-coordinate representation of color #6562CA: hue angle of 241.73º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6562CA is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 101 | 98 | 202 | - |
| CMYK | 0.50 | 0.51 | 0 | 0.21 |
| HSL | 241.73º | 0.5% | 0.59% | - |
| HSV(B) | 241.73º | 0.51% | 0.79% | - |
| XYZ | 20.4 | 15.77 | 57.85 | - |
| YUV | 110.75 | 179.49 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 98 | 202 | 0.50 | 0.51 | 0 | 0.21 | 241.73 | 0.5 | 0.59 |
| Hex | 65 | 62 | CA | 32 | 33 | 0 | 15 | F2 | 32 | 3B |
| Octal | 145 | 142 | 312 | 62 | 63 | 0 | 25 | 362 | 62 | 73 |
| Binary | 1100101 | 1100010 | 11001010 | 110010 | 110011 | 0 | 10101 | 11110010 | 110010 | 111011 |
Color Harmonies of #6562CA
Complementary color
Monochromatic Colors of #6562CA
Black with #6562CA
Text Example
Text Example
White with #6562CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6562CA; }
p { color: rgb(101,98,202); }
H1.HeaderClassName
{
color: #6562CA;
}
.AnyTagClassName
{
color: #6562CA;
}
</style>
background-color css
<style>
a { background-color: #6562CA; }
a { background-color: rgb(101,98,202); }
div.DivClassName
{
background-color: #6562CA;
}
.BgClassName
{
background-color: #6562CA;
}
</style>
border-color css
<style>
span { border-color: #6562CA; }
span { border-color: rgb(101,98,202); }
td.TdClassName
{
border-color: #6562CA;
}
.TagClassName
{
border-color: #6562CA;
}
</style>