Shades of Slate Blue #6260BE
Tints of Slate Blue #6260BE
RGB
CMYK
RGB Variations
Color information
#6260BE (or 0x6260BE) is known color: Slate Blue. HEX triplet: 62, 60 and BE. RGB value is (98,96,190). Sum of RGB (Red+Green+Blue) = 98+96+190=384 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.52% from 384); Green value is 96 (37.89% from 255 or 25% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #6260BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6260BE is #9D9F41. Grayscale: #6A6A6A. Windows color (decimal): -10329922 or 12476514. OLE color: 12476514.
HSL color Cylindrical-coordinate representation of color #6260BE: hue angle of 241.28º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6260BE is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 98 | 96 | 190 | - |
| CMYK | 0.48 | 0.49 | 0 | 0.25 |
| HSL | 241.28º | 0.42% | 0.56% | - |
| HSV(B) | 241.28º | 0.49% | 0.75% | - |
| XYZ | 18.51 | 14.68 | 50.57 | - |
| YUV | 107.31 | 174.66 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 96 | 190 | 0.48 | 0.49 | 0 | 0.25 | 241.28 | 0.42 | 0.56 |
| Hex | 62 | 60 | BE | 30 | 31 | 0 | 19 | F1 | 2A | 38 |
| Octal | 142 | 140 | 276 | 60 | 61 | 0 | 31 | 361 | 52 | 70 |
| Binary | 1100010 | 1100000 | 10111110 | 110000 | 110001 | 0 | 11001 | 11110001 | 101010 | 111000 |
Color Harmonies of #6260BE
Complementary color
Monochromatic Colors of #6260BE
Black with #6260BE
Text Example
Text Example
White with #6260BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6260BE; }
p { color: rgb(98,96,190); }
H1.HeaderClassName
{
color: #6260BE;
}
.AnyTagClassName
{
color: #6260BE;
}
</style>
background-color css
<style>
a { background-color: #6260BE; }
a { background-color: rgb(98,96,190); }
div.DivClassName
{
background-color: #6260BE;
}
.BgClassName
{
background-color: #6260BE;
}
</style>
border-color css
<style>
span { border-color: #6260BE; }
span { border-color: rgb(98,96,190); }
td.TdClassName
{
border-color: #6260BE;
}
.TagClassName
{
border-color: #6260BE;
}
</style>