Shades of Slate Blue #6651DD
Tints of Slate Blue #6651DD
RGB
CMYK
RGB Variations
Color information
#6651DD (or 0x6651DD) is known color: Slate Blue. HEX triplet: 66, 51 and DD. RGB value is (102,81,221). Sum of RGB (Red+Green+Blue) = 102+81+221=404 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.25% from 404); Green value is 81 (32.03% from 255 or 20.05% from 404); Blue value is 221 (86.72% from 255 or 54.70% from 404); Max value from RGB is 221 - color contains mainly: blue. Hex color #6651DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6651DD is #99AE22. Grayscale: #666666. Windows color (decimal): -10071587 or 14504294. OLE color: 14504294.
HSL color Cylindrical-coordinate representation of color #6651DD: hue angle of 249º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6651DD is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 81 | 221 | - |
| CMYK | 0.54 | 0.63 | 0 | 0.13 |
| HSL | 249º | 0.67% | 0.59% | - |
| HSV(B) | 249º | 0.63% | 0.87% | - |
| XYZ | 21.47 | 13.93 | 69.96 | - |
| YUV | 103.24 | 194.46 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 81 | 221 | 0.54 | 0.63 | 0 | 0.13 | 249 | 0.67 | 0.59 |
| Hex | 66 | 51 | DD | 36 | 3F | 0 | D | F9 | 43 | 3B |
| Octal | 146 | 121 | 335 | 66 | 77 | 0 | 15 | 371 | 103 | 73 |
| Binary | 1100110 | 1010001 | 11011101 | 110110 | 111111 | 0 | 1101 | 11111001 | 1000011 | 111011 |
Color Harmonies of #6651DD
Complementary color
Monochromatic Colors of #6651DD
Black with #6651DD
Text Example
Text Example
White with #6651DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6651DD; }
p { color: rgb(102,81,221); }
H1.HeaderClassName
{
color: #6651DD;
}
.AnyTagClassName
{
color: #6651DD;
}
</style>
background-color css
<style>
a { background-color: #6651DD; }
a { background-color: rgb(102,81,221); }
div.DivClassName
{
background-color: #6651DD;
}
.BgClassName
{
background-color: #6651DD;
}
</style>
border-color css
<style>
span { border-color: #6651DD; }
span { border-color: rgb(102,81,221); }
td.TdClassName
{
border-color: #6651DD;
}
.TagClassName
{
border-color: #6651DD;
}
</style>