Shades of Slate Blue #6B52CB
Tints of Slate Blue #6B52CB
RGB
CMYK
RGB Variations
Color information
#6B52CB (or 0x6B52CB) is known color: Slate Blue. HEX triplet: 6B, 52 and CB. RGB value is (107,82,203). Sum of RGB (Red+Green+Blue) = 107+82+203=392 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.30% from 392); Green value is 82 (32.42% from 255 or 20.92% from 392); Blue value is 203 (79.69% from 255 or 51.79% from 392); Max value from RGB is 203 - color contains mainly: blue. Hex color #6B52CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B52CB is #94AD34. Grayscale: #666666. Windows color (decimal): -9743669 or 13324907. OLE color: 13324907.
HSL color Cylindrical-coordinate representation of color #6B52CB: hue angle of 252.4º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6B52CB is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 82 | 203 | - |
| CMYK | 0.47 | 0.60 | 0 | 0.20 |
| HSL | 252.4º | 0.54% | 0.56% | - |
| HSV(B) | 252.4º | 0.6% | 0.8% | - |
| XYZ | 19.86 | 13.47 | 58.05 | - |
| YUV | 103.27 | 184.28 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 82 | 203 | 0.47 | 0.60 | 0 | 0.20 | 252.4 | 0.54 | 0.56 |
| Hex | 6B | 52 | CB | 2F | 3C | 0 | 14 | FC | 36 | 38 |
| Octal | 153 | 122 | 313 | 57 | 74 | 0 | 24 | 374 | 66 | 70 |
| Binary | 1101011 | 1010010 | 11001011 | 101111 | 111100 | 0 | 10100 | 11111100 | 110110 | 111000 |
Color Harmonies of #6B52CB
Complementary color
Monochromatic Colors of #6B52CB
Black with #6B52CB
Text Example
Text Example
White with #6B52CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B52CB; }
p { color: rgb(107,82,203); }
H1.HeaderClassName
{
color: #6B52CB;
}
.AnyTagClassName
{
color: #6B52CB;
}
</style>
background-color css
<style>
a { background-color: #6B52CB; }
a { background-color: rgb(107,82,203); }
div.DivClassName
{
background-color: #6B52CB;
}
.BgClassName
{
background-color: #6B52CB;
}
</style>
border-color css
<style>
span { border-color: #6B52CB; }
span { border-color: rgb(107,82,203); }
td.TdClassName
{
border-color: #6B52CB;
}
.TagClassName
{
border-color: #6B52CB;
}
</style>