Shades of Slate Blue #6260E6
Tints of Slate Blue #6260E6
RGB
CMYK
RGB Variations
Color information
#6260E6 (or 0x6260E6) is known color: Slate Blue. HEX triplet: 62, 60 and E6. RGB value is (98,96,230). Sum of RGB (Red+Green+Blue) = 98+96+230=424 (56% of max value = 765). Red value is 98 (38.67% from 255 or 23.11% from 424); Green value is 96 (37.89% from 255 or 22.64% from 424); Blue value is 230 (90.23% from 255 or 54.25% from 424); Max value from RGB is 230 - color contains mainly: blue. Hex color #6260E6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6260E6 is #9D9F19. Grayscale: #6F6F6F. Windows color (decimal): -10329882 or 15097954. OLE color: 15097954.
HSL color Cylindrical-coordinate representation of color #6260E6: hue angle of 240.9º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6260E6 is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 98 | 96 | 230 | - |
| CMYK | 0.57 | 0.58 | 0 | 0.10 |
| HSL | 240.9º | 0.73% | 0.64% | - |
| HSV(B) | 240.9º | 0.58% | 0.9% | - |
| XYZ | 23.5 | 16.68 | 76.84 | - |
| YUV | 111.87 | 194.66 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 96 | 230 | 0.57 | 0.58 | 0 | 0.10 | 240.9 | 0.73 | 0.64 |
| Hex | 62 | 60 | E6 | 39 | 3A | 0 | A | F1 | 49 | 40 |
| Octal | 142 | 140 | 346 | 71 | 72 | 0 | 12 | 361 | 111 | 100 |
| Binary | 1100010 | 1100000 | 11100110 | 111001 | 111010 | 0 | 1010 | 11110001 | 1001001 | 1000000 |
Color Harmonies of #6260E6
Complementary color
Monochromatic Colors of #6260E6
Black with #6260E6
Text Example
Text Example
White with #6260E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6260E6; }
p { color: rgb(98,96,230); }
H1.HeaderClassName
{
color: #6260E6;
}
.AnyTagClassName
{
color: #6260E6;
}
</style>
background-color css
<style>
a { background-color: #6260E6; }
a { background-color: rgb(98,96,230); }
div.DivClassName
{
background-color: #6260E6;
}
.BgClassName
{
background-color: #6260E6;
}
</style>
border-color css
<style>
span { border-color: #6260E6; }
span { border-color: rgb(98,96,230); }
td.TdClassName
{
border-color: #6260E6;
}
.TagClassName
{
border-color: #6260E6;
}
</style>