Shades of Slate Blue #6F4ECB
Tints of Slate Blue #6F4ECB
RGB
CMYK
RGB Variations
Color information
#6F4ECB (or 0x6F4ECB) is known color: Slate Blue. HEX triplet: 6F, 4E and CB. RGB value is (111,78,203). Sum of RGB (Red+Green+Blue) = 111+78+203=392 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.32% from 392); Green value is 78 (30.86% from 255 or 19.90% from 392); Blue value is 203 (79.69% from 255 or 51.79% from 392); Max value from RGB is 203 - color contains mainly: blue. Hex color #6F4ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F4ECB is #90B134. Grayscale: #656565. Windows color (decimal): -9482549 or 13323887. OLE color: 13323887.
HSL color Cylindrical-coordinate representation of color #6F4ECB: hue angle of 255.84º 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 #6F4ECB is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 78 | 203 | - |
| CMYK | 0.45 | 0.62 | 0 | 0.20 |
| HSL | 255.84º | 0.55% | 0.55% | - |
| HSV(B) | 255.84º | 0.62% | 0.8% | - |
| XYZ | 20.06 | 13.14 | 57.98 | - |
| YUV | 102.12 | 184.93 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 78 | 203 | 0.45 | 0.62 | 0 | 0.20 | 255.84 | 0.55 | 0.55 |
| Hex | 6F | 4E | CB | 2D | 3E | 0 | 14 | 100 | 37 | 37 |
| Octal | 157 | 116 | 313 | 55 | 76 | 0 | 24 | 400 | 67 | 67 |
| Binary | 1101111 | 1001110 | 11001011 | 101101 | 111110 | 0 | 10100 | 100000000 | 110111 | 110111 |
Color Harmonies of #6F4ECB
Complementary color
Monochromatic Colors of #6F4ECB
Black with #6F4ECB
Text Example
Text Example
White with #6F4ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4ECB; }
p { color: rgb(111,78,203); }
H1.HeaderClassName
{
color: #6F4ECB;
}
.AnyTagClassName
{
color: #6F4ECB;
}
</style>
background-color css
<style>
a { background-color: #6F4ECB; }
a { background-color: rgb(111,78,203); }
div.DivClassName
{
background-color: #6F4ECB;
}
.BgClassName
{
background-color: #6F4ECB;
}
</style>
border-color css
<style>
span { border-color: #6F4ECB; }
span { border-color: rgb(111,78,203); }
td.TdClassName
{
border-color: #6F4ECB;
}
.TagClassName
{
border-color: #6F4ECB;
}
</style>