Shades of Slate Blue #6F69D5
Tints of Slate Blue #6F69D5
RGB
CMYK
RGB Variations
Color information
#6F69D5 (or 0x6F69D5) is known color: Slate Blue. HEX triplet: 6F, 69 and D5. RGB value is (111,105,213). Sum of RGB (Red+Green+Blue) = 111+105+213=429 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.87% from 429); Green value is 105 (41.41% from 255 or 24.48% from 429); Blue value is 213 (83.59% from 255 or 49.65% from 429); Max value from RGB is 213 - color contains mainly: blue. Hex color #6F69D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F69D5 is #90962A. Grayscale: #767676. Windows color (decimal): -9475627 or 13986159. OLE color: 13986159.
HSL color Cylindrical-coordinate representation of color #6F69D5: hue angle of 243.33º degrees, saturation: 0.56, 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 #6F69D5 is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 111 | 105 | 213 | - |
| CMYK | 0.48 | 0.51 | 0 | 0.16 |
| HSL | 243.33º | 0.56% | 0.62% | - |
| HSV(B) | 243.33º | 0.51% | 0.84% | - |
| XYZ | 23.62 | 18.29 | 65.24 | - |
| YUV | 119.11 | 180.99 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 105 | 213 | 0.48 | 0.51 | 0 | 0.16 | 243.33 | 0.56 | 0.62 |
| Hex | 6F | 69 | D5 | 30 | 33 | 0 | 10 | F3 | 38 | 3E |
| Octal | 157 | 151 | 325 | 60 | 63 | 0 | 20 | 363 | 70 | 76 |
| Binary | 1101111 | 1101001 | 11010101 | 110000 | 110011 | 0 | 10000 | 11110011 | 111000 | 111110 |
Color Harmonies of #6F69D5
Complementary color
Monochromatic Colors of #6F69D5
Black with #6F69D5
Text Example
Text Example
White with #6F69D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F69D5; }
p { color: rgb(111,105,213); }
H1.HeaderClassName
{
color: #6F69D5;
}
.AnyTagClassName
{
color: #6F69D5;
}
</style>
background-color css
<style>
a { background-color: #6F69D5; }
a { background-color: rgb(111,105,213); }
div.DivClassName
{
background-color: #6F69D5;
}
.BgClassName
{
background-color: #6F69D5;
}
</style>
border-color css
<style>
span { border-color: #6F69D5; }
span { border-color: rgb(111,105,213); }
td.TdClassName
{
border-color: #6F69D5;
}
.TagClassName
{
border-color: #6F69D5;
}
</style>