Shades of Slate Blue #6253CB
Tints of Slate Blue #6253CB
RGB
CMYK
RGB Variations
Color information
#6253CB (or 0x6253CB) is known color: Slate Blue. HEX triplet: 62, 53 and CB. RGB value is (98,83,203). Sum of RGB (Red+Green+Blue) = 98+83+203=384 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.52% from 384); Green value is 83 (32.81% from 255 or 21.61% from 384); Blue value is 203 (79.69% from 255 or 52.86% from 384); Max value from RGB is 203 - color contains mainly: blue. Hex color #6253CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6253CB is #9DAC34. Grayscale: #646464. Windows color (decimal): -10333237 or 13325154. OLE color: 13325154.
HSL color Cylindrical-coordinate representation of color #6253CB: hue angle of 247.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6253CB is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 83 | 203 | - |
| CMYK | 0.52 | 0.59 | 0 | 0.20 |
| HSL | 247.5º | 0.54% | 0.56% | - |
| HSV(B) | 247.5º | 0.59% | 0.8% | - |
| XYZ | 18.91 | 13.09 | 58.03 | - |
| YUV | 101.17 | 185.47 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 83 | 203 | 0.52 | 0.59 | 0 | 0.20 | 247.5 | 0.54 | 0.56 |
| Hex | 62 | 53 | CB | 34 | 3B | 0 | 14 | F8 | 36 | 38 |
| Octal | 142 | 123 | 313 | 64 | 73 | 0 | 24 | 370 | 66 | 70 |
| Binary | 1100010 | 1010011 | 11001011 | 110100 | 111011 | 0 | 10100 | 11111000 | 110110 | 111000 |
Color Harmonies of #6253CB
Complementary color
Monochromatic Colors of #6253CB
Black with #6253CB
Text Example
Text Example
White with #6253CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6253CB; }
p { color: rgb(98,83,203); }
H1.HeaderClassName
{
color: #6253CB;
}
.AnyTagClassName
{
color: #6253CB;
}
</style>
background-color css
<style>
a { background-color: #6253CB; }
a { background-color: rgb(98,83,203); }
div.DivClassName
{
background-color: #6253CB;
}
.BgClassName
{
background-color: #6253CB;
}
</style>
border-color css
<style>
span { border-color: #6253CB; }
span { border-color: rgb(98,83,203); }
td.TdClassName
{
border-color: #6253CB;
}
.TagClassName
{
border-color: #6253CB;
}
</style>