Shades of Slate Blue #6260C2
Tints of Slate Blue #6260C2
RGB
CMYK
RGB Variations
Color information
#6260C2 (or 0x6260C2) is known color: Slate Blue. HEX triplet: 62, 60 and C2. RGB value is (98,96,194). Sum of RGB (Red+Green+Blue) = 98+96+194=388 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.26% from 388); Green value is 96 (37.89% from 255 or 24.74% from 388); Blue value is 194 (76.17% from 255 or 50% from 388); Max value from RGB is 194 - color contains mainly: blue. Hex color #6260C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6260C2 is #9D9F3D. Grayscale: #6B6B6B. Windows color (decimal): -10329918 or 12738658. OLE color: 12738658.
HSL color Cylindrical-coordinate representation of color #6260C2: hue angle of 241.22º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6260C2 is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 98 | 96 | 194 | - |
| CMYK | 0.49 | 0.51 | 0 | 0.24 |
| HSL | 241.22º | 0.45% | 0.57% | - |
| HSV(B) | 241.22º | 0.51% | 0.76% | - |
| XYZ | 18.96 | 14.86 | 52.91 | - |
| YUV | 107.77 | 176.66 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 96 | 194 | 0.49 | 0.51 | 0 | 0.24 | 241.22 | 0.45 | 0.57 |
| Hex | 62 | 60 | C2 | 31 | 33 | 0 | 18 | F1 | 2D | 39 |
| Octal | 142 | 140 | 302 | 61 | 63 | 0 | 30 | 361 | 55 | 71 |
| Binary | 1100010 | 1100000 | 11000010 | 110001 | 110011 | 0 | 11000 | 11110001 | 101101 | 111001 |
Color Harmonies of #6260C2
Complementary color
Monochromatic Colors of #6260C2
Black with #6260C2
Text Example
Text Example
White with #6260C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6260C2; }
p { color: rgb(98,96,194); }
H1.HeaderClassName
{
color: #6260C2;
}
.AnyTagClassName
{
color: #6260C2;
}
</style>
background-color css
<style>
a { background-color: #6260C2; }
a { background-color: rgb(98,96,194); }
div.DivClassName
{
background-color: #6260C2;
}
.BgClassName
{
background-color: #6260C2;
}
</style>
border-color css
<style>
span { border-color: #6260C2; }
span { border-color: rgb(98,96,194); }
td.TdClassName
{
border-color: #6260C2;
}
.TagClassName
{
border-color: #6260C2;
}
</style>