Shades of Slate Blue #6656CB
Tints of Slate Blue #6656CB
RGB
CMYK
RGB Variations
Color information
#6656CB (or 0x6656CB) is known color: Slate Blue. HEX triplet: 66, 56 and CB. RGB value is (102,86,203). Sum of RGB (Red+Green+Blue) = 102+86+203=391 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.09% from 391); Green value is 86 (33.98% from 255 or 21.99% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #6656CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6656CB is #99A934. Grayscale: #676767. Windows color (decimal): -10070325 or 13325926. OLE color: 13325926.
HSL color Cylindrical-coordinate representation of color #6656CB: hue angle of 248.21º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6656CB is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 86 | 203 | - |
| CMYK | 0.50 | 0.58 | 0 | 0.20 |
| HSL | 248.21º | 0.53% | 0.57% | - |
| HSV(B) | 248.21º | 0.58% | 0.8% | - |
| XYZ | 19.59 | 13.79 | 58.13 | - |
| YUV | 104.12 | 183.8 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 86 | 203 | 0.50 | 0.58 | 0 | 0.20 | 248.21 | 0.53 | 0.57 |
| Hex | 66 | 56 | CB | 32 | 3A | 0 | 14 | F8 | 35 | 39 |
| Octal | 146 | 126 | 313 | 62 | 72 | 0 | 24 | 370 | 65 | 71 |
| Binary | 1100110 | 1010110 | 11001011 | 110010 | 111010 | 0 | 10100 | 11111000 | 110101 | 111001 |
Color Harmonies of #6656CB
Complementary color
Monochromatic Colors of #6656CB
Black with #6656CB
Text Example
Text Example
White with #6656CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6656CB; }
p { color: rgb(102,86,203); }
H1.HeaderClassName
{
color: #6656CB;
}
.AnyTagClassName
{
color: #6656CB;
}
</style>
background-color css
<style>
a { background-color: #6656CB; }
a { background-color: rgb(102,86,203); }
div.DivClassName
{
background-color: #6656CB;
}
.BgClassName
{
background-color: #6656CB;
}
</style>
border-color css
<style>
span { border-color: #6656CB; }
span { border-color: rgb(102,86,203); }
td.TdClassName
{
border-color: #6656CB;
}
.TagClassName
{
border-color: #6656CB;
}
</style>