Shades of Slate Blue #6552C1
Tints of Slate Blue #6552C1
RGB
CMYK
RGB Variations
Color information
#6552C1 (or 0x6552C1) is known color: Slate Blue. HEX triplet: 65, 52 and C1. RGB value is (101,82,193). Sum of RGB (Red+Green+Blue) = 101+82+193=376 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.86% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 193 (75.78% from 255 or 51.33% from 376); Max value from RGB is 193 - color contains mainly: blue. Hex color #6552C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6552C1 is #9AAD3E. Grayscale: #636363. Windows color (decimal): -10136895 or 12669541. OLE color: 12669541.
HSL color Cylindrical-coordinate representation of color #6552C1: hue angle of 250.27º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6552C1 is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 101 | 82 | 193 | - |
| CMYK | 0.48 | 0.58 | 0 | 0.24 |
| HSL | 250.27º | 0.47% | 0.54% | - |
| HSV(B) | 250.27º | 0.58% | 0.76% | - |
| XYZ | 18.01 | 12.65 | 51.94 | - |
| YUV | 100.34 | 180.29 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 82 | 193 | 0.48 | 0.58 | 0 | 0.24 | 250.27 | 0.47 | 0.54 |
| Hex | 65 | 52 | C1 | 30 | 3A | 0 | 18 | FA | 2F | 36 |
| Octal | 145 | 122 | 301 | 60 | 72 | 0 | 30 | 372 | 57 | 66 |
| Binary | 1100101 | 1010010 | 11000001 | 110000 | 111010 | 0 | 11000 | 11111010 | 101111 | 110110 |
Color Harmonies of #6552C1
Complementary color
Monochromatic Colors of #6552C1
Black with #6552C1
Text Example
Text Example
White with #6552C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6552C1; }
p { color: rgb(101,82,193); }
H1.HeaderClassName
{
color: #6552C1;
}
.AnyTagClassName
{
color: #6552C1;
}
</style>
background-color css
<style>
a { background-color: #6552C1; }
a { background-color: rgb(101,82,193); }
div.DivClassName
{
background-color: #6552C1;
}
.BgClassName
{
background-color: #6552C1;
}
</style>
border-color css
<style>
span { border-color: #6552C1; }
span { border-color: rgb(101,82,193); }
td.TdClassName
{
border-color: #6552C1;
}
.TagClassName
{
border-color: #6552C1;
}
</style>