Shades of Slate Blue #6F68D6
Tints of Slate Blue #6F68D6
RGB
CMYK
RGB Variations
Color information
#6F68D6 (or 0x6F68D6) is known color: Slate Blue. HEX triplet: 6F, 68 and D6. RGB value is (111,104,214). Sum of RGB (Red+Green+Blue) = 111+104+214=429 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.87% from 429); Green value is 104 (41.02% from 255 or 24.24% from 429); Blue value is 214 (83.98% from 255 or 49.88% from 429); Max value from RGB is 214 - color contains mainly: blue. Hex color #6F68D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F68D6 is #909729. Grayscale: #767676. Windows color (decimal): -9475882 or 14051439. OLE color: 14051439.
HSL color Cylindrical-coordinate representation of color #6F68D6: hue angle of 243.82º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6F68D6 is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 111 | 104 | 214 | - |
| CMYK | 0.48 | 0.51 | 0 | 0.16 |
| HSL | 243.82º | 0.57% | 0.62% | - |
| HSV(B) | 243.82º | 0.51% | 0.84% | - |
| XYZ | 23.64 | 18.14 | 65.87 | - |
| YUV | 118.63 | 181.82 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 104 | 214 | 0.48 | 0.51 | 0 | 0.16 | 243.82 | 0.57 | 0.62 |
| Hex | 6F | 68 | D6 | 30 | 33 | 0 | 10 | F4 | 39 | 3E |
| Octal | 157 | 150 | 326 | 60 | 63 | 0 | 20 | 364 | 71 | 76 |
| Binary | 1101111 | 1101000 | 11010110 | 110000 | 110011 | 0 | 10000 | 11110100 | 111001 | 111110 |
Color Harmonies of #6F68D6
Complementary color
Monochromatic Colors of #6F68D6
Black with #6F68D6
Text Example
Text Example
White with #6F68D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F68D6; }
p { color: rgb(111,104,214); }
H1.HeaderClassName
{
color: #6F68D6;
}
.AnyTagClassName
{
color: #6F68D6;
}
</style>
background-color css
<style>
a { background-color: #6F68D6; }
a { background-color: rgb(111,104,214); }
div.DivClassName
{
background-color: #6F68D6;
}
.BgClassName
{
background-color: #6F68D6;
}
</style>
border-color css
<style>
span { border-color: #6F68D6; }
span { border-color: rgb(111,104,214); }
td.TdClassName
{
border-color: #6F68D6;
}
.TagClassName
{
border-color: #6F68D6;
}
</style>