Shades of Slate Blue #6F50DA
Tints of Slate Blue #6F50DA
RGB
CMYK
RGB Variations
Color information
#6F50DA (or 0x6F50DA) is known color: Slate Blue. HEX triplet: 6F, 50 and DA. RGB value is (111,80,218). Sum of RGB (Red+Green+Blue) = 111+80+218=409 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.14% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 218 (85.55% from 255 or 53.30% from 409); Max value from RGB is 218 - color contains mainly: blue. Hex color #6F50DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F50DA is #90AF25. Grayscale: #686868. Windows color (decimal): -9482022 or 14307439. OLE color: 14307439.
HSL color Cylindrical-coordinate representation of color #6F50DA: hue angle of 253.48º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6F50DA is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 111 | 80 | 218 | - |
| CMYK | 0.49 | 0.63 | 0 | 0.15 |
| HSL | 253.48º | 0.65% | 0.58% | - |
| HSV(B) | 253.48º | 0.63% | 0.85% | - |
| XYZ | 22.08 | 14.18 | 67.9 | - |
| YUV | 105 | 191.77 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 80 | 218 | 0.49 | 0.63 | 0 | 0.15 | 253.48 | 0.65 | 0.58 |
| Hex | 6F | 50 | DA | 31 | 3F | 0 | F | FD | 41 | 3A |
| Octal | 157 | 120 | 332 | 61 | 77 | 0 | 17 | 375 | 101 | 72 |
| Binary | 1101111 | 1010000 | 11011010 | 110001 | 111111 | 0 | 1111 | 11111101 | 1000001 | 111010 |
Color Harmonies of #6F50DA
Complementary color
Monochromatic Colors of #6F50DA
Black with #6F50DA
Text Example
Text Example
White with #6F50DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F50DA; }
p { color: rgb(111,80,218); }
H1.HeaderClassName
{
color: #6F50DA;
}
.AnyTagClassName
{
color: #6F50DA;
}
</style>
background-color css
<style>
a { background-color: #6F50DA; }
a { background-color: rgb(111,80,218); }
div.DivClassName
{
background-color: #6F50DA;
}
.BgClassName
{
background-color: #6F50DA;
}
</style>
border-color css
<style>
span { border-color: #6F50DA; }
span { border-color: rgb(111,80,218); }
td.TdClassName
{
border-color: #6F50DA;
}
.TagClassName
{
border-color: #6F50DA;
}
</style>