Shades of Slate Blue #6562C0
Tints of Slate Blue #6562C0
RGB
CMYK
RGB Variations
Color information
#6562C0 (or 0x6562C0) is known color: Slate Blue. HEX triplet: 65, 62 and C0. RGB value is (101,98,192). Sum of RGB (Red+Green+Blue) = 101+98+192=391 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.83% from 391); Green value is 98 (38.67% from 255 or 25.06% from 391); Blue value is 192 (75.39% from 255 or 49.10% from 391); Max value from RGB is 192 - color contains mainly: blue. Hex color #6562C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6562C0 is #9A9D3F. Grayscale: #6D6D6D. Windows color (decimal): -10132800 or 12608101. OLE color: 12608101.
HSL color Cylindrical-coordinate representation of color #6562C0: hue angle of 241.91º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6562C0 is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 101 | 98 | 192 | - |
| CMYK | 0.47 | 0.49 | 0 | 0.25 |
| HSL | 241.91º | 0.43% | 0.57% | - |
| HSV(B) | 241.91º | 0.49% | 0.75% | - |
| XYZ | 19.25 | 15.31 | 51.81 | - |
| YUV | 109.61 | 174.49 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 98 | 192 | 0.47 | 0.49 | 0 | 0.25 | 241.91 | 0.43 | 0.57 |
| Hex | 65 | 62 | C0 | 2F | 31 | 0 | 19 | F2 | 2B | 39 |
| Octal | 145 | 142 | 300 | 57 | 61 | 0 | 31 | 362 | 53 | 71 |
| Binary | 1100101 | 1100010 | 11000000 | 101111 | 110001 | 0 | 11001 | 11110010 | 101011 | 111001 |
Color Harmonies of #6562C0
Complementary color
Monochromatic Colors of #6562C0
Black with #6562C0
Text Example
Text Example
White with #6562C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6562C0; }
p { color: rgb(101,98,192); }
H1.HeaderClassName
{
color: #6562C0;
}
.AnyTagClassName
{
color: #6562C0;
}
</style>
background-color css
<style>
a { background-color: #6562C0; }
a { background-color: rgb(101,98,192); }
div.DivClassName
{
background-color: #6562C0;
}
.BgClassName
{
background-color: #6562C0;
}
</style>
border-color css
<style>
span { border-color: #6562C0; }
span { border-color: rgb(101,98,192); }
td.TdClassName
{
border-color: #6562C0;
}
.TagClassName
{
border-color: #6562C0;
}
</style>