Shades of Slate Blue #6F5ACB
Tints of Slate Blue #6F5ACB
RGB
CMYK
RGB Variations
Color information
#6F5ACB (or 0x6F5ACB) is known color: Slate Blue. HEX triplet: 6F, 5A and CB. RGB value is (111,90,203). Sum of RGB (Red+Green+Blue) = 111+90+203=404 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.48% from 404); Green value is 90 (35.55% from 255 or 22.28% from 404); Blue value is 203 (79.69% from 255 or 50.25% from 404); Max value from RGB is 203 - color contains mainly: blue. Hex color #6F5ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F5ACB is #90A534. Grayscale: #6C6C6C. Windows color (decimal): -9479477 or 13326959. OLE color: 13326959.
HSL color Cylindrical-coordinate representation of color #6F5ACB: hue angle of 251.15º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F5ACB is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 90 | 203 | - |
| CMYK | 0.45 | 0.56 | 0 | 0.20 |
| HSL | 251.15º | 0.52% | 0.57% | - |
| HSV(B) | 251.15º | 0.56% | 0.8% | - |
| XYZ | 20.99 | 15 | 58.29 | - |
| YUV | 109.16 | 180.96 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 90 | 203 | 0.45 | 0.56 | 0 | 0.20 | 251.15 | 0.52 | 0.57 |
| Hex | 6F | 5A | CB | 2D | 38 | 0 | 14 | FB | 34 | 39 |
| Octal | 157 | 132 | 313 | 55 | 70 | 0 | 24 | 373 | 64 | 71 |
| Binary | 1101111 | 1011010 | 11001011 | 101101 | 111000 | 0 | 10100 | 11111011 | 110100 | 111001 |
Color Harmonies of #6F5ACB
Complementary color
Monochromatic Colors of #6F5ACB
Black with #6F5ACB
Text Example
Text Example
White with #6F5ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5ACB; }
p { color: rgb(111,90,203); }
H1.HeaderClassName
{
color: #6F5ACB;
}
.AnyTagClassName
{
color: #6F5ACB;
}
</style>
background-color css
<style>
a { background-color: #6F5ACB; }
a { background-color: rgb(111,90,203); }
div.DivClassName
{
background-color: #6F5ACB;
}
.BgClassName
{
background-color: #6F5ACB;
}
</style>
border-color css
<style>
span { border-color: #6F5ACB; }
span { border-color: rgb(111,90,203); }
td.TdClassName
{
border-color: #6F5ACB;
}
.TagClassName
{
border-color: #6F5ACB;
}
</style>