Shades of Slate Blue #6B4ECC
Tints of Slate Blue #6B4ECC
RGB
CMYK
RGB Variations
Color information
#6B4ECC (or 0x6B4ECC) is known color: Slate Blue. HEX triplet: 6B, 4E and CC. RGB value is (107,78,204). Sum of RGB (Red+Green+Blue) = 107+78+204=389 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.51% from 389); Green value is 78 (30.86% from 255 or 20.05% from 389); Blue value is 204 (80.08% from 255 or 52.44% from 389); Max value from RGB is 204 - color contains mainly: blue. Hex color #6B4ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B4ECC is #94B133. Grayscale: #646464. Windows color (decimal): -9744692 or 13389419. OLE color: 13389419.
HSL color Cylindrical-coordinate representation of color #6B4ECC: hue angle of 253.81º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6B4ECC is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 107 | 78 | 204 | - |
| CMYK | 0.48 | 0.62 | 0 | 0.2 |
| HSL | 253.81º | 0.55% | 0.55% | - |
| HSV(B) | 253.81º | 0.62% | 0.8% | - |
| XYZ | 19.69 | 12.93 | 58.59 | - |
| YUV | 101.04 | 186.11 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 78 | 204 | 0.48 | 0.62 | 0 | 0.2 | 253.81 | 0.55 | 0.55 |
| Hex | 6B | 4E | CC | 30 | 3E | 0 | 14 | FE | 37 | 37 |
| Octal | 153 | 116 | 314 | 60 | 76 | 0 | 24 | 376 | 67 | 67 |
| Binary | 1101011 | 1001110 | 11001100 | 110000 | 111110 | 0 | 10100 | 11111110 | 110111 | 110111 |
Color Harmonies of #6B4ECC
Complementary color
Monochromatic Colors of #6B4ECC
Black with #6B4ECC
Text Example
Text Example
White with #6B4ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4ECC; }
p { color: rgb(107,78,204); }
H1.HeaderClassName
{
color: #6B4ECC;
}
.AnyTagClassName
{
color: #6B4ECC;
}
</style>
background-color css
<style>
a { background-color: #6B4ECC; }
a { background-color: rgb(107,78,204); }
div.DivClassName
{
background-color: #6B4ECC;
}
.BgClassName
{
background-color: #6B4ECC;
}
</style>
border-color css
<style>
span { border-color: #6B4ECC; }
span { border-color: rgb(107,78,204); }
td.TdClassName
{
border-color: #6B4ECC;
}
.TagClassName
{
border-color: #6B4ECC;
}
</style>