Shades of Slate Blue #6745C9
Tints of Slate Blue #6745C9
RGB
CMYK
RGB Variations
Color information
#6745C9 (or 0x6745C9) is known color: Slate Blue. HEX triplet: 67, 45 and C9. RGB value is (103,69,201). Sum of RGB (Red+Green+Blue) = 103+69+201=373 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.61% from 373); Green value is 69 (27.34% from 255 or 18.50% from 373); Blue value is 201 (78.91% from 255 or 53.89% from 373); Max value from RGB is 201 - color contains mainly: blue. Hex color #6745C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6745C9 is #98BA36. Grayscale: #5D5D5D. Windows color (decimal): -10009143 or 13190503. OLE color: 13190503.
HSL color Cylindrical-coordinate representation of color #6745C9: hue angle of 255.45º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6745C9 is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 103 | 69 | 201 | - |
| CMYK | 0.49 | 0.66 | 0 | 0.21 |
| HSL | 255.45º | 0.55% | 0.53% | - |
| HSV(B) | 255.45º | 0.66% | 0.79% | - |
| XYZ | 18.26 | 11.36 | 56.49 | - |
| YUV | 94.21 | 188.26 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 69 | 201 | 0.49 | 0.66 | 0 | 0.21 | 255.45 | 0.55 | 0.53 |
| Hex | 67 | 45 | C9 | 31 | 42 | 0 | 15 | FF | 37 | 35 |
| Octal | 147 | 105 | 311 | 61 | 102 | 0 | 25 | 377 | 67 | 65 |
| Binary | 1100111 | 1000101 | 11001001 | 110001 | 1000010 | 0 | 10101 | 11111111 | 110111 | 110101 |
Color Harmonies of #6745C9
Complementary color
Monochromatic Colors of #6745C9
Black with #6745C9
Text Example
Text Example
White with #6745C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6745C9; }
p { color: rgb(103,69,201); }
H1.HeaderClassName
{
color: #6745C9;
}
.AnyTagClassName
{
color: #6745C9;
}
</style>
background-color css
<style>
a { background-color: #6745C9; }
a { background-color: rgb(103,69,201); }
div.DivClassName
{
background-color: #6745C9;
}
.BgClassName
{
background-color: #6745C9;
}
</style>
border-color css
<style>
span { border-color: #6745C9; }
span { border-color: rgb(103,69,201); }
td.TdClassName
{
border-color: #6745C9;
}
.TagClassName
{
border-color: #6745C9;
}
</style>