Shades of Slate Blue #6945C5
Tints of Slate Blue #6945C5
RGB
CMYK
RGB Variations
Color information
#6945C5 (or 0x6945C5) is known color: Slate Blue. HEX triplet: 69, 45 and C5. RGB value is (105,69,197). Sum of RGB (Red+Green+Blue) = 105+69+197=371 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.30% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 197 (77.34% from 255 or 53.10% from 371); Max value from RGB is 197 - color contains mainly: blue. Hex color #6945C5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6945C5 is #96BA3A. Grayscale: #5D5D5D. Windows color (decimal): -9878075 or 12928361. OLE color: 12928361.
HSL color Cylindrical-coordinate representation of color #6945C5: hue angle of 256.88º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6945C5 is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 105 | 69 | 197 | - |
| CMYK | 0.47 | 0.65 | 0 | 0.23 |
| HSL | 256.88º | 0.52% | 0.52% | - |
| HSV(B) | 256.88º | 0.65% | 0.77% | - |
| XYZ | 18.03 | 11.29 | 54.05 | - |
| YUV | 94.36 | 185.93 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 69 | 197 | 0.47 | 0.65 | 0 | 0.23 | 256.88 | 0.52 | 0.52 |
| Hex | 69 | 45 | C5 | 2F | 41 | 0 | 17 | 101 | 34 | 34 |
| Octal | 151 | 105 | 305 | 57 | 101 | 0 | 27 | 401 | 64 | 64 |
| Binary | 1101001 | 1000101 | 11000101 | 101111 | 1000001 | 0 | 10111 | 100000001 | 110100 | 110100 |
Color Harmonies of #6945C5
Complementary color
Monochromatic Colors of #6945C5
Black with #6945C5
Text Example
Text Example
White with #6945C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6945C5; }
p { color: rgb(105,69,197); }
H1.HeaderClassName
{
color: #6945C5;
}
.AnyTagClassName
{
color: #6945C5;
}
</style>
background-color css
<style>
a { background-color: #6945C5; }
a { background-color: rgb(105,69,197); }
div.DivClassName
{
background-color: #6945C5;
}
.BgClassName
{
background-color: #6945C5;
}
</style>
border-color css
<style>
span { border-color: #6945C5; }
span { border-color: rgb(105,69,197); }
td.TdClassName
{
border-color: #6945C5;
}
.TagClassName
{
border-color: #6945C5;
}
</style>