Shades of Slate Blue #6253DA
Tints of Slate Blue #6253DA
RGB
CMYK
RGB Variations
Color information
#6253DA (or 0x6253DA) is known color: Slate Blue. HEX triplet: 62, 53 and DA. RGB value is (98,83,218). Sum of RGB (Red+Green+Blue) = 98+83+218=399 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.56% from 399); Green value is 83 (32.81% from 255 or 20.80% from 399); Blue value is 218 (85.55% from 255 or 54.64% from 399); Max value from RGB is 218 - color contains mainly: blue. Hex color #6253DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6253DA is #9DAC25. Grayscale: #666666. Windows color (decimal): -10333222 or 14308194. OLE color: 14308194.
HSL color Cylindrical-coordinate representation of color #6253DA: hue angle of 246.67º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6253DA is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 98 | 83 | 218 | - |
| CMYK | 0.55 | 0.62 | 0 | 0.15 |
| HSL | 246.67º | 0.65% | 0.59% | - |
| HSV(B) | 246.67º | 0.62% | 0.85% | - |
| XYZ | 20.79 | 13.85 | 67.91 | - |
| YUV | 102.88 | 192.97 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 83 | 218 | 0.55 | 0.62 | 0 | 0.15 | 246.67 | 0.65 | 0.59 |
| Hex | 62 | 53 | DA | 37 | 3E | 0 | F | F7 | 41 | 3B |
| Octal | 142 | 123 | 332 | 67 | 76 | 0 | 17 | 367 | 101 | 73 |
| Binary | 1100010 | 1010011 | 11011010 | 110111 | 111110 | 0 | 1111 | 11110111 | 1000001 | 111011 |
Color Harmonies of #6253DA
Complementary color
Monochromatic Colors of #6253DA
Black with #6253DA
Text Example
Text Example
White with #6253DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6253DA; }
p { color: rgb(98,83,218); }
H1.HeaderClassName
{
color: #6253DA;
}
.AnyTagClassName
{
color: #6253DA;
}
</style>
background-color css
<style>
a { background-color: #6253DA; }
a { background-color: rgb(98,83,218); }
div.DivClassName
{
background-color: #6253DA;
}
.BgClassName
{
background-color: #6253DA;
}
</style>
border-color css
<style>
span { border-color: #6253DA; }
span { border-color: rgb(98,83,218); }
td.TdClassName
{
border-color: #6253DA;
}
.TagClassName
{
border-color: #6253DA;
}
</style>