Shades of Slate Blue #6551DA
Tints of Slate Blue #6551DA
RGB
CMYK
RGB Variations
Color information
#6551DA (or 0x6551DA) is known color: Slate Blue. HEX triplet: 65, 51 and DA. RGB value is (101,81,218). Sum of RGB (Red+Green+Blue) = 101+81+218=400 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.25% from 400); Green value is 81 (32.03% from 255 or 20.25% from 400); Blue value is 218 (85.55% from 255 or 54.5% from 400); Max value from RGB is 218 - color contains mainly: blue. Hex color #6551DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6551DA is #9AAE25. Grayscale: #666666. Windows color (decimal): -10137126 or 14307685. OLE color: 14307685.
HSL color Cylindrical-coordinate representation of color #6551DA: hue angle of 248.76º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6551DA is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 81 | 218 | - |
| CMYK | 0.54 | 0.63 | 0 | 0.15 |
| HSL | 248.76º | 0.65% | 0.59% | - |
| HSV(B) | 248.76º | 0.63% | 0.85% | - |
| XYZ | 20.96 | 13.71 | 67.87 | - |
| YUV | 102.6 | 193.13 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 81 | 218 | 0.54 | 0.63 | 0 | 0.15 | 248.76 | 0.65 | 0.59 |
| Hex | 65 | 51 | DA | 36 | 3F | 0 | F | F9 | 41 | 3B |
| Octal | 145 | 121 | 332 | 66 | 77 | 0 | 17 | 371 | 101 | 73 |
| Binary | 1100101 | 1010001 | 11011010 | 110110 | 111111 | 0 | 1111 | 11111001 | 1000001 | 111011 |
Color Harmonies of #6551DA
Complementary color
Monochromatic Colors of #6551DA
Black with #6551DA
Text Example
Text Example
White with #6551DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6551DA; }
p { color: rgb(101,81,218); }
H1.HeaderClassName
{
color: #6551DA;
}
.AnyTagClassName
{
color: #6551DA;
}
</style>
background-color css
<style>
a { background-color: #6551DA; }
a { background-color: rgb(101,81,218); }
div.DivClassName
{
background-color: #6551DA;
}
.BgClassName
{
background-color: #6551DA;
}
</style>
border-color css
<style>
span { border-color: #6551DA; }
span { border-color: rgb(101,81,218); }
td.TdClassName
{
border-color: #6551DA;
}
.TagClassName
{
border-color: #6551DA;
}
</style>