Shades of Slate Blue #6149DD
Tints of Slate Blue #6149DD
RGB
CMYK
RGB Variations
Color information
#6149DD (or 0x6149DD) is known color: Slate Blue. HEX triplet: 61, 49 and DD. RGB value is (97,73,221). Sum of RGB (Red+Green+Blue) = 97+73+221=391 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.81% from 391); Green value is 73 (28.91% from 255 or 18.67% from 391); Blue value is 221 (86.72% from 255 or 56.52% from 391); Max value from RGB is 221 - color contains mainly: blue. Hex color #6149DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6149DD is #9EB622. Grayscale: #606060. Windows color (decimal): -10401315 or 14502241. OLE color: 14502241.
HSL color Cylindrical-coordinate representation of color #6149DD: hue angle of 249.73º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6149DD is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 73 | 221 | - |
| CMYK | 0.56 | 0.67 | 0 | 0.13 |
| HSL | 249.73º | 0.69% | 0.58% | - |
| HSV(B) | 249.73º | 0.67% | 0.87% | - |
| XYZ | 20.36 | 12.53 | 69.75 | - |
| YUV | 97.05 | 197.95 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 73 | 221 | 0.56 | 0.67 | 0 | 0.13 | 249.73 | 0.69 | 0.58 |
| Hex | 61 | 49 | DD | 38 | 43 | 0 | D | FA | 45 | 3A |
| Octal | 141 | 111 | 335 | 70 | 103 | 0 | 15 | 372 | 105 | 72 |
| Binary | 1100001 | 1001001 | 11011101 | 111000 | 1000011 | 0 | 1101 | 11111010 | 1000101 | 111010 |
Color Harmonies of #6149DD
Complementary color
Monochromatic Colors of #6149DD
Black with #6149DD
Text Example
Text Example
White with #6149DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6149DD; }
p { color: rgb(97,73,221); }
H1.HeaderClassName
{
color: #6149DD;
}
.AnyTagClassName
{
color: #6149DD;
}
</style>
background-color css
<style>
a { background-color: #6149DD; }
a { background-color: rgb(97,73,221); }
div.DivClassName
{
background-color: #6149DD;
}
.BgClassName
{
background-color: #6149DD;
}
</style>
border-color css
<style>
span { border-color: #6149DD; }
span { border-color: rgb(97,73,221); }
td.TdClassName
{
border-color: #6149DD;
}
.TagClassName
{
border-color: #6149DD;
}
</style>