Shades of Slate Blue #6254DB
Tints of Slate Blue #6254DB
RGB
CMYK
RGB Variations
Color information
#6254DB (or 0x6254DB) is known color: Slate Blue. HEX triplet: 62, 54 and DB. RGB value is (98,84,219). Sum of RGB (Red+Green+Blue) = 98+84+219=401 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.44% from 401); Green value is 84 (33.20% from 255 or 20.95% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #6254DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6254DB is #9DAB24. Grayscale: #676767. Windows color (decimal): -10332965 or 14373986. OLE color: 14373986.
HSL color Cylindrical-coordinate representation of color #6254DB: hue angle of 246.22º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6254DB is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 84 | 219 | - |
| CMYK | 0.55 | 0.62 | 0 | 0.14 |
| HSL | 246.22º | 0.65% | 0.59% | - |
| HSV(B) | 246.22º | 0.62% | 0.86% | - |
| XYZ | 20.99 | 14.05 | 68.62 | - |
| YUV | 103.58 | 193.14 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 84 | 219 | 0.55 | 0.62 | 0 | 0.14 | 246.22 | 0.65 | 0.59 |
| Hex | 62 | 54 | DB | 37 | 3E | 0 | E | F6 | 41 | 3B |
| Octal | 142 | 124 | 333 | 67 | 76 | 0 | 16 | 366 | 101 | 73 |
| Binary | 1100010 | 1010100 | 11011011 | 110111 | 111110 | 0 | 1110 | 11110110 | 1000001 | 111011 |
Color Harmonies of #6254DB
Complementary color
Monochromatic Colors of #6254DB
Black with #6254DB
Text Example
Text Example
White with #6254DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6254DB; }
p { color: rgb(98,84,219); }
H1.HeaderClassName
{
color: #6254DB;
}
.AnyTagClassName
{
color: #6254DB;
}
</style>
background-color css
<style>
a { background-color: #6254DB; }
a { background-color: rgb(98,84,219); }
div.DivClassName
{
background-color: #6254DB;
}
.BgClassName
{
background-color: #6254DB;
}
</style>
border-color css
<style>
span { border-color: #6254DB; }
span { border-color: rgb(98,84,219); }
td.TdClassName
{
border-color: #6254DB;
}
.TagClassName
{
border-color: #6254DB;
}
</style>