Shades of Slate Blue #6656C8
Tints of Slate Blue #6656C8
RGB
CMYK
RGB Variations
Color information
#6656C8 (or 0x6656C8) is known color: Slate Blue. HEX triplet: 66, 56 and C8. RGB value is (102,86,200). Sum of RGB (Red+Green+Blue) = 102+86+200=388 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.29% from 388); Green value is 86 (33.98% from 255 or 22.16% from 388); Blue value is 200 (78.52% from 255 or 51.55% from 388); Max value from RGB is 200 - color contains mainly: blue. Hex color #6656C8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6656C8 is #99A937. Grayscale: #676767. Windows color (decimal): -10070328 or 13129318. OLE color: 13129318.
HSL color Cylindrical-coordinate representation of color #6656C8: hue angle of 248.42º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6656C8 is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 102 | 86 | 200 | - |
| CMYK | 0.49 | 0.57 | 0 | 0.22 |
| HSL | 248.42º | 0.51% | 0.56% | - |
| HSV(B) | 248.42º | 0.57% | 0.78% | - |
| XYZ | 19.23 | 13.65 | 56.26 | - |
| YUV | 103.78 | 182.3 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 86 | 200 | 0.49 | 0.57 | 0 | 0.22 | 248.42 | 0.51 | 0.56 |
| Hex | 66 | 56 | C8 | 31 | 39 | 0 | 16 | F8 | 33 | 38 |
| Octal | 146 | 126 | 310 | 61 | 71 | 0 | 26 | 370 | 63 | 70 |
| Binary | 1100110 | 1010110 | 11001000 | 110001 | 111001 | 0 | 10110 | 11111000 | 110011 | 111000 |
Color Harmonies of #6656C8
Complementary color
Monochromatic Colors of #6656C8
Black with #6656C8
Text Example
Text Example
White with #6656C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6656C8; }
p { color: rgb(102,86,200); }
H1.HeaderClassName
{
color: #6656C8;
}
.AnyTagClassName
{
color: #6656C8;
}
</style>
background-color css
<style>
a { background-color: #6656C8; }
a { background-color: rgb(102,86,200); }
div.DivClassName
{
background-color: #6656C8;
}
.BgClassName
{
background-color: #6656C8;
}
</style>
border-color css
<style>
span { border-color: #6656C8; }
span { border-color: rgb(102,86,200); }
td.TdClassName
{
border-color: #6656C8;
}
.TagClassName
{
border-color: #6656C8;
}
</style>