Shades of Slate Blue #6F67DC
Tints of Slate Blue #6F67DC
RGB
CMYK
RGB Variations
Color information
#6F67DC (or 0x6F67DC) is known color: Slate Blue. HEX triplet: 6F, 67 and DC. RGB value is (111,103,220). Sum of RGB (Red+Green+Blue) = 111+103+220=434 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.58% from 434); Green value is 103 (40.62% from 255 or 23.73% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #6F67DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F67DC is #909823. Grayscale: #767676. Windows color (decimal): -9476132 or 14444399. OLE color: 14444399.
HSL color Cylindrical-coordinate representation of color #6F67DC: hue angle of 244.1º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F67DC is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 103 | 220 | - |
| CMYK | 0.50 | 0.53 | 0 | 0.14 |
| HSL | 244.1º | 0.63% | 0.63% | - |
| HSV(B) | 244.1º | 0.53% | 0.86% | - |
| XYZ | 24.32 | 18.25 | 69.95 | - |
| YUV | 118.73 | 185.15 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 103 | 220 | 0.50 | 0.53 | 0 | 0.14 | 244.1 | 0.63 | 0.63 |
| Hex | 6F | 67 | DC | 32 | 35 | 0 | E | F4 | 3F | 3F |
| Octal | 157 | 147 | 334 | 62 | 65 | 0 | 16 | 364 | 77 | 77 |
| Binary | 1101111 | 1100111 | 11011100 | 110010 | 110101 | 0 | 1110 | 11110100 | 111111 | 111111 |
Color Harmonies of #6F67DC
Complementary color
Monochromatic Colors of #6F67DC
Black with #6F67DC
Text Example
Text Example
White with #6F67DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F67DC; }
p { color: rgb(111,103,220); }
H1.HeaderClassName
{
color: #6F67DC;
}
.AnyTagClassName
{
color: #6F67DC;
}
</style>
background-color css
<style>
a { background-color: #6F67DC; }
a { background-color: rgb(111,103,220); }
div.DivClassName
{
background-color: #6F67DC;
}
.BgClassName
{
background-color: #6F67DC;
}
</style>
border-color css
<style>
span { border-color: #6F67DC; }
span { border-color: rgb(111,103,220); }
td.TdClassName
{
border-color: #6F67DC;
}
.TagClassName
{
border-color: #6F67DC;
}
</style>