Shades of Slate Blue #6255DC
Tints of Slate Blue #6255DC
RGB
CMYK
RGB Variations
Color information
#6255DC (or 0x6255DC) is known color: Slate Blue. HEX triplet: 62, 55 and DC. RGB value is (98,85,220). Sum of RGB (Red+Green+Blue) = 98+85+220=403 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.32% from 403); Green value is 85 (33.59% from 255 or 21.09% from 403); Blue value is 220 (86.33% from 255 or 54.59% from 403); Max value from RGB is 220 - color contains mainly: blue. Hex color #6255DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6255DC is #9DAA23. Grayscale: #676767. Windows color (decimal): -10332708 or 14439778. OLE color: 14439778.
HSL color Cylindrical-coordinate representation of color #6255DC: hue angle of 245.78º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6255DC is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 85 | 220 | - |
| CMYK | 0.55 | 0.61 | 0 | 0.14 |
| HSL | 245.78º | 0.66% | 0.6% | - |
| HSV(B) | 245.78º | 0.61% | 0.86% | - |
| XYZ | 21.2 | 14.26 | 69.35 | - |
| YUV | 104.28 | 193.31 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 85 | 220 | 0.55 | 0.61 | 0 | 0.14 | 245.78 | 0.66 | 0.6 |
| Hex | 62 | 55 | DC | 37 | 3D | 0 | E | F6 | 42 | 3C |
| Octal | 142 | 125 | 334 | 67 | 75 | 0 | 16 | 366 | 102 | 74 |
| Binary | 1100010 | 1010101 | 11011100 | 110111 | 111101 | 0 | 1110 | 11110110 | 1000010 | 111100 |
Color Harmonies of #6255DC
Complementary color
Monochromatic Colors of #6255DC
Black with #6255DC
Text Example
Text Example
White with #6255DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6255DC; }
p { color: rgb(98,85,220); }
H1.HeaderClassName
{
color: #6255DC;
}
.AnyTagClassName
{
color: #6255DC;
}
</style>
background-color css
<style>
a { background-color: #6255DC; }
a { background-color: rgb(98,85,220); }
div.DivClassName
{
background-color: #6255DC;
}
.BgClassName
{
background-color: #6255DC;
}
</style>
border-color css
<style>
span { border-color: #6255DC; }
span { border-color: rgb(98,85,220); }
td.TdClassName
{
border-color: #6255DC;
}
.TagClassName
{
border-color: #6255DC;
}
</style>