Shades of Slate Blue #6253C8
Tints of Slate Blue #6253C8
RGB
CMYK
RGB Variations
Color information
#6253C8 (or 0x6253C8) is known color: Slate Blue. HEX triplet: 62, 53 and C8. RGB value is (98,83,200). Sum of RGB (Red+Green+Blue) = 98+83+200=381 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.72% from 381); Green value is 83 (32.81% from 255 or 21.78% from 381); Blue value is 200 (78.52% from 255 or 52.49% from 381); Max value from RGB is 200 - color contains mainly: blue. Hex color #6253C8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6253C8 is #9DAC37. Grayscale: #646464. Windows color (decimal): -10333240 or 13128546. OLE color: 13128546.
HSL color Cylindrical-coordinate representation of color #6253C8: hue angle of 247.69º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6253C8 is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 98 | 83 | 200 | - |
| CMYK | 0.51 | 0.58 | 0 | 0.22 |
| HSL | 247.69º | 0.52% | 0.55% | - |
| HSV(B) | 247.69º | 0.59% | 0.78% | - |
| XYZ | 18.56 | 12.95 | 56.17 | - |
| YUV | 100.82 | 183.97 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 83 | 200 | 0.51 | 0.58 | 0 | 0.22 | 247.69 | 0.52 | 0.55 |
| Hex | 62 | 53 | C8 | 33 | 3A | 0 | 16 | F8 | 34 | 37 |
| Octal | 142 | 123 | 310 | 63 | 72 | 0 | 26 | 370 | 64 | 67 |
| Binary | 1100010 | 1010011 | 11001000 | 110011 | 111010 | 0 | 10110 | 11111000 | 110100 | 110111 |
Color Harmonies of #6253C8
Complementary color
Monochromatic Colors of #6253C8
Black with #6253C8
Text Example
Text Example
White with #6253C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6253C8; }
p { color: rgb(98,83,200); }
H1.HeaderClassName
{
color: #6253C8;
}
.AnyTagClassName
{
color: #6253C8;
}
</style>
background-color css
<style>
a { background-color: #6253C8; }
a { background-color: rgb(98,83,200); }
div.DivClassName
{
background-color: #6253C8;
}
.BgClassName
{
background-color: #6253C8;
}
</style>
border-color css
<style>
span { border-color: #6253C8; }
span { border-color: rgb(98,83,200); }
td.TdClassName
{
border-color: #6253C8;
}
.TagClassName
{
border-color: #6253C8;
}
</style>