Shades of Slate Blue #6551CF
Tints of Slate Blue #6551CF
RGB
CMYK
RGB Variations
Color information
#6551CF (or 0x6551CF) is known color: Slate Blue. HEX triplet: 65, 51 and CF. RGB value is (101,81,207). Sum of RGB (Red+Green+Blue) = 101+81+207=389 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.96% from 389); Green value is 81 (32.03% from 255 or 20.82% from 389); Blue value is 207 (81.25% from 255 or 53.21% from 389); Max value from RGB is 207 - color contains mainly: blue. Hex color #6551CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6551CF is #9AAE30. Grayscale: #646464. Windows color (decimal): -10137137 or 13586789. OLE color: 13586789.
HSL color Cylindrical-coordinate representation of color #6551CF: hue angle of 249.52º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6551CF is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 81 | 207 | - |
| CMYK | 0.51 | 0.61 | 0 | 0.19 |
| HSL | 249.52º | 0.57% | 0.56% | - |
| HSV(B) | 249.52º | 0.61% | 0.81% | - |
| XYZ | 19.57 | 13.16 | 60.54 | - |
| YUV | 101.34 | 187.63 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 81 | 207 | 0.51 | 0.61 | 0 | 0.19 | 249.52 | 0.57 | 0.56 |
| Hex | 65 | 51 | CF | 33 | 3D | 0 | 13 | FA | 39 | 38 |
| Octal | 145 | 121 | 317 | 63 | 75 | 0 | 23 | 372 | 71 | 70 |
| Binary | 1100101 | 1010001 | 11001111 | 110011 | 111101 | 0 | 10011 | 11111010 | 111001 | 111000 |
Color Harmonies of #6551CF
Complementary color
Monochromatic Colors of #6551CF
Black with #6551CF
Text Example
Text Example
White with #6551CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6551CF; }
p { color: rgb(101,81,207); }
H1.HeaderClassName
{
color: #6551CF;
}
.AnyTagClassName
{
color: #6551CF;
}
</style>
background-color css
<style>
a { background-color: #6551CF; }
a { background-color: rgb(101,81,207); }
div.DivClassName
{
background-color: #6551CF;
}
.BgClassName
{
background-color: #6551CF;
}
</style>
border-color css
<style>
span { border-color: #6551CF; }
span { border-color: rgb(101,81,207); }
td.TdClassName
{
border-color: #6551CF;
}
.TagClassName
{
border-color: #6551CF;
}
</style>