Shades of Slate Blue #6F62C6
Tints of Slate Blue #6F62C6
RGB
CMYK
RGB Variations
Color information
#6F62C6 (or 0x6F62C6) is known color: Slate Blue. HEX triplet: 6F, 62 and C6. RGB value is (111,98,198). Sum of RGB (Red+Green+Blue) = 111+98+198=407 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.27% from 407); Green value is 98 (38.67% from 255 or 24.08% from 407); Blue value is 198 (77.73% from 255 or 48.65% from 407); Max value from RGB is 198 - color contains mainly: blue. Hex color #6F62C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F62C6 is #909D39. Grayscale: #707070. Windows color (decimal): -9477434 or 13001327. OLE color: 13001327.
HSL color Cylindrical-coordinate representation of color #6F62C6: hue angle of 247.8º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6F62C6 is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 111 | 98 | 198 | - |
| CMYK | 0.44 | 0.51 | 0 | 0.22 |
| HSL | 247.8º | 0.47% | 0.58% | - |
| HSV(B) | 247.8º | 0.51% | 0.78% | - |
| XYZ | 21.12 | 16.19 | 55.44 | - |
| YUV | 113.29 | 175.81 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 98 | 198 | 0.44 | 0.51 | 0 | 0.22 | 247.8 | 0.47 | 0.58 |
| Hex | 6F | 62 | C6 | 2C | 33 | 0 | 16 | F8 | 2F | 3A |
| Octal | 157 | 142 | 306 | 54 | 63 | 0 | 26 | 370 | 57 | 72 |
| Binary | 1101111 | 1100010 | 11000110 | 101100 | 110011 | 0 | 10110 | 11111000 | 101111 | 111010 |
Color Harmonies of #6F62C6
Complementary color
Monochromatic Colors of #6F62C6
Black with #6F62C6
Text Example
Text Example
White with #6F62C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F62C6; }
p { color: rgb(111,98,198); }
H1.HeaderClassName
{
color: #6F62C6;
}
.AnyTagClassName
{
color: #6F62C6;
}
</style>
background-color css
<style>
a { background-color: #6F62C6; }
a { background-color: rgb(111,98,198); }
div.DivClassName
{
background-color: #6F62C6;
}
.BgClassName
{
background-color: #6F62C6;
}
</style>
border-color css
<style>
span { border-color: #6F62C6; }
span { border-color: rgb(111,98,198); }
td.TdClassName
{
border-color: #6F62C6;
}
.TagClassName
{
border-color: #6F62C6;
}
</style>