Shades of Slate Blue #6260DC
Tints of Slate Blue #6260DC
RGB
CMYK
RGB Variations
Color information
#6260DC (or 0x6260DC) is known color: Slate Blue. HEX triplet: 62, 60 and DC. RGB value is (98,96,220). Sum of RGB (Red+Green+Blue) = 98+96+220=414 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.67% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 220 (86.33% from 255 or 53.14% from 414); Max value from RGB is 220 - color contains mainly: blue. Hex color #6260DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6260DC is #9D9F23. Grayscale: #6E6E6E. Windows color (decimal): -10329892 or 14442594. OLE color: 14442594.
HSL color Cylindrical-coordinate representation of color #6260DC: hue angle of 240.97º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6260DC is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 96 | 220 | - |
| CMYK | 0.55 | 0.56 | 0 | 0.14 |
| HSL | 240.97º | 0.64% | 0.62% | - |
| HSV(B) | 240.97º | 0.56% | 0.86% | - |
| XYZ | 22.14 | 16.13 | 69.66 | - |
| YUV | 110.73 | 189.66 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 96 | 220 | 0.55 | 0.56 | 0 | 0.14 | 240.97 | 0.64 | 0.62 |
| Hex | 62 | 60 | DC | 37 | 38 | 0 | E | F1 | 40 | 3E |
| Octal | 142 | 140 | 334 | 67 | 70 | 0 | 16 | 361 | 100 | 76 |
| Binary | 1100010 | 1100000 | 11011100 | 110111 | 111000 | 0 | 1110 | 11110001 | 1000000 | 111110 |
Color Harmonies of #6260DC
Complementary color
Monochromatic Colors of #6260DC
Black with #6260DC
Text Example
Text Example
White with #6260DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6260DC; }
p { color: rgb(98,96,220); }
H1.HeaderClassName
{
color: #6260DC;
}
.AnyTagClassName
{
color: #6260DC;
}
</style>
background-color css
<style>
a { background-color: #6260DC; }
a { background-color: rgb(98,96,220); }
div.DivClassName
{
background-color: #6260DC;
}
.BgClassName
{
background-color: #6260DC;
}
</style>
border-color css
<style>
span { border-color: #6260DC; }
span { border-color: rgb(98,96,220); }
td.TdClassName
{
border-color: #6260DC;
}
.TagClassName
{
border-color: #6260DC;
}
</style>