Shades of Slate Blue #6653D0
Tints of Slate Blue #6653D0
RGB
CMYK
RGB Variations
Color information
#6653D0 (or 0x6653D0) is known color: Slate Blue. HEX triplet: 66, 53 and D0. RGB value is (102,83,208). Sum of RGB (Red+Green+Blue) = 102+83+208=393 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.95% from 393); Green value is 83 (32.81% from 255 or 21.12% from 393); Blue value is 208 (81.64% from 255 or 52.93% from 393); Max value from RGB is 208 - color contains mainly: blue. Hex color #6653D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6653D0 is #99AC2F. Grayscale: #666666. Windows color (decimal): -10071088 or 13652838. OLE color: 13652838.
HSL color Cylindrical-coordinate representation of color #6653D0: hue angle of 249.12º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6653D0 is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 102 | 83 | 208 | - |
| CMYK | 0.51 | 0.60 | 0 | 0.18 |
| HSL | 249.12º | 0.57% | 0.57% | - |
| HSV(B) | 249.12º | 0.6% | 0.82% | - |
| XYZ | 19.96 | 13.57 | 61.24 | - |
| YUV | 102.93 | 187.29 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 83 | 208 | 0.51 | 0.60 | 0 | 0.18 | 249.12 | 0.57 | 0.57 |
| Hex | 66 | 53 | D0 | 33 | 3C | 0 | 12 | F9 | 39 | 39 |
| Octal | 146 | 123 | 320 | 63 | 74 | 0 | 22 | 371 | 71 | 71 |
| Binary | 1100110 | 1010011 | 11010000 | 110011 | 111100 | 0 | 10010 | 11111001 | 111001 | 111001 |
Color Harmonies of #6653D0
Complementary color
Monochromatic Colors of #6653D0
Black with #6653D0
Text Example
Text Example
White with #6653D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6653D0; }
p { color: rgb(102,83,208); }
H1.HeaderClassName
{
color: #6653D0;
}
.AnyTagClassName
{
color: #6653D0;
}
</style>
background-color css
<style>
a { background-color: #6653D0; }
a { background-color: rgb(102,83,208); }
div.DivClassName
{
background-color: #6653D0;
}
.BgClassName
{
background-color: #6653D0;
}
</style>
border-color css
<style>
span { border-color: #6653D0; }
span { border-color: rgb(102,83,208); }
td.TdClassName
{
border-color: #6653D0;
}
.TagClassName
{
border-color: #6653D0;
}
</style>