Shades of Slate Blue #6F5BC9
Tints of Slate Blue #6F5BC9
RGB
CMYK
RGB Variations
Color information
#6F5BC9 (or 0x6F5BC9) is known color: Slate Blue. HEX triplet: 6F, 5B and C9. RGB value is (111,91,201). Sum of RGB (Red+Green+Blue) = 111+91+201=403 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.54% from 403); Green value is 91 (35.94% from 255 or 22.58% from 403); Blue value is 201 (78.91% from 255 or 49.88% from 403); Max value from RGB is 201 - color contains mainly: blue. Hex color #6F5BC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F5BC9 is #90A436. Grayscale: #6D6D6D. Windows color (decimal): -9479223 or 13196143. OLE color: 13196143.
HSL color Cylindrical-coordinate representation of color #6F5BC9: hue angle of 250.91º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6F5BC9 is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 111 | 91 | 201 | - |
| CMYK | 0.45 | 0.55 | 0 | 0.21 |
| HSL | 250.91º | 0.5% | 0.57% | - |
| HSV(B) | 250.91º | 0.55% | 0.79% | - |
| XYZ | 20.84 | 15.08 | 57.07 | - |
| YUV | 109.52 | 179.63 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 91 | 201 | 0.45 | 0.55 | 0 | 0.21 | 250.91 | 0.5 | 0.57 |
| Hex | 6F | 5B | C9 | 2D | 37 | 0 | 15 | FB | 32 | 39 |
| Octal | 157 | 133 | 311 | 55 | 67 | 0 | 25 | 373 | 62 | 71 |
| Binary | 1101111 | 1011011 | 11001001 | 101101 | 110111 | 0 | 10101 | 11111011 | 110010 | 111001 |
Color Harmonies of #6F5BC9
Complementary color
Monochromatic Colors of #6F5BC9
Black with #6F5BC9
Text Example
Text Example
White with #6F5BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5BC9; }
p { color: rgb(111,91,201); }
H1.HeaderClassName
{
color: #6F5BC9;
}
.AnyTagClassName
{
color: #6F5BC9;
}
</style>
background-color css
<style>
a { background-color: #6F5BC9; }
a { background-color: rgb(111,91,201); }
div.DivClassName
{
background-color: #6F5BC9;
}
.BgClassName
{
background-color: #6F5BC9;
}
</style>
border-color css
<style>
span { border-color: #6F5BC9; }
span { border-color: rgb(111,91,201); }
td.TdClassName
{
border-color: #6F5BC9;
}
.TagClassName
{
border-color: #6F5BC9;
}
</style>