Shades of Slate Blue #6652D0
Tints of Slate Blue #6652D0
RGB
CMYK
RGB Variations
Color information
#6652D0 (or 0x6652D0) is known color: Slate Blue. HEX triplet: 66, 52 and D0. RGB value is (102,82,208). Sum of RGB (Red+Green+Blue) = 102+82+208=392 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.02% from 392); Green value is 82 (32.42% from 255 or 20.92% from 392); Blue value is 208 (81.64% from 255 or 53.06% from 392); Max value from RGB is 208 - color contains mainly: blue. Hex color #6652D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6652D0 is #99AD2F. Grayscale: #656565. Windows color (decimal): -10071344 or 13652582. OLE color: 13652582.
HSL color Cylindrical-coordinate representation of color #6652D0: hue angle of 249.52º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6652D0 is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 102 | 82 | 208 | - |
| CMYK | 0.51 | 0.61 | 0 | 0.18 |
| HSL | 249.52º | 0.57% | 0.57% | - |
| HSV(B) | 249.52º | 0.61% | 0.82% | - |
| XYZ | 19.88 | 13.41 | 61.22 | - |
| YUV | 102.34 | 187.63 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 82 | 208 | 0.51 | 0.61 | 0 | 0.18 | 249.52 | 0.57 | 0.57 |
| Hex | 66 | 52 | D0 | 33 | 3D | 0 | 12 | FA | 39 | 39 |
| Octal | 146 | 122 | 320 | 63 | 75 | 0 | 22 | 372 | 71 | 71 |
| Binary | 1100110 | 1010010 | 11010000 | 110011 | 111101 | 0 | 10010 | 11111010 | 111001 | 111001 |
Color Harmonies of #6652D0
Complementary color
Monochromatic Colors of #6652D0
Black with #6652D0
Text Example
Text Example
White with #6652D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6652D0; }
p { color: rgb(102,82,208); }
H1.HeaderClassName
{
color: #6652D0;
}
.AnyTagClassName
{
color: #6652D0;
}
</style>
background-color css
<style>
a { background-color: #6652D0; }
a { background-color: rgb(102,82,208); }
div.DivClassName
{
background-color: #6652D0;
}
.BgClassName
{
background-color: #6652D0;
}
</style>
border-color css
<style>
span { border-color: #6652D0; }
span { border-color: rgb(102,82,208); }
td.TdClassName
{
border-color: #6652D0;
}
.TagClassName
{
border-color: #6652D0;
}
</style>