Shades of Slate Blue #6F65D6
Tints of Slate Blue #6F65D6
RGB
CMYK
RGB Variations
Color information
#6F65D6 (or 0x6F65D6) is known color: Slate Blue. HEX triplet: 6F, 65 and D6. RGB value is (111,101,214). Sum of RGB (Red+Green+Blue) = 111+101+214=426 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.06% from 426); Green value is 101 (39.84% from 255 or 23.71% 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 #6F65D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F65D6 is #909A29. Grayscale: #747474. Windows color (decimal): -9476650 or 14050671. OLE color: 14050671.
HSL color Cylindrical-coordinate representation of color #6F65D6: hue angle of 245.31º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F65D6 is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 111 | 101 | 214 | - |
| CMYK | 0.48 | 0.53 | 0 | 0.16 |
| HSL | 245.31º | 0.58% | 0.62% | - |
| HSV(B) | 245.31º | 0.53% | 0.84% | - |
| XYZ | 23.35 | 17.54 | 65.77 | - |
| YUV | 116.87 | 182.81 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 101 | 214 | 0.48 | 0.53 | 0 | 0.16 | 245.31 | 0.58 | 0.62 |
| Hex | 6F | 65 | D6 | 30 | 35 | 0 | 10 | F5 | 3A | 3E |
| Octal | 157 | 145 | 326 | 60 | 65 | 0 | 20 | 365 | 72 | 76 |
| Binary | 1101111 | 1100101 | 11010110 | 110000 | 110101 | 0 | 10000 | 11110101 | 111010 | 111110 |
Color Harmonies of #6F65D6
Complementary color
Monochromatic Colors of #6F65D6
Black with #6F65D6
Text Example
Text Example
White with #6F65D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F65D6; }
p { color: rgb(111,101,214); }
H1.HeaderClassName
{
color: #6F65D6;
}
.AnyTagClassName
{
color: #6F65D6;
}
</style>
background-color css
<style>
a { background-color: #6F65D6; }
a { background-color: rgb(111,101,214); }
div.DivClassName
{
background-color: #6F65D6;
}
.BgClassName
{
background-color: #6F65D6;
}
</style>
border-color css
<style>
span { border-color: #6F65D6; }
span { border-color: rgb(111,101,214); }
td.TdClassName
{
border-color: #6F65D6;
}
.TagClassName
{
border-color: #6F65D6;
}
</style>