Shades of Slate Blue #6562CD
Tints of Slate Blue #6562CD
RGB
CMYK
RGB Variations
Color information
#6562CD (or 0x6562CD) is known color: Slate Blue. HEX triplet: 65, 62 and CD. RGB value is (101,98,205). Sum of RGB (Red+Green+Blue) = 101+98+205=404 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25% from 404); Green value is 98 (38.67% from 255 or 24.26% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #6562CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6562CD is #9A9D32. Grayscale: #6E6E6E. Windows color (decimal): -10132787 or 13460069. OLE color: 13460069.
HSL color Cylindrical-coordinate representation of color #6562CD: hue angle of 241.68º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6562CD is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 98 | 205 | - |
| CMYK | 0.51 | 0.52 | 0 | 0.20 |
| HSL | 241.68º | 0.52% | 0.59% | - |
| HSV(B) | 241.68º | 0.52% | 0.8% | - |
| XYZ | 20.75 | 15.91 | 59.73 | - |
| YUV | 111.1 | 180.99 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 98 | 205 | 0.51 | 0.52 | 0 | 0.20 | 241.68 | 0.52 | 0.59 |
| Hex | 65 | 62 | CD | 33 | 34 | 0 | 14 | F2 | 34 | 3B |
| Octal | 145 | 142 | 315 | 63 | 64 | 0 | 24 | 362 | 64 | 73 |
| Binary | 1100101 | 1100010 | 11001101 | 110011 | 110100 | 0 | 10100 | 11110010 | 110100 | 111011 |
Color Harmonies of #6562CD
Complementary color
Monochromatic Colors of #6562CD
Black with #6562CD
Text Example
Text Example
White with #6562CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6562CD; }
p { color: rgb(101,98,205); }
H1.HeaderClassName
{
color: #6562CD;
}
.AnyTagClassName
{
color: #6562CD;
}
</style>
background-color css
<style>
a { background-color: #6562CD; }
a { background-color: rgb(101,98,205); }
div.DivClassName
{
background-color: #6562CD;
}
.BgClassName
{
background-color: #6562CD;
}
</style>
border-color css
<style>
span { border-color: #6562CD; }
span { border-color: rgb(101,98,205); }
td.TdClassName
{
border-color: #6562CD;
}
.TagClassName
{
border-color: #6562CD;
}
</style>