Shades of Slate Blue #6260D6
Tints of Slate Blue #6260D6
RGB
CMYK
RGB Variations
Color information
#6260D6 (or 0x6260D6) is known color: Slate Blue. HEX triplet: 62, 60 and D6. RGB value is (98,96,214). Sum of RGB (Red+Green+Blue) = 98+96+214=408 (54% of max value = 765). Red value is 98 (38.67% from 255 or 24.02% from 408); Green value is 96 (37.89% from 255 or 23.53% from 408); Blue value is 214 (83.98% from 255 or 52.45% from 408); Max value from RGB is 214 - color contains mainly: blue. Hex color #6260D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6260D6 is #9D9F29. Grayscale: #6D6D6D. Windows color (decimal): -10329898 or 14049378. OLE color: 14049378.
HSL color Cylindrical-coordinate representation of color #6260D6: hue angle of 241.02º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6260D6 is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 98 | 96 | 214 | - |
| CMYK | 0.54 | 0.55 | 0 | 0.16 |
| HSL | 241.02º | 0.59% | 0.61% | - |
| HSV(B) | 241.02º | 0.55% | 0.84% | - |
| XYZ | 21.36 | 15.82 | 65.55 | - |
| YUV | 110.05 | 186.66 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 96 | 214 | 0.54 | 0.55 | 0 | 0.16 | 241.02 | 0.59 | 0.61 |
| Hex | 62 | 60 | D6 | 36 | 37 | 0 | 10 | F1 | 3B | 3D |
| Octal | 142 | 140 | 326 | 66 | 67 | 0 | 20 | 361 | 73 | 75 |
| Binary | 1100010 | 1100000 | 11010110 | 110110 | 110111 | 0 | 10000 | 11110001 | 111011 | 111101 |
Color Harmonies of #6260D6
Complementary color
Monochromatic Colors of #6260D6
Black with #6260D6
Text Example
Text Example
White with #6260D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6260D6; }
p { color: rgb(98,96,214); }
H1.HeaderClassName
{
color: #6260D6;
}
.AnyTagClassName
{
color: #6260D6;
}
</style>
background-color css
<style>
a { background-color: #6260D6; }
a { background-color: rgb(98,96,214); }
div.DivClassName
{
background-color: #6260D6;
}
.BgClassName
{
background-color: #6260D6;
}
</style>
border-color css
<style>
span { border-color: #6260D6; }
span { border-color: rgb(98,96,214); }
td.TdClassName
{
border-color: #6260D6;
}
.TagClassName
{
border-color: #6260D6;
}
</style>