Shades of Slate Blue #6B4ECB
Tints of Slate Blue #6B4ECB
RGB
CMYK
RGB Variations
Color information
#6B4ECB (or 0x6B4ECB) is known color: Slate Blue. HEX triplet: 6B, 4E and CB. RGB value is (107,78,203). Sum of RGB (Red+Green+Blue) = 107+78+203=388 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.58% from 388); Green value is 78 (30.86% from 255 or 20.10% from 388); Blue value is 203 (79.69% from 255 or 52.32% from 388); Max value from RGB is 203 - color contains mainly: blue. Hex color #6B4ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B4ECB is #94B134. Grayscale: #646464. Windows color (decimal): -9744693 or 13323883. OLE color: 13323883.
HSL color Cylindrical-coordinate representation of color #6B4ECB: hue angle of 253.92º 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 #6B4ECB is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 78 | 203 | - |
| CMYK | 0.47 | 0.62 | 0 | 0.20 |
| HSL | 253.92º | 0.55% | 0.55% | - |
| HSV(B) | 253.92º | 0.62% | 0.8% | - |
| XYZ | 19.57 | 12.89 | 57.96 | - |
| YUV | 100.92 | 185.61 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 78 | 203 | 0.47 | 0.62 | 0 | 0.20 | 253.92 | 0.55 | 0.55 |
| Hex | 6B | 4E | CB | 2F | 3E | 0 | 14 | FE | 37 | 37 |
| Octal | 153 | 116 | 313 | 57 | 76 | 0 | 24 | 376 | 67 | 67 |
| Binary | 1101011 | 1001110 | 11001011 | 101111 | 111110 | 0 | 10100 | 11111110 | 110111 | 110111 |
Color Harmonies of #6B4ECB
Complementary color
Monochromatic Colors of #6B4ECB
Black with #6B4ECB
Text Example
Text Example
White with #6B4ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4ECB; }
p { color: rgb(107,78,203); }
H1.HeaderClassName
{
color: #6B4ECB;
}
.AnyTagClassName
{
color: #6B4ECB;
}
</style>
background-color css
<style>
a { background-color: #6B4ECB; }
a { background-color: rgb(107,78,203); }
div.DivClassName
{
background-color: #6B4ECB;
}
.BgClassName
{
background-color: #6B4ECB;
}
</style>
border-color css
<style>
span { border-color: #6B4ECB; }
span { border-color: rgb(107,78,203); }
td.TdClassName
{
border-color: #6B4ECB;
}
.TagClassName
{
border-color: #6B4ECB;
}
</style>