Shades of Slate Blue #6251BF
Tints of Slate Blue #6251BF
RGB
CMYK
RGB Variations
Color information
#6251BF (or 0x6251BF) is known color: Slate Blue. HEX triplet: 62, 51 and BF. RGB value is (98,81,191). Sum of RGB (Red+Green+Blue) = 98+81+191=370 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.49% from 370); Green value is 81 (32.03% from 255 or 21.89% from 370); Blue value is 191 (75% from 255 or 51.62% from 370); Max value from RGB is 191 - color contains mainly: blue. Hex color #6251BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6251BF is #9DAE40. Grayscale: #626262. Windows color (decimal): -10333761 or 12538210. OLE color: 12538210.
HSL color Cylindrical-coordinate representation of color #6251BF: hue angle of 249.27º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6251BF is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 98 | 81 | 191 | - |
| CMYK | 0.49 | 0.58 | 0 | 0.25 |
| HSL | 249.27º | 0.46% | 0.53% | - |
| HSV(B) | 249.27º | 0.58% | 0.75% | - |
| XYZ | 17.38 | 12.24 | 50.74 | - |
| YUV | 98.62 | 180.13 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 81 | 191 | 0.49 | 0.58 | 0 | 0.25 | 249.27 | 0.46 | 0.53 |
| Hex | 62 | 51 | BF | 31 | 3A | 0 | 19 | F9 | 2E | 35 |
| Octal | 142 | 121 | 277 | 61 | 72 | 0 | 31 | 371 | 56 | 65 |
| Binary | 1100010 | 1010001 | 10111111 | 110001 | 111010 | 0 | 11001 | 11111001 | 101110 | 110101 |
Color Harmonies of #6251BF
Complementary color
Monochromatic Colors of #6251BF
Black with #6251BF
Text Example
Text Example
White with #6251BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6251BF; }
p { color: rgb(98,81,191); }
H1.HeaderClassName
{
color: #6251BF;
}
.AnyTagClassName
{
color: #6251BF;
}
</style>
background-color css
<style>
a { background-color: #6251BF; }
a { background-color: rgb(98,81,191); }
div.DivClassName
{
background-color: #6251BF;
}
.BgClassName
{
background-color: #6251BF;
}
</style>
border-color css
<style>
span { border-color: #6251BF; }
span { border-color: rgb(98,81,191); }
td.TdClassName
{
border-color: #6251BF;
}
.TagClassName
{
border-color: #6251BF;
}
</style>