Shades of Slate Blue #6759CF
Tints of Slate Blue #6759CF
RGB
CMYK
RGB Variations
Color information
#6759CF (or 0x6759CF) is known color: Slate Blue. HEX triplet: 67, 59 and CF. RGB value is (103,89,207). Sum of RGB (Red+Green+Blue) = 103+89+207=399 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.81% from 399); Green value is 89 (35.16% from 255 or 22.31% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #6759CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6759CF is #98A630. Grayscale: #6A6A6A. Windows color (decimal): -10004017 or 13588839. OLE color: 13588839.
HSL color Cylindrical-coordinate representation of color #6759CF: hue angle of 247.12º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6759CF is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 89 | 207 | - |
| CMYK | 0.50 | 0.57 | 0 | 0.19 |
| HSL | 247.12º | 0.55% | 0.58% | - |
| HSV(B) | 247.12º | 0.57% | 0.81% | - |
| XYZ | 20.43 | 14.53 | 60.76 | - |
| YUV | 106.64 | 184.64 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 89 | 207 | 0.50 | 0.57 | 0 | 0.19 | 247.12 | 0.55 | 0.58 |
| Hex | 67 | 59 | CF | 32 | 39 | 0 | 13 | F7 | 37 | 3A |
| Octal | 147 | 131 | 317 | 62 | 71 | 0 | 23 | 367 | 67 | 72 |
| Binary | 1100111 | 1011001 | 11001111 | 110010 | 111001 | 0 | 10011 | 11110111 | 110111 | 111010 |
Color Harmonies of #6759CF
Complementary color
Monochromatic Colors of #6759CF
Black with #6759CF
Text Example
Text Example
White with #6759CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6759CF; }
p { color: rgb(103,89,207); }
H1.HeaderClassName
{
color: #6759CF;
}
.AnyTagClassName
{
color: #6759CF;
}
</style>
background-color css
<style>
a { background-color: #6759CF; }
a { background-color: rgb(103,89,207); }
div.DivClassName
{
background-color: #6759CF;
}
.BgClassName
{
background-color: #6759CF;
}
</style>
border-color css
<style>
span { border-color: #6759CF; }
span { border-color: rgb(103,89,207); }
td.TdClassName
{
border-color: #6759CF;
}
.TagClassName
{
border-color: #6759CF;
}
</style>