Shades of Slate Blue #6A57DD
Tints of Slate Blue #6A57DD
RGB
CMYK
RGB Variations
Color information
#6A57DD (or 0x6A57DD) is known color: Slate Blue. HEX triplet: 6A, 57 and DD. RGB value is (106,87,221). Sum of RGB (Red+Green+Blue) = 106+87+221=414 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.60% from 414); Green value is 87 (34.38% from 255 or 21.01% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #6A57DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A57DD is #95A822. Grayscale: #6B6B6B. Windows color (decimal): -9807907 or 14505834. OLE color: 14505834.
HSL color Cylindrical-coordinate representation of color #6A57DD: hue angle of 248.51º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6A57DD is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 87 | 221 | - |
| CMYK | 0.52 | 0.61 | 0 | 0.13 |
| HSL | 248.51º | 0.66% | 0.6% | - |
| HSV(B) | 248.51º | 0.61% | 0.87% | - |
| XYZ | 22.4 | 15.1 | 70.14 | - |
| YUV | 107.96 | 191.79 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 87 | 221 | 0.52 | 0.61 | 0 | 0.13 | 248.51 | 0.66 | 0.6 |
| Hex | 6A | 57 | DD | 34 | 3D | 0 | D | F9 | 42 | 3C |
| Octal | 152 | 127 | 335 | 64 | 75 | 0 | 15 | 371 | 102 | 74 |
| Binary | 1101010 | 1010111 | 11011101 | 110100 | 111101 | 0 | 1101 | 11111001 | 1000010 | 111100 |
Color Harmonies of #6A57DD
Complementary color
Monochromatic Colors of #6A57DD
Black with #6A57DD
Text Example
Text Example
White with #6A57DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A57DD; }
p { color: rgb(106,87,221); }
H1.HeaderClassName
{
color: #6A57DD;
}
.AnyTagClassName
{
color: #6A57DD;
}
</style>
background-color css
<style>
a { background-color: #6A57DD; }
a { background-color: rgb(106,87,221); }
div.DivClassName
{
background-color: #6A57DD;
}
.BgClassName
{
background-color: #6A57DD;
}
</style>
border-color css
<style>
span { border-color: #6A57DD; }
span { border-color: rgb(106,87,221); }
td.TdClassName
{
border-color: #6A57DD;
}
.TagClassName
{
border-color: #6A57DD;
}
</style>