Shades of Slate Blue #6253C3
Tints of Slate Blue #6253C3
RGB
CMYK
RGB Variations
Color information
#6253C3 (or 0x6253C3) is known color: Slate Blue. HEX triplet: 62, 53 and C3. RGB value is (98,83,195). Sum of RGB (Red+Green+Blue) = 98+83+195=376 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.06% from 376); Green value is 83 (32.81% from 255 or 22.07% from 376); Blue value is 195 (76.56% from 255 or 51.86% from 376); Max value from RGB is 195 - color contains mainly: blue. Hex color #6253C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6253C3 is #9DAC3C. Grayscale: #636363. Windows color (decimal): -10333245 or 12800866. OLE color: 12800866.
HSL color Cylindrical-coordinate representation of color #6253C3: hue angle of 248.04º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6253C3 is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 98 | 83 | 195 | - |
| CMYK | 0.50 | 0.57 | 0 | 0.24 |
| HSL | 248.04º | 0.48% | 0.55% | - |
| HSV(B) | 248.04º | 0.57% | 0.76% | - |
| XYZ | 17.98 | 12.72 | 53.14 | - |
| YUV | 100.25 | 181.47 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 83 | 195 | 0.50 | 0.57 | 0 | 0.24 | 248.04 | 0.48 | 0.55 |
| Hex | 62 | 53 | C3 | 32 | 39 | 0 | 18 | F8 | 30 | 37 |
| Octal | 142 | 123 | 303 | 62 | 71 | 0 | 30 | 370 | 60 | 67 |
| Binary | 1100010 | 1010011 | 11000011 | 110010 | 111001 | 0 | 11000 | 11111000 | 110000 | 110111 |
Color Harmonies of #6253C3
Complementary color
Monochromatic Colors of #6253C3
Black with #6253C3
Text Example
Text Example
White with #6253C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6253C3; }
p { color: rgb(98,83,195); }
H1.HeaderClassName
{
color: #6253C3;
}
.AnyTagClassName
{
color: #6253C3;
}
</style>
background-color css
<style>
a { background-color: #6253C3; }
a { background-color: rgb(98,83,195); }
div.DivClassName
{
background-color: #6253C3;
}
.BgClassName
{
background-color: #6253C3;
}
</style>
border-color css
<style>
span { border-color: #6253C3; }
span { border-color: rgb(98,83,195); }
td.TdClassName
{
border-color: #6253C3;
}
.TagClassName
{
border-color: #6253C3;
}
</style>