Shades of Slate Blue #6260DF
Tints of Slate Blue #6260DF
RGB
CMYK
RGB Variations
Color information
#6260DF (or 0x6260DF) is known color: Slate Blue. HEX triplet: 62, 60 and DF. RGB value is (98,96,223). Sum of RGB (Red+Green+Blue) = 98+96+223=417 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.50% from 417); Green value is 96 (37.89% from 255 or 23.02% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #6260DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6260DF is #9D9F20. Grayscale: #6E6E6E. Windows color (decimal): -10329889 or 14639202. OLE color: 14639202.
HSL color Cylindrical-coordinate representation of color #6260DF: hue angle of 240.94º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6260DF is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 96 | 223 | - |
| CMYK | 0.56 | 0.57 | 0 | 0.13 |
| HSL | 240.94º | 0.66% | 0.63% | - |
| HSV(B) | 240.94º | 0.57% | 0.87% | - |
| XYZ | 22.54 | 16.29 | 71.77 | - |
| YUV | 111.08 | 191.16 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 96 | 223 | 0.56 | 0.57 | 0 | 0.13 | 240.94 | 0.66 | 0.63 |
| Hex | 62 | 60 | DF | 38 | 39 | 0 | D | F1 | 42 | 3F |
| Octal | 142 | 140 | 337 | 70 | 71 | 0 | 15 | 361 | 102 | 77 |
| Binary | 1100010 | 1100000 | 11011111 | 111000 | 111001 | 0 | 1101 | 11110001 | 1000010 | 111111 |
Color Harmonies of #6260DF
Complementary color
Monochromatic Colors of #6260DF
Black with #6260DF
Text Example
Text Example
White with #6260DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6260DF; }
p { color: rgb(98,96,223); }
H1.HeaderClassName
{
color: #6260DF;
}
.AnyTagClassName
{
color: #6260DF;
}
</style>
background-color css
<style>
a { background-color: #6260DF; }
a { background-color: rgb(98,96,223); }
div.DivClassName
{
background-color: #6260DF;
}
.BgClassName
{
background-color: #6260DF;
}
</style>
border-color css
<style>
span { border-color: #6260DF; }
span { border-color: rgb(98,96,223); }
td.TdClassName
{
border-color: #6260DF;
}
.TagClassName
{
border-color: #6260DF;
}
</style>