Shades of Slate Blue #6F52DC
Tints of Slate Blue #6F52DC
RGB
CMYK
RGB Variations
Color information
#6F52DC (or 0x6F52DC) is known color: Slate Blue. HEX triplet: 6F, 52 and DC. RGB value is (111,82,220). Sum of RGB (Red+Green+Blue) = 111+82+220=413 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.88% from 413); Green value is 82 (32.42% from 255 or 19.85% from 413); Blue value is 220 (86.33% from 255 or 53.27% from 413); Max value from RGB is 220 - color contains mainly: blue. Hex color #6F52DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F52DC is #90AD23. Grayscale: #696969. Windows color (decimal): -9481508 or 14439023. OLE color: 14439023.
HSL color Cylindrical-coordinate representation of color #6F52DC: hue angle of 252.61º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6F52DC is Cyan = 0.50, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 82 | 220 | - |
| CMYK | 0.50 | 0.63 | 0 | 0.14 |
| HSL | 252.61º | 0.66% | 0.59% | - |
| HSV(B) | 252.61º | 0.63% | 0.86% | - |
| XYZ | 22.49 | 14.58 | 69.34 | - |
| YUV | 106.4 | 192.11 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 82 | 220 | 0.50 | 0.63 | 0 | 0.14 | 252.61 | 0.66 | 0.59 |
| Hex | 6F | 52 | DC | 32 | 3F | 0 | E | FD | 42 | 3B |
| Octal | 157 | 122 | 334 | 62 | 77 | 0 | 16 | 375 | 102 | 73 |
| Binary | 1101111 | 1010010 | 11011100 | 110010 | 111111 | 0 | 1110 | 11111101 | 1000010 | 111011 |
Color Harmonies of #6F52DC
Complementary color
Monochromatic Colors of #6F52DC
Black with #6F52DC
Text Example
Text Example
White with #6F52DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F52DC; }
p { color: rgb(111,82,220); }
H1.HeaderClassName
{
color: #6F52DC;
}
.AnyTagClassName
{
color: #6F52DC;
}
</style>
background-color css
<style>
a { background-color: #6F52DC; }
a { background-color: rgb(111,82,220); }
div.DivClassName
{
background-color: #6F52DC;
}
.BgClassName
{
background-color: #6F52DC;
}
</style>
border-color css
<style>
span { border-color: #6F52DC; }
span { border-color: rgb(111,82,220); }
td.TdClassName
{
border-color: #6F52DC;
}
.TagClassName
{
border-color: #6F52DC;
}
</style>