Shades of Slate Blue #6656DC
Tints of Slate Blue #6656DC
RGB
CMYK
RGB Variations
Color information
#6656DC (or 0x6656DC) is known color: Slate Blue. HEX triplet: 66, 56 and DC. RGB value is (102,86,220). Sum of RGB (Red+Green+Blue) = 102+86+220=408 (54% of max value = 765). Red value is 102 (40.23% from 255 or 25% from 408); Green value is 86 (33.98% from 255 or 21.08% from 408); Blue value is 220 (86.33% from 255 or 53.92% from 408); Max value from RGB is 220 - color contains mainly: blue. Hex color #6656DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6656DC is #99A923. Grayscale: #696969. Windows color (decimal): -10070308 or 14440038. OLE color: 14440038.
HSL color Cylindrical-coordinate representation of color #6656DC: hue angle of 247.16º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6656DC is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 86 | 220 | - |
| CMYK | 0.54 | 0.61 | 0 | 0.14 |
| HSL | 247.16º | 0.66% | 0.6% | - |
| HSV(B) | 247.16º | 0.61% | 0.86% | - |
| XYZ | 21.73 | 14.65 | 69.39 | - |
| YUV | 106.06 | 192.3 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 86 | 220 | 0.54 | 0.61 | 0 | 0.14 | 247.16 | 0.66 | 0.6 |
| Hex | 66 | 56 | DC | 36 | 3D | 0 | E | F7 | 42 | 3C |
| Octal | 146 | 126 | 334 | 66 | 75 | 0 | 16 | 367 | 102 | 74 |
| Binary | 1100110 | 1010110 | 11011100 | 110110 | 111101 | 0 | 1110 | 11110111 | 1000010 | 111100 |
Color Harmonies of #6656DC
Complementary color
Monochromatic Colors of #6656DC
Black with #6656DC
Text Example
Text Example
White with #6656DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6656DC; }
p { color: rgb(102,86,220); }
H1.HeaderClassName
{
color: #6656DC;
}
.AnyTagClassName
{
color: #6656DC;
}
</style>
background-color css
<style>
a { background-color: #6656DC; }
a { background-color: rgb(102,86,220); }
div.DivClassName
{
background-color: #6656DC;
}
.BgClassName
{
background-color: #6656DC;
}
</style>
border-color css
<style>
span { border-color: #6656DC; }
span { border-color: rgb(102,86,220); }
td.TdClassName
{
border-color: #6656DC;
}
.TagClassName
{
border-color: #6656DC;
}
</style>