Shades of Slate Blue #6551C6
Tints of Slate Blue #6551C6
RGB
CMYK
RGB Variations
Color information
#6551C6 (or 0x6551C6) is known color: Slate Blue. HEX triplet: 65, 51 and C6. RGB value is (101,81,198). Sum of RGB (Red+Green+Blue) = 101+81+198=380 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.58% from 380); Green value is 81 (32.03% from 255 or 21.32% from 380); Blue value is 198 (77.73% from 255 or 52.11% from 380); Max value from RGB is 198 - color contains mainly: blue. Hex color #6551C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6551C6 is #9AAE39. Grayscale: #636363. Windows color (decimal): -10137146 or 12996965. OLE color: 12996965.
HSL color Cylindrical-coordinate representation of color #6551C6: hue angle of 250.26º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6551C6 is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 101 | 81 | 198 | - |
| CMYK | 0.49 | 0.59 | 0 | 0.22 |
| HSL | 250.26º | 0.51% | 0.55% | - |
| HSV(B) | 250.26º | 0.59% | 0.78% | - |
| XYZ | 18.5 | 12.73 | 54.91 | - |
| YUV | 100.32 | 183.13 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 81 | 198 | 0.49 | 0.59 | 0 | 0.22 | 250.26 | 0.51 | 0.55 |
| Hex | 65 | 51 | C6 | 31 | 3B | 0 | 16 | FA | 33 | 37 |
| Octal | 145 | 121 | 306 | 61 | 73 | 0 | 26 | 372 | 63 | 67 |
| Binary | 1100101 | 1010001 | 11000110 | 110001 | 111011 | 0 | 10110 | 11111010 | 110011 | 110111 |
Color Harmonies of #6551C6
Complementary color
Monochromatic Colors of #6551C6
Black with #6551C6
Text Example
Text Example
White with #6551C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6551C6; }
p { color: rgb(101,81,198); }
H1.HeaderClassName
{
color: #6551C6;
}
.AnyTagClassName
{
color: #6551C6;
}
</style>
background-color css
<style>
a { background-color: #6551C6; }
a { background-color: rgb(101,81,198); }
div.DivClassName
{
background-color: #6551C6;
}
.BgClassName
{
background-color: #6551C6;
}
</style>
border-color css
<style>
span { border-color: #6551C6; }
span { border-color: rgb(101,81,198); }
td.TdClassName
{
border-color: #6551C6;
}
.TagClassName
{
border-color: #6551C6;
}
</style>