Shades of Slate Blue #6260D0
Tints of Slate Blue #6260D0
RGB
CMYK
RGB Variations
Color information
#6260D0 (or 0x6260D0) is known color: Slate Blue. HEX triplet: 62, 60 and D0. RGB value is (98,96,208). Sum of RGB (Red+Green+Blue) = 98+96+208=402 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.38% from 402); Green value is 96 (37.89% from 255 or 23.88% from 402); Blue value is 208 (81.64% from 255 or 51.74% from 402); Max value from RGB is 208 - color contains mainly: blue. Hex color #6260D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6260D0 is #9D9F2F. Grayscale: #6C6C6C. Windows color (decimal): -10329904 or 13656162. OLE color: 13656162.
HSL color Cylindrical-coordinate representation of color #6260D0: hue angle of 241.07º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6260D0 is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 98 | 96 | 208 | - |
| CMYK | 0.53 | 0.54 | 0 | 0.18 |
| HSL | 241.07º | 0.54% | 0.6% | - |
| HSV(B) | 241.07º | 0.54% | 0.82% | - |
| XYZ | 20.61 | 15.52 | 61.58 | - |
| YUV | 109.37 | 183.66 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 96 | 208 | 0.53 | 0.54 | 0 | 0.18 | 241.07 | 0.54 | 0.6 |
| Hex | 62 | 60 | D0 | 35 | 36 | 0 | 12 | F1 | 36 | 3C |
| Octal | 142 | 140 | 320 | 65 | 66 | 0 | 22 | 361 | 66 | 74 |
| Binary | 1100010 | 1100000 | 11010000 | 110101 | 110110 | 0 | 10010 | 11110001 | 110110 | 111100 |
Color Harmonies of #6260D0
Complementary color
Monochromatic Colors of #6260D0
Black with #6260D0
Text Example
Text Example
White with #6260D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6260D0; }
p { color: rgb(98,96,208); }
H1.HeaderClassName
{
color: #6260D0;
}
.AnyTagClassName
{
color: #6260D0;
}
</style>
background-color css
<style>
a { background-color: #6260D0; }
a { background-color: rgb(98,96,208); }
div.DivClassName
{
background-color: #6260D0;
}
.BgClassName
{
background-color: #6260D0;
}
</style>
border-color css
<style>
span { border-color: #6260D0; }
span { border-color: rgb(98,96,208); }
td.TdClassName
{
border-color: #6260D0;
}
.TagClassName
{
border-color: #6260D0;
}
</style>