Shades of Slate Blue #6F65D5
Tints of Slate Blue #6F65D5
RGB
CMYK
RGB Variations
Color information
#6F65D5 (or 0x6F65D5) is known color: Slate Blue. HEX triplet: 6F, 65 and D5. RGB value is (111,101,213). Sum of RGB (Red+Green+Blue) = 111+101+213=425 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.12% from 425); Green value is 101 (39.84% from 255 or 23.76% from 425); Blue value is 213 (83.59% from 255 or 50.12% from 425); Max value from RGB is 213 - color contains mainly: blue. Hex color #6F65D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F65D5 is #909A2A. Grayscale: #747474. Windows color (decimal): -9476651 or 13985135. OLE color: 13985135.
HSL color Cylindrical-coordinate representation of color #6F65D5: hue angle of 245.36º degrees, saturation: 0.57, 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 #6F65D5 is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 111 | 101 | 213 | - |
| CMYK | 0.48 | 0.53 | 0 | 0.16 |
| HSL | 245.36º | 0.57% | 0.62% | - |
| HSV(B) | 245.36º | 0.53% | 0.84% | - |
| XYZ | 23.22 | 17.49 | 65.1 | - |
| YUV | 116.76 | 182.31 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 101 | 213 | 0.48 | 0.53 | 0 | 0.16 | 245.36 | 0.57 | 0.62 |
| Hex | 6F | 65 | D5 | 30 | 35 | 0 | 10 | F5 | 39 | 3E |
| Octal | 157 | 145 | 325 | 60 | 65 | 0 | 20 | 365 | 71 | 76 |
| Binary | 1101111 | 1100101 | 11010101 | 110000 | 110101 | 0 | 10000 | 11110101 | 111001 | 111110 |
Color Harmonies of #6F65D5
Complementary color
Monochromatic Colors of #6F65D5
Black with #6F65D5
Text Example
Text Example
White with #6F65D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F65D5; }
p { color: rgb(111,101,213); }
H1.HeaderClassName
{
color: #6F65D5;
}
.AnyTagClassName
{
color: #6F65D5;
}
</style>
background-color css
<style>
a { background-color: #6F65D5; }
a { background-color: rgb(111,101,213); }
div.DivClassName
{
background-color: #6F65D5;
}
.BgClassName
{
background-color: #6F65D5;
}
</style>
border-color css
<style>
span { border-color: #6F65D5; }
span { border-color: rgb(111,101,213); }
td.TdClassName
{
border-color: #6F65D5;
}
.TagClassName
{
border-color: #6F65D5;
}
</style>