Shades of Slate Blue #6745C5
Tints of Slate Blue #6745C5
RGB
CMYK
RGB Variations
Color information
#6745C5 (or 0x6745C5) is known color: Slate Blue. HEX triplet: 67, 45 and C5. RGB value is (103,69,197). Sum of RGB (Red+Green+Blue) = 103+69+197=369 (48% of max value = 765). Red value is 103 (40.62% from 255 or 27.91% from 369); Green value is 69 (27.34% from 255 or 18.70% from 369); Blue value is 197 (77.34% from 255 or 53.39% from 369); Max value from RGB is 197 - color contains mainly: blue. Hex color #6745C5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6745C5 is #98BA3A. Grayscale: #5D5D5D. Windows color (decimal): -10009147 or 12928359. OLE color: 12928359.
HSL color Cylindrical-coordinate representation of color #6745C5: hue angle of 255.94º 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 #6745C5 is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 103 | 69 | 197 | - |
| CMYK | 0.48 | 0.65 | 0 | 0.23 |
| HSL | 255.94º | 0.52% | 0.52% | - |
| HSV(B) | 255.94º | 0.65% | 0.77% | - |
| XYZ | 17.8 | 11.17 | 54.04 | - |
| YUV | 93.76 | 186.26 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 69 | 197 | 0.48 | 0.65 | 0 | 0.23 | 255.94 | 0.52 | 0.52 |
| Hex | 67 | 45 | C5 | 30 | 41 | 0 | 17 | 100 | 34 | 34 |
| Octal | 147 | 105 | 305 | 60 | 101 | 0 | 27 | 400 | 64 | 64 |
| Binary | 1100111 | 1000101 | 11000101 | 110000 | 1000001 | 0 | 10111 | 100000000 | 110100 | 110100 |
Color Harmonies of #6745C5
Complementary color
Monochromatic Colors of #6745C5
Black with #6745C5
Text Example
Text Example
White with #6745C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6745C5; }
p { color: rgb(103,69,197); }
H1.HeaderClassName
{
color: #6745C5;
}
.AnyTagClassName
{
color: #6745C5;
}
</style>
background-color css
<style>
a { background-color: #6745C5; }
a { background-color: rgb(103,69,197); }
div.DivClassName
{
background-color: #6745C5;
}
.BgClassName
{
background-color: #6745C5;
}
</style>
border-color css
<style>
span { border-color: #6745C5; }
span { border-color: rgb(103,69,197); }
td.TdClassName
{
border-color: #6745C5;
}
.TagClassName
{
border-color: #6745C5;
}
</style>