Shades of Slate Blue #6F44CB
Tints of Slate Blue #6F44CB
RGB
CMYK
RGB Variations
Color information
#6F44CB (or 0x6F44CB) is known color: Slate Blue. HEX triplet: 6F, 44 and CB. RGB value is (111,68,203). Sum of RGB (Red+Green+Blue) = 111+68+203=382 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.06% from 382); Green value is 68 (26.95% from 255 or 17.80% from 382); Blue value is 203 (79.69% from 255 or 53.14% from 382); Max value from RGB is 203 - color contains mainly: blue. Hex color #6F44CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F44CB is #90BB34. Grayscale: #5F5F5F. Windows color (decimal): -9485109 or 13321327. OLE color: 13321327.
HSL color Cylindrical-coordinate representation of color #6F44CB: hue angle of 259.11º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6F44CB is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 68 | 203 | - |
| CMYK | 0.45 | 0.67 | 0 | 0.20 |
| HSL | 259.11º | 0.56% | 0.53% | - |
| HSV(B) | 259.11º | 0.67% | 0.8% | - |
| XYZ | 19.4 | 11.83 | 57.76 | - |
| YUV | 96.25 | 188.25 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 68 | 203 | 0.45 | 0.67 | 0 | 0.20 | 259.11 | 0.56 | 0.53 |
| Hex | 6F | 44 | CB | 2D | 43 | 0 | 14 | 103 | 38 | 35 |
| Octal | 157 | 104 | 313 | 55 | 103 | 0 | 24 | 403 | 70 | 65 |
| Binary | 1101111 | 1000100 | 11001011 | 101101 | 1000011 | 0 | 10100 | 100000011 | 111000 | 110101 |
Color Harmonies of #6F44CB
Complementary color
Monochromatic Colors of #6F44CB
Black with #6F44CB
Text Example
Text Example
White with #6F44CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F44CB; }
p { color: rgb(111,68,203); }
H1.HeaderClassName
{
color: #6F44CB;
}
.AnyTagClassName
{
color: #6F44CB;
}
</style>
background-color css
<style>
a { background-color: #6F44CB; }
a { background-color: rgb(111,68,203); }
div.DivClassName
{
background-color: #6F44CB;
}
.BgClassName
{
background-color: #6F44CB;
}
</style>
border-color css
<style>
span { border-color: #6F44CB; }
span { border-color: rgb(111,68,203); }
td.TdClassName
{
border-color: #6F44CB;
}
.TagClassName
{
border-color: #6F44CB;
}
</style>