Shades of Slate Blue #6756CC
Tints of Slate Blue #6756CC
RGB
CMYK
RGB Variations
Color information
#6756CC (or 0x6756CC) is known color: Slate Blue. HEX triplet: 67, 56 and CC. RGB value is (103,86,204). Sum of RGB (Red+Green+Blue) = 103+86+204=393 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.21% from 393); Green value is 86 (33.98% from 255 or 21.88% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #6756CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6756CC is #98A933. Grayscale: #686868. Windows color (decimal): -10004788 or 13391463. OLE color: 13391463.
HSL color Cylindrical-coordinate representation of color #6756CC: hue angle of 248.64º degrees, saturation: 0.54, 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 #6756CC is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 103 | 86 | 204 | - |
| CMYK | 0.50 | 0.58 | 0 | 0.2 |
| HSL | 248.64º | 0.54% | 0.57% | - |
| HSV(B) | 248.64º | 0.58% | 0.8% | - |
| XYZ | 19.82 | 13.9 | 58.76 | - |
| YUV | 104.54 | 184.13 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 86 | 204 | 0.50 | 0.58 | 0 | 0.2 | 248.64 | 0.54 | 0.57 |
| Hex | 67 | 56 | CC | 32 | 3A | 0 | 14 | F9 | 36 | 39 |
| Octal | 147 | 126 | 314 | 62 | 72 | 0 | 24 | 371 | 66 | 71 |
| Binary | 1100111 | 1010110 | 11001100 | 110010 | 111010 | 0 | 10100 | 11111001 | 110110 | 111001 |
Color Harmonies of #6756CC
Complementary color
Monochromatic Colors of #6756CC
Black with #6756CC
Text Example
Text Example
White with #6756CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6756CC; }
p { color: rgb(103,86,204); }
H1.HeaderClassName
{
color: #6756CC;
}
.AnyTagClassName
{
color: #6756CC;
}
</style>
background-color css
<style>
a { background-color: #6756CC; }
a { background-color: rgb(103,86,204); }
div.DivClassName
{
background-color: #6756CC;
}
.BgClassName
{
background-color: #6756CC;
}
</style>
border-color css
<style>
span { border-color: #6756CC; }
span { border-color: rgb(103,86,204); }
td.TdClassName
{
border-color: #6756CC;
}
.TagClassName
{
border-color: #6756CC;
}
</style>