Shades of Slate Blue #6B69D6
Tints of Slate Blue #6B69D6
RGB
CMYK
RGB Variations
Color information
#6B69D6 (or 0x6B69D6) is known color: Slate Blue. HEX triplet: 6B, 69 and D6. RGB value is (107,105,214). Sum of RGB (Red+Green+Blue) = 107+105+214=426 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.12% from 426); Green value is 105 (41.41% from 255 or 24.65% from 426); Blue value is 214 (83.98% from 255 or 50.23% from 426); Max value from RGB is 214 - color contains mainly: blue. Hex color #6B69D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B69D6 is #949629. Grayscale: #757575. Windows color (decimal): -9737770 or 14051691. OLE color: 14051691.
HSL color Cylindrical-coordinate representation of color #6B69D6: hue angle of 241.1º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6B69D6 is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 107 | 105 | 214 | - |
| CMYK | 0.50 | 0.51 | 0 | 0.16 |
| HSL | 241.1º | 0.57% | 0.63% | - |
| HSV(B) | 241.1º | 0.51% | 0.84% | - |
| XYZ | 23.25 | 18.08 | 65.88 | - |
| YUV | 118.02 | 182.16 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 105 | 214 | 0.50 | 0.51 | 0 | 0.16 | 241.1 | 0.57 | 0.63 |
| Hex | 6B | 69 | D6 | 32 | 33 | 0 | 10 | F1 | 39 | 3F |
| Octal | 153 | 151 | 326 | 62 | 63 | 0 | 20 | 361 | 71 | 77 |
| Binary | 1101011 | 1101001 | 11010110 | 110010 | 110011 | 0 | 10000 | 11110001 | 111001 | 111111 |
Color Harmonies of #6B69D6
Complementary color
Monochromatic Colors of #6B69D6
Black with #6B69D6
Text Example
Text Example
White with #6B69D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B69D6; }
p { color: rgb(107,105,214); }
H1.HeaderClassName
{
color: #6B69D6;
}
.AnyTagClassName
{
color: #6B69D6;
}
</style>
background-color css
<style>
a { background-color: #6B69D6; }
a { background-color: rgb(107,105,214); }
div.DivClassName
{
background-color: #6B69D6;
}
.BgClassName
{
background-color: #6B69D6;
}
</style>
border-color css
<style>
span { border-color: #6B69D6; }
span { border-color: rgb(107,105,214); }
td.TdClassName
{
border-color: #6B69D6;
}
.TagClassName
{
border-color: #6B69D6;
}
</style>