Shades of Slate Blue #6151DA
Tints of Slate Blue #6151DA
RGB
CMYK
RGB Variations
Color information
#6151DA (or 0x6151DA) is known color: Slate Blue. HEX triplet: 61, 51 and DA. RGB value is (97,81,218). Sum of RGB (Red+Green+Blue) = 97+81+218=396 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.49% from 396); Green value is 81 (32.03% from 255 or 20.45% from 396); Blue value is 218 (85.55% from 255 or 55.05% from 396); Max value from RGB is 218 - color contains mainly: blue. Hex color #6151DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6151DA is #9EAE25. Grayscale: #646464. Windows color (decimal): -10399270 or 14307681. OLE color: 14307681.
HSL color Cylindrical-coordinate representation of color #6151DA: hue angle of 247.01º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6151DA is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 81 | 218 | - |
| CMYK | 0.56 | 0.63 | 0 | 0.15 |
| HSL | 247.01º | 0.65% | 0.59% | - |
| HSV(B) | 247.01º | 0.63% | 0.85% | - |
| XYZ | 20.53 | 13.49 | 67.85 | - |
| YUV | 101.4 | 193.8 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 81 | 218 | 0.56 | 0.63 | 0 | 0.15 | 247.01 | 0.65 | 0.59 |
| Hex | 61 | 51 | DA | 38 | 3F | 0 | F | F7 | 41 | 3B |
| Octal | 141 | 121 | 332 | 70 | 77 | 0 | 17 | 367 | 101 | 73 |
| Binary | 1100001 | 1010001 | 11011010 | 111000 | 111111 | 0 | 1111 | 11110111 | 1000001 | 111011 |
Color Harmonies of #6151DA
Complementary color
Monochromatic Colors of #6151DA
Black with #6151DA
Text Example
Text Example
White with #6151DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6151DA; }
p { color: rgb(97,81,218); }
H1.HeaderClassName
{
color: #6151DA;
}
.AnyTagClassName
{
color: #6151DA;
}
</style>
background-color css
<style>
a { background-color: #6151DA; }
a { background-color: rgb(97,81,218); }
div.DivClassName
{
background-color: #6151DA;
}
.BgClassName
{
background-color: #6151DA;
}
</style>
border-color css
<style>
span { border-color: #6151DA; }
span { border-color: rgb(97,81,218); }
td.TdClassName
{
border-color: #6151DA;
}
.TagClassName
{
border-color: #6151DA;
}
</style>