Shades of Slate Blue #6556CB
Tints of Slate Blue #6556CB
RGB
CMYK
RGB Variations
Color information
#6556CB (or 0x6556CB) is known color: Slate Blue. HEX triplet: 65, 56 and CB. RGB value is (101,86,203). Sum of RGB (Red+Green+Blue) = 101+86+203=390 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.90% from 390); Green value is 86 (33.98% from 255 or 22.05% from 390); Blue value is 203 (79.69% from 255 or 52.05% from 390); Max value from RGB is 203 - color contains mainly: blue. Hex color #6556CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6556CB is #9AA934. Grayscale: #676767. Windows color (decimal): -10135861 or 13325925. OLE color: 13325925.
HSL color Cylindrical-coordinate representation of color #6556CB: hue angle of 247.69º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6556CB is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 86 | 203 | - |
| CMYK | 0.50 | 0.58 | 0 | 0.20 |
| HSL | 247.69º | 0.53% | 0.57% | - |
| HSV(B) | 247.69º | 0.58% | 0.8% | - |
| XYZ | 19.47 | 13.73 | 58.12 | - |
| YUV | 103.82 | 183.97 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 86 | 203 | 0.50 | 0.58 | 0 | 0.20 | 247.69 | 0.53 | 0.57 |
| Hex | 65 | 56 | CB | 32 | 3A | 0 | 14 | F8 | 35 | 39 |
| Octal | 145 | 126 | 313 | 62 | 72 | 0 | 24 | 370 | 65 | 71 |
| Binary | 1100101 | 1010110 | 11001011 | 110010 | 111010 | 0 | 10100 | 11111000 | 110101 | 111001 |
Color Harmonies of #6556CB
Complementary color
Monochromatic Colors of #6556CB
Black with #6556CB
Text Example
Text Example
White with #6556CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6556CB; }
p { color: rgb(101,86,203); }
H1.HeaderClassName
{
color: #6556CB;
}
.AnyTagClassName
{
color: #6556CB;
}
</style>
background-color css
<style>
a { background-color: #6556CB; }
a { background-color: rgb(101,86,203); }
div.DivClassName
{
background-color: #6556CB;
}
.BgClassName
{
background-color: #6556CB;
}
</style>
border-color css
<style>
span { border-color: #6556CB; }
span { border-color: rgb(101,86,203); }
td.TdClassName
{
border-color: #6556CB;
}
.TagClassName
{
border-color: #6556CB;
}
</style>