Shades of Slate Blue #6B52D6
Tints of Slate Blue #6B52D6
RGB
CMYK
RGB Variations
Color information
#6B52D6 (or 0x6B52D6) is known color: Slate Blue. HEX triplet: 6B, 52 and D6. RGB value is (107,82,214). Sum of RGB (Red+Green+Blue) = 107+82+214=403 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.55% from 403); Green value is 82 (32.42% from 255 or 20.35% from 403); Blue value is 214 (83.98% from 255 or 53.10% from 403); Max value from RGB is 214 - color contains mainly: blue. Hex color #6B52D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B52D6 is #94AD29. Grayscale: #686868. Windows color (decimal): -9743658 or 14045803. OLE color: 14045803.
HSL color Cylindrical-coordinate representation of color #6B52D6: hue angle of 251.36º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6B52D6 is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 107 | 82 | 214 | - |
| CMYK | 0.50 | 0.62 | 0 | 0.16 |
| HSL | 251.36º | 0.62% | 0.58% | - |
| HSV(B) | 251.36º | 0.62% | 0.84% | - |
| XYZ | 21.22 | 14.02 | 65.21 | - |
| YUV | 104.52 | 189.78 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 82 | 214 | 0.50 | 0.62 | 0 | 0.16 | 251.36 | 0.62 | 0.58 |
| Hex | 6B | 52 | D6 | 32 | 3E | 0 | 10 | FB | 3E | 3A |
| Octal | 153 | 122 | 326 | 62 | 76 | 0 | 20 | 373 | 76 | 72 |
| Binary | 1101011 | 1010010 | 11010110 | 110010 | 111110 | 0 | 10000 | 11111011 | 111110 | 111010 |
Color Harmonies of #6B52D6
Complementary color
Monochromatic Colors of #6B52D6
Black with #6B52D6
Text Example
Text Example
White with #6B52D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B52D6; }
p { color: rgb(107,82,214); }
H1.HeaderClassName
{
color: #6B52D6;
}
.AnyTagClassName
{
color: #6B52D6;
}
</style>
background-color css
<style>
a { background-color: #6B52D6; }
a { background-color: rgb(107,82,214); }
div.DivClassName
{
background-color: #6B52D6;
}
.BgClassName
{
background-color: #6B52D6;
}
</style>
border-color css
<style>
span { border-color: #6B52D6; }
span { border-color: rgb(107,82,214); }
td.TdClassName
{
border-color: #6B52D6;
}
.TagClassName
{
border-color: #6B52D6;
}
</style>