Shades of Slate Blue #6153DA
Tints of Slate Blue #6153DA
RGB
CMYK
RGB Variations
Color information
#6153DA (or 0x6153DA) is known color: Slate Blue. HEX triplet: 61, 53 and DA. RGB value is (97,83,218). Sum of RGB (Red+Green+Blue) = 97+83+218=398 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.37% from 398); Green value is 83 (32.81% from 255 or 20.85% from 398); Blue value is 218 (85.55% from 255 or 54.77% from 398); Max value from RGB is 218 - color contains mainly: blue. Hex color #6153DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6153DA is #9EAC25. Grayscale: #666666. Windows color (decimal): -10398758 or 14308193. OLE color: 14308193.
HSL color Cylindrical-coordinate representation of color #6153DA: hue angle of 246.22º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6153DA is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 83 | 218 | - |
| CMYK | 0.56 | 0.62 | 0 | 0.15 |
| HSL | 246.22º | 0.65% | 0.59% | - |
| HSV(B) | 246.22º | 0.62% | 0.85% | - |
| XYZ | 20.68 | 13.79 | 67.9 | - |
| YUV | 102.58 | 193.14 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 83 | 218 | 0.56 | 0.62 | 0 | 0.15 | 246.22 | 0.65 | 0.59 |
| Hex | 61 | 53 | DA | 38 | 3E | 0 | F | F6 | 41 | 3B |
| Octal | 141 | 123 | 332 | 70 | 76 | 0 | 17 | 366 | 101 | 73 |
| Binary | 1100001 | 1010011 | 11011010 | 111000 | 111110 | 0 | 1111 | 11110110 | 1000001 | 111011 |
Color Harmonies of #6153DA
Complementary color
Monochromatic Colors of #6153DA
Black with #6153DA
Text Example
Text Example
White with #6153DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6153DA; }
p { color: rgb(97,83,218); }
H1.HeaderClassName
{
color: #6153DA;
}
.AnyTagClassName
{
color: #6153DA;
}
</style>
background-color css
<style>
a { background-color: #6153DA; }
a { background-color: rgb(97,83,218); }
div.DivClassName
{
background-color: #6153DA;
}
.BgClassName
{
background-color: #6153DA;
}
</style>
border-color css
<style>
span { border-color: #6153DA; }
span { border-color: rgb(97,83,218); }
td.TdClassName
{
border-color: #6153DA;
}
.TagClassName
{
border-color: #6153DA;
}
</style>