Shades of Slate Blue #6656DF
Tints of Slate Blue #6656DF
RGB
CMYK
RGB Variations
Color information
#6656DF (or 0x6656DF) is known color: Slate Blue. HEX triplet: 66, 56 and DF. RGB value is (102,86,223). Sum of RGB (Red+Green+Blue) = 102+86+223=411 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.82% from 411); Green value is 86 (33.98% from 255 or 20.92% from 411); Blue value is 223 (87.5% from 255 or 54.26% from 411); Max value from RGB is 223 - color contains mainly: blue. Hex color #6656DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6656DF is #99A920. Grayscale: #696969. Windows color (decimal): -10070305 or 14636646. OLE color: 14636646.
HSL color Cylindrical-coordinate representation of color #6656DF: hue angle of 247.01º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6656DF is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 86 | 223 | - |
| CMYK | 0.54 | 0.61 | 0 | 0.13 |
| HSL | 247.01º | 0.68% | 0.61% | - |
| HSV(B) | 247.01º | 0.61% | 0.87% | - |
| XYZ | 22.13 | 14.81 | 71.5 | - |
| YUV | 106.4 | 193.8 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 86 | 223 | 0.54 | 0.61 | 0 | 0.13 | 247.01 | 0.68 | 0.61 |
| Hex | 66 | 56 | DF | 36 | 3D | 0 | D | F7 | 44 | 3D |
| Octal | 146 | 126 | 337 | 66 | 75 | 0 | 15 | 367 | 104 | 75 |
| Binary | 1100110 | 1010110 | 11011111 | 110110 | 111101 | 0 | 1101 | 11110111 | 1000100 | 111101 |
Color Harmonies of #6656DF
Complementary color
Monochromatic Colors of #6656DF
Black with #6656DF
Text Example
Text Example
White with #6656DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6656DF; }
p { color: rgb(102,86,223); }
H1.HeaderClassName
{
color: #6656DF;
}
.AnyTagClassName
{
color: #6656DF;
}
</style>
background-color css
<style>
a { background-color: #6656DF; }
a { background-color: rgb(102,86,223); }
div.DivClassName
{
background-color: #6656DF;
}
.BgClassName
{
background-color: #6656DF;
}
</style>
border-color css
<style>
span { border-color: #6656DF; }
span { border-color: rgb(102,86,223); }
td.TdClassName
{
border-color: #6656DF;
}
.TagClassName
{
border-color: #6656DF;
}
</style>