Shades of Slate Blue #6655D8
Tints of Slate Blue #6655D8
RGB
CMYK
RGB Variations
Color information
#6655D8 (or 0x6655D8) is known color: Slate Blue. HEX triplet: 66, 55 and D8. RGB value is (102,85,216). Sum of RGB (Red+Green+Blue) = 102+85+216=403 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.31% from 403); Green value is 85 (33.59% from 255 or 21.09% from 403); Blue value is 216 (84.77% from 255 or 53.60% from 403); Max value from RGB is 216 - color contains mainly: blue. Hex color #6655D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6655D8 is #99AA27. Grayscale: #686868. Windows color (decimal): -10070568 or 14177638. OLE color: 14177638.
HSL color Cylindrical-coordinate representation of color #6655D8: hue angle of 247.79º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6655D8 is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 85 | 216 | - |
| CMYK | 0.53 | 0.61 | 0 | 0.15 |
| HSL | 247.79º | 0.63% | 0.59% | - |
| HSV(B) | 247.79º | 0.61% | 0.85% | - |
| XYZ | 21.12 | 14.28 | 66.61 | - |
| YUV | 105.02 | 190.63 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 85 | 216 | 0.53 | 0.61 | 0 | 0.15 | 247.79 | 0.63 | 0.59 |
| Hex | 66 | 55 | D8 | 35 | 3D | 0 | F | F8 | 3F | 3B |
| Octal | 146 | 125 | 330 | 65 | 75 | 0 | 17 | 370 | 77 | 73 |
| Binary | 1100110 | 1010101 | 11011000 | 110101 | 111101 | 0 | 1111 | 11111000 | 111111 | 111011 |
Color Harmonies of #6655D8
Complementary color
Monochromatic Colors of #6655D8
Black with #6655D8
Text Example
Text Example
White with #6655D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6655D8; }
p { color: rgb(102,85,216); }
H1.HeaderClassName
{
color: #6655D8;
}
.AnyTagClassName
{
color: #6655D8;
}
</style>
background-color css
<style>
a { background-color: #6655D8; }
a { background-color: rgb(102,85,216); }
div.DivClassName
{
background-color: #6655D8;
}
.BgClassName
{
background-color: #6655D8;
}
</style>
border-color css
<style>
span { border-color: #6655D8; }
span { border-color: rgb(102,85,216); }
td.TdClassName
{
border-color: #6655D8;
}
.TagClassName
{
border-color: #6655D8;
}
</style>