Shades of Slate Blue #6F58C5
Tints of Slate Blue #6F58C5
RGB
CMYK
RGB Variations
Color information
#6F58C5 (or 0x6F58C5) is known color: Slate Blue. HEX triplet: 6F, 58 and C5. RGB value is (111,88,197). Sum of RGB (Red+Green+Blue) = 111+88+197=396 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.03% from 396); Green value is 88 (34.77% from 255 or 22.22% from 396); Blue value is 197 (77.34% from 255 or 49.75% from 396); Max value from RGB is 197 - color contains mainly: blue. Hex color #6F58C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F58C5 is #90A73A. Grayscale: #6A6A6A. Windows color (decimal): -9479995 or 12933231. OLE color: 12933231.
HSL color Cylindrical-coordinate representation of color #6F58C5: hue angle of 252.66º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6F58C5 is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 111 | 88 | 197 | - |
| CMYK | 0.44 | 0.55 | 0 | 0.23 |
| HSL | 252.66º | 0.48% | 0.56% | - |
| HSV(B) | 252.66º | 0.55% | 0.77% | - |
| XYZ | 20.12 | 14.39 | 54.54 | - |
| YUV | 107.3 | 178.62 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 88 | 197 | 0.44 | 0.55 | 0 | 0.23 | 252.66 | 0.48 | 0.56 |
| Hex | 6F | 58 | C5 | 2C | 37 | 0 | 17 | FD | 30 | 38 |
| Octal | 157 | 130 | 305 | 54 | 67 | 0 | 27 | 375 | 60 | 70 |
| Binary | 1101111 | 1011000 | 11000101 | 101100 | 110111 | 0 | 10111 | 11111101 | 110000 | 111000 |
Color Harmonies of #6F58C5
Complementary color
Monochromatic Colors of #6F58C5
Black with #6F58C5
Text Example
Text Example
White with #6F58C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F58C5; }
p { color: rgb(111,88,197); }
H1.HeaderClassName
{
color: #6F58C5;
}
.AnyTagClassName
{
color: #6F58C5;
}
</style>
background-color css
<style>
a { background-color: #6F58C5; }
a { background-color: rgb(111,88,197); }
div.DivClassName
{
background-color: #6F58C5;
}
.BgClassName
{
background-color: #6F58C5;
}
</style>
border-color css
<style>
span { border-color: #6F58C5; }
span { border-color: rgb(111,88,197); }
td.TdClassName
{
border-color: #6F58C5;
}
.TagClassName
{
border-color: #6F58C5;
}
</style>