Shades of Slate Blue #6653D6
Tints of Slate Blue #6653D6
RGB
CMYK
RGB Variations
Color information
#6653D6 (or 0x6653D6) is known color: Slate Blue. HEX triplet: 66, 53 and D6. RGB value is (102,83,214). Sum of RGB (Red+Green+Blue) = 102+83+214=399 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.56% from 399); Green value is 83 (32.81% from 255 or 20.80% from 399); Blue value is 214 (83.98% from 255 or 53.63% from 399); Max value from RGB is 214 - color contains mainly: blue. Hex color #6653D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6653D6 is #99AC29. Grayscale: #676767. Windows color (decimal): -10071082 or 14046054. OLE color: 14046054.
HSL color Cylindrical-coordinate representation of color #6653D6: hue angle of 248.7º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6653D6 is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 83 | 214 | - |
| CMYK | 0.52 | 0.61 | 0 | 0.16 |
| HSL | 248.7º | 0.62% | 0.58% | - |
| HSV(B) | 248.7º | 0.61% | 0.84% | - |
| XYZ | 20.71 | 13.87 | 65.2 | - |
| YUV | 103.62 | 190.29 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 83 | 214 | 0.52 | 0.61 | 0 | 0.16 | 248.7 | 0.62 | 0.58 |
| Hex | 66 | 53 | D6 | 34 | 3D | 0 | 10 | F9 | 3E | 3A |
| Octal | 146 | 123 | 326 | 64 | 75 | 0 | 20 | 371 | 76 | 72 |
| Binary | 1100110 | 1010011 | 11010110 | 110100 | 111101 | 0 | 10000 | 11111001 | 111110 | 111010 |
Color Harmonies of #6653D6
Complementary color
Monochromatic Colors of #6653D6
Black with #6653D6
Text Example
Text Example
White with #6653D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6653D6; }
p { color: rgb(102,83,214); }
H1.HeaderClassName
{
color: #6653D6;
}
.AnyTagClassName
{
color: #6653D6;
}
</style>
background-color css
<style>
a { background-color: #6653D6; }
a { background-color: rgb(102,83,214); }
div.DivClassName
{
background-color: #6653D6;
}
.BgClassName
{
background-color: #6653D6;
}
</style>
border-color css
<style>
span { border-color: #6653D6; }
span { border-color: rgb(102,83,214); }
td.TdClassName
{
border-color: #6653D6;
}
.TagClassName
{
border-color: #6653D6;
}
</style>