Shades of Slate Blue #6D62BF
Tints of Slate Blue #6D62BF
RGB
CMYK
RGB Variations
Color information
#6D62BF (or 0x6D62BF) is known color: Slate Blue. HEX triplet: 6D, 62 and BF. RGB value is (109,98,191). Sum of RGB (Red+Green+Blue) = 109+98+191=398 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.39% from 398); Green value is 98 (38.67% from 255 or 24.62% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #6D62BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D62BF is #929D40. Grayscale: #6F6F6F. Windows color (decimal): -9608513 or 12542573. OLE color: 12542573.
HSL color Cylindrical-coordinate representation of color #6D62BF: hue angle of 247.1º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6D62BF is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 109 | 98 | 191 | - |
| CMYK | 0.43 | 0.49 | 0 | 0.25 |
| HSL | 247.1º | 0.42% | 0.57% | - |
| HSV(B) | 247.1º | 0.49% | 0.75% | - |
| XYZ | 20.08 | 15.75 | 51.27 | - |
| YUV | 111.89 | 172.64 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 98 | 191 | 0.43 | 0.49 | 0 | 0.25 | 247.1 | 0.42 | 0.57 |
| Hex | 6D | 62 | BF | 2B | 31 | 0 | 19 | F7 | 2A | 39 |
| Octal | 155 | 142 | 277 | 53 | 61 | 0 | 31 | 367 | 52 | 71 |
| Binary | 1101101 | 1100010 | 10111111 | 101011 | 110001 | 0 | 11001 | 11110111 | 101010 | 111001 |
Color Harmonies of #6D62BF
Complementary color
Monochromatic Colors of #6D62BF
Black with #6D62BF
Text Example
Text Example
White with #6D62BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D62BF; }
p { color: rgb(109,98,191); }
H1.HeaderClassName
{
color: #6D62BF;
}
.AnyTagClassName
{
color: #6D62BF;
}
</style>
background-color css
<style>
a { background-color: #6D62BF; }
a { background-color: rgb(109,98,191); }
div.DivClassName
{
background-color: #6D62BF;
}
.BgClassName
{
background-color: #6D62BF;
}
</style>
border-color css
<style>
span { border-color: #6D62BF; }
span { border-color: rgb(109,98,191); }
td.TdClassName
{
border-color: #6D62BF;
}
.TagClassName
{
border-color: #6D62BF;
}
</style>