Shades of Slate Blue #6255BF
Tints of Slate Blue #6255BF
RGB
CMYK
RGB Variations
Color information
#6255BF (or 0x6255BF) is known color: Slate Blue. HEX triplet: 62, 55 and BF. RGB value is (98,85,191). Sum of RGB (Red+Green+Blue) = 98+85+191=374 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.20% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 191 (75% from 255 or 51.07% from 374); Max value from RGB is 191 - color contains mainly: blue. Hex color #6255BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6255BF is #9DAA40. Grayscale: #646464. Windows color (decimal): -10332737 or 12539234. OLE color: 12539234.
HSL color Cylindrical-coordinate representation of color #6255BF: hue angle of 247.36º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6255BF is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 98 | 85 | 191 | - |
| CMYK | 0.49 | 0.55 | 0 | 0.25 |
| HSL | 247.36º | 0.45% | 0.54% | - |
| HSV(B) | 247.36º | 0.55% | 0.75% | - |
| XYZ | 17.69 | 12.86 | 50.84 | - |
| YUV | 100.97 | 178.81 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 85 | 191 | 0.49 | 0.55 | 0 | 0.25 | 247.36 | 0.45 | 0.54 |
| Hex | 62 | 55 | BF | 31 | 37 | 0 | 19 | F7 | 2D | 36 |
| Octal | 142 | 125 | 277 | 61 | 67 | 0 | 31 | 367 | 55 | 66 |
| Binary | 1100010 | 1010101 | 10111111 | 110001 | 110111 | 0 | 11001 | 11110111 | 101101 | 110110 |
Color Harmonies of #6255BF
Complementary color
Monochromatic Colors of #6255BF
Black with #6255BF
Text Example
Text Example
White with #6255BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6255BF; }
p { color: rgb(98,85,191); }
H1.HeaderClassName
{
color: #6255BF;
}
.AnyTagClassName
{
color: #6255BF;
}
</style>
background-color css
<style>
a { background-color: #6255BF; }
a { background-color: rgb(98,85,191); }
div.DivClassName
{
background-color: #6255BF;
}
.BgClassName
{
background-color: #6255BF;
}
</style>
border-color css
<style>
span { border-color: #6255BF; }
span { border-color: rgb(98,85,191); }
td.TdClassName
{
border-color: #6255BF;
}
.TagClassName
{
border-color: #6255BF;
}
</style>