Shades of Slate Blue #6F6DCB
Tints of Slate Blue #6F6DCB
RGB
CMYK
RGB Variations
Color information
#6F6DCB (or 0x6F6DCB) is known color: Slate Blue. HEX triplet: 6F, 6D and CB. RGB value is (111,109,203). Sum of RGB (Red+Green+Blue) = 111+109+203=423 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.24% from 423); Green value is 109 (42.97% from 255 or 25.77% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #6F6DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F6DCB is #909234. Grayscale: #777777. Windows color (decimal): -9474613 or 13331823. OLE color: 13331823.
HSL color Cylindrical-coordinate representation of color #6F6DCB: hue angle of 241.28º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F6DCB is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 109 | 203 | - |
| CMYK | 0.45 | 0.46 | 0 | 0.20 |
| HSL | 241.28º | 0.47% | 0.61% | - |
| HSV(B) | 241.28º | 0.46% | 0.8% | - |
| XYZ | 22.8 | 18.63 | 58.89 | - |
| YUV | 120.31 | 174.66 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 109 | 203 | 0.45 | 0.46 | 0 | 0.20 | 241.28 | 0.47 | 0.61 |
| Hex | 6F | 6D | CB | 2D | 2E | 0 | 14 | F1 | 2F | 3D |
| Octal | 157 | 155 | 313 | 55 | 56 | 0 | 24 | 361 | 57 | 75 |
| Binary | 1101111 | 1101101 | 11001011 | 101101 | 101110 | 0 | 10100 | 11110001 | 101111 | 111101 |
Color Harmonies of #6F6DCB
Complementary color
Monochromatic Colors of #6F6DCB
Black with #6F6DCB
Text Example
Text Example
White with #6F6DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6DCB; }
p { color: rgb(111,109,203); }
H1.HeaderClassName
{
color: #6F6DCB;
}
.AnyTagClassName
{
color: #6F6DCB;
}
</style>
background-color css
<style>
a { background-color: #6F6DCB; }
a { background-color: rgb(111,109,203); }
div.DivClassName
{
background-color: #6F6DCB;
}
.BgClassName
{
background-color: #6F6DCB;
}
</style>
border-color css
<style>
span { border-color: #6F6DCB; }
span { border-color: rgb(111,109,203); }
td.TdClassName
{
border-color: #6F6DCB;
}
.TagClassName
{
border-color: #6F6DCB;
}
</style>