Shades of Slate Blue #6F58DD
Tints of Slate Blue #6F58DD
RGB
CMYK
RGB Variations
Color information
#6F58DD (or 0x6F58DD) is known color: Slate Blue. HEX triplet: 6F, 58 and DD. RGB value is (111,88,221). Sum of RGB (Red+Green+Blue) = 111+88+221=420 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.43% from 420); Green value is 88 (34.77% from 255 or 20.95% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #6F58DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F58DD is #90A722. Grayscale: #6D6D6D. Windows color (decimal): -9479971 or 14506095. OLE color: 14506095.
HSL color Cylindrical-coordinate representation of color #6F58DD: hue angle of 250.38º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F58DD is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 88 | 221 | - |
| CMYK | 0.50 | 0.60 | 0 | 0.13 |
| HSL | 250.38º | 0.66% | 0.61% | - |
| HSV(B) | 250.38º | 0.6% | 0.87% | - |
| XYZ | 23.1 | 15.58 | 70.2 | - |
| YUV | 110.04 | 190.62 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 88 | 221 | 0.50 | 0.60 | 0 | 0.13 | 250.38 | 0.66 | 0.61 |
| Hex | 6F | 58 | DD | 32 | 3C | 0 | D | FA | 42 | 3D |
| Octal | 157 | 130 | 335 | 62 | 74 | 0 | 15 | 372 | 102 | 75 |
| Binary | 1101111 | 1011000 | 11011101 | 110010 | 111100 | 0 | 1101 | 11111010 | 1000010 | 111101 |
Color Harmonies of #6F58DD
Complementary color
Monochromatic Colors of #6F58DD
Black with #6F58DD
Text Example
Text Example
White with #6F58DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F58DD; }
p { color: rgb(111,88,221); }
H1.HeaderClassName
{
color: #6F58DD;
}
.AnyTagClassName
{
color: #6F58DD;
}
</style>
background-color css
<style>
a { background-color: #6F58DD; }
a { background-color: rgb(111,88,221); }
div.DivClassName
{
background-color: #6F58DD;
}
.BgClassName
{
background-color: #6F58DD;
}
</style>
border-color css
<style>
span { border-color: #6F58DD; }
span { border-color: rgb(111,88,221); }
td.TdClassName
{
border-color: #6F58DD;
}
.TagClassName
{
border-color: #6F58DD;
}
</style>