Shades of Slate Blue #6250CD
Tints of Slate Blue #6250CD
RGB
CMYK
RGB Variations
Color information
#6250CD (or 0x6250CD) is known color: Slate Blue. HEX triplet: 62, 50 and CD. RGB value is (98,80,205). Sum of RGB (Red+Green+Blue) = 98+80+205=383 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.59% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 205 (80.47% from 255 or 53.52% from 383); Max value from RGB is 205 - color contains mainly: blue. Hex color #6250CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6250CD is #9DAF32. Grayscale: #636363. Windows color (decimal): -10334003 or 13455458. OLE color: 13455458.
HSL color Cylindrical-coordinate representation of color #6250CD: hue angle of 248.64º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6250CD is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 80 | 205 | - |
| CMYK | 0.52 | 0.61 | 0 | 0.20 |
| HSL | 248.64º | 0.56% | 0.56% | - |
| HSV(B) | 248.64º | 0.61% | 0.8% | - |
| XYZ | 18.93 | 12.74 | 59.22 | - |
| YUV | 99.63 | 187.46 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 80 | 205 | 0.52 | 0.61 | 0 | 0.20 | 248.64 | 0.56 | 0.56 |
| Hex | 62 | 50 | CD | 34 | 3D | 0 | 14 | F9 | 38 | 38 |
| Octal | 142 | 120 | 315 | 64 | 75 | 0 | 24 | 371 | 70 | 70 |
| Binary | 1100010 | 1010000 | 11001101 | 110100 | 111101 | 0 | 10100 | 11111001 | 111000 | 111000 |
Color Harmonies of #6250CD
Complementary color
Monochromatic Colors of #6250CD
Black with #6250CD
Text Example
Text Example
White with #6250CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6250CD; }
p { color: rgb(98,80,205); }
H1.HeaderClassName
{
color: #6250CD;
}
.AnyTagClassName
{
color: #6250CD;
}
</style>
background-color css
<style>
a { background-color: #6250CD; }
a { background-color: rgb(98,80,205); }
div.DivClassName
{
background-color: #6250CD;
}
.BgClassName
{
background-color: #6250CD;
}
</style>
border-color css
<style>
span { border-color: #6250CD; }
span { border-color: rgb(98,80,205); }
td.TdClassName
{
border-color: #6250CD;
}
.TagClassName
{
border-color: #6250CD;
}
</style>