Shades of Slate Blue #6759CC
Tints of Slate Blue #6759CC
RGB
CMYK
RGB Variations
Color information
#6759CC (or 0x6759CC) is known color: Slate Blue. HEX triplet: 67, 59 and CC. RGB value is (103,89,204). Sum of RGB (Red+Green+Blue) = 103+89+204=396 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.01% from 396); Green value is 89 (35.16% from 255 or 22.47% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #6759CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6759CC is #98A633. Grayscale: #696969. Windows color (decimal): -10004020 or 13392231. OLE color: 13392231.
HSL color Cylindrical-coordinate representation of color #6759CC: hue angle of 247.3º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6759CC is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 103 | 89 | 204 | - |
| CMYK | 0.50 | 0.56 | 0 | 0.2 |
| HSL | 247.3º | 0.53% | 0.57% | - |
| HSV(B) | 247.3º | 0.56% | 0.8% | - |
| XYZ | 20.06 | 14.39 | 58.85 | - |
| YUV | 106.3 | 183.14 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 89 | 204 | 0.50 | 0.56 | 0 | 0.2 | 247.3 | 0.53 | 0.57 |
| Hex | 67 | 59 | CC | 32 | 38 | 0 | 14 | F7 | 35 | 39 |
| Octal | 147 | 131 | 314 | 62 | 70 | 0 | 24 | 367 | 65 | 71 |
| Binary | 1100111 | 1011001 | 11001100 | 110010 | 111000 | 0 | 10100 | 11110111 | 110101 | 111001 |
Color Harmonies of #6759CC
Complementary color
Monochromatic Colors of #6759CC
Black with #6759CC
Text Example
Text Example
White with #6759CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6759CC; }
p { color: rgb(103,89,204); }
H1.HeaderClassName
{
color: #6759CC;
}
.AnyTagClassName
{
color: #6759CC;
}
</style>
background-color css
<style>
a { background-color: #6759CC; }
a { background-color: rgb(103,89,204); }
div.DivClassName
{
background-color: #6759CC;
}
.BgClassName
{
background-color: #6759CC;
}
</style>
border-color css
<style>
span { border-color: #6759CC; }
span { border-color: rgb(103,89,204); }
td.TdClassName
{
border-color: #6759CC;
}
.TagClassName
{
border-color: #6759CC;
}
</style>