Shades of Slate Blue #6545CE
Tints of Slate Blue #6545CE
RGB
CMYK
RGB Variations
Color information
#6545CE (or 0x6545CE) is known color: Slate Blue. HEX triplet: 65, 45 and CE. RGB value is (101,69,206). Sum of RGB (Red+Green+Blue) = 101+69+206=376 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.86% from 376); Green value is 69 (27.34% from 255 or 18.35% from 376); Blue value is 206 (80.86% from 255 or 54.79% from 376); Max value from RGB is 206 - color contains mainly: blue. Hex color #6545CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6545CE is #9ABA31. Grayscale: #5D5D5D. Windows color (decimal): -10140210 or 13518181. OLE color: 13518181.
HSL color Cylindrical-coordinate representation of color #6545CE: hue angle of 254.01º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6545CE is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 69 | 206 | - |
| CMYK | 0.51 | 0.67 | 0 | 0.19 |
| HSL | 254.01º | 0.58% | 0.54% | - |
| HSV(B) | 254.01º | 0.67% | 0.81% | - |
| XYZ | 18.64 | 11.48 | 59.63 | - |
| YUV | 94.19 | 191.1 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 69 | 206 | 0.51 | 0.67 | 0 | 0.19 | 254.01 | 0.58 | 0.54 |
| Hex | 65 | 45 | CE | 33 | 43 | 0 | 13 | FE | 3A | 36 |
| Octal | 145 | 105 | 316 | 63 | 103 | 0 | 23 | 376 | 72 | 66 |
| Binary | 1100101 | 1000101 | 11001110 | 110011 | 1000011 | 0 | 10011 | 11111110 | 111010 | 110110 |
Color Harmonies of #6545CE
Complementary color
Monochromatic Colors of #6545CE
Black with #6545CE
Text Example
Text Example
White with #6545CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6545CE; }
p { color: rgb(101,69,206); }
H1.HeaderClassName
{
color: #6545CE;
}
.AnyTagClassName
{
color: #6545CE;
}
</style>
background-color css
<style>
a { background-color: #6545CE; }
a { background-color: rgb(101,69,206); }
div.DivClassName
{
background-color: #6545CE;
}
.BgClassName
{
background-color: #6545CE;
}
</style>
border-color css
<style>
span { border-color: #6545CE; }
span { border-color: rgb(101,69,206); }
td.TdClassName
{
border-color: #6545CE;
}
.TagClassName
{
border-color: #6545CE;
}
</style>