Shades of Slate Blue #6656D8
Tints of Slate Blue #6656D8
RGB
CMYK
RGB Variations
Color information
#6656D8 (or 0x6656D8) is known color: Slate Blue. HEX triplet: 66, 56 and D8. RGB value is (102,86,216). Sum of RGB (Red+Green+Blue) = 102+86+216=404 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.25% from 404); Green value is 86 (33.98% from 255 or 21.29% from 404); Blue value is 216 (84.77% from 255 or 53.47% from 404); Max value from RGB is 216 - color contains mainly: blue. Hex color #6656D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6656D8 is #99A927. Grayscale: #696969. Windows color (decimal): -10070312 or 14177894. OLE color: 14177894.
HSL color Cylindrical-coordinate representation of color #6656D8: hue angle of 247.38º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6656D8 is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 86 | 216 | - |
| CMYK | 0.53 | 0.60 | 0 | 0.15 |
| HSL | 247.38º | 0.63% | 0.59% | - |
| HSV(B) | 247.38º | 0.6% | 0.85% | - |
| XYZ | 21.2 | 14.44 | 66.64 | - |
| YUV | 105.6 | 190.3 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 86 | 216 | 0.53 | 0.60 | 0 | 0.15 | 247.38 | 0.63 | 0.59 |
| Hex | 66 | 56 | D8 | 35 | 3C | 0 | F | F7 | 3E | 3B |
| Octal | 146 | 126 | 330 | 65 | 74 | 0 | 17 | 367 | 76 | 73 |
| Binary | 1100110 | 1010110 | 11011000 | 110101 | 111100 | 0 | 1111 | 11110111 | 111110 | 111011 |
Color Harmonies of #6656D8
Complementary color
Monochromatic Colors of #6656D8
Black with #6656D8
Text Example
Text Example
White with #6656D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6656D8; }
p { color: rgb(102,86,216); }
H1.HeaderClassName
{
color: #6656D8;
}
.AnyTagClassName
{
color: #6656D8;
}
</style>
background-color css
<style>
a { background-color: #6656D8; }
a { background-color: rgb(102,86,216); }
div.DivClassName
{
background-color: #6656D8;
}
.BgClassName
{
background-color: #6656D8;
}
</style>
border-color css
<style>
span { border-color: #6656D8; }
span { border-color: rgb(102,86,216); }
td.TdClassName
{
border-color: #6656D8;
}
.TagClassName
{
border-color: #6656D8;
}
</style>