Shades of Slate Blue #6555CF
Tints of Slate Blue #6555CF
RGB
CMYK
RGB Variations
Color information
#6555CF (or 0x6555CF) is known color: Slate Blue. HEX triplet: 65, 55 and CF. RGB value is (101,85,207). Sum of RGB (Red+Green+Blue) = 101+85+207=393 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.70% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 207 (81.25% from 255 or 52.67% from 393); Max value from RGB is 207 - color contains mainly: blue. Hex color #6555CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6555CF is #9AAA30. Grayscale: #676767. Windows color (decimal): -10136113 or 13587813. OLE color: 13587813.
HSL color Cylindrical-coordinate representation of color #6555CF: hue angle of 247.87º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6555CF is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 85 | 207 | - |
| CMYK | 0.51 | 0.59 | 0 | 0.19 |
| HSL | 247.87º | 0.56% | 0.57% | - |
| HSV(B) | 247.87º | 0.59% | 0.81% | - |
| XYZ | 19.88 | 13.77 | 60.64 | - |
| YUV | 103.69 | 186.3 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 85 | 207 | 0.51 | 0.59 | 0 | 0.19 | 247.87 | 0.56 | 0.57 |
| Hex | 65 | 55 | CF | 33 | 3B | 0 | 13 | F8 | 38 | 39 |
| Octal | 145 | 125 | 317 | 63 | 73 | 0 | 23 | 370 | 70 | 71 |
| Binary | 1100101 | 1010101 | 11001111 | 110011 | 111011 | 0 | 10011 | 11111000 | 111000 | 111001 |
Color Harmonies of #6555CF
Complementary color
Monochromatic Colors of #6555CF
Black with #6555CF
Text Example
Text Example
White with #6555CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6555CF; }
p { color: rgb(101,85,207); }
H1.HeaderClassName
{
color: #6555CF;
}
.AnyTagClassName
{
color: #6555CF;
}
</style>
background-color css
<style>
a { background-color: #6555CF; }
a { background-color: rgb(101,85,207); }
div.DivClassName
{
background-color: #6555CF;
}
.BgClassName
{
background-color: #6555CF;
}
</style>
border-color css
<style>
span { border-color: #6555CF; }
span { border-color: rgb(101,85,207); }
td.TdClassName
{
border-color: #6555CF;
}
.TagClassName
{
border-color: #6555CF;
}
</style>