Shades of Slate Blue #6755C0
Tints of Slate Blue #6755C0
RGB
CMYK
RGB Variations
Color information
#6755C0 (or 0x6755C0) is known color: Slate Blue. HEX triplet: 67, 55 and C0. RGB value is (103,85,192). Sum of RGB (Red+Green+Blue) = 103+85+192=380 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.11% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 192 (75.39% from 255 or 50.53% from 380); Max value from RGB is 192 - color contains mainly: blue. Hex color #6755C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6755C0 is #98AA3F. Grayscale: #666666. Windows color (decimal): -10005056 or 12604775. OLE color: 12604775.
HSL color Cylindrical-coordinate representation of color #6755C0: hue angle of 250.09º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6755C0 is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 85 | 192 | - |
| CMYK | 0.46 | 0.56 | 0 | 0.25 |
| HSL | 250.09º | 0.46% | 0.54% | - |
| HSV(B) | 250.09º | 0.56% | 0.75% | - |
| XYZ | 18.36 | 13.19 | 51.45 | - |
| YUV | 102.58 | 178.46 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 85 | 192 | 0.46 | 0.56 | 0 | 0.25 | 250.09 | 0.46 | 0.54 |
| Hex | 67 | 55 | C0 | 2E | 38 | 0 | 19 | FA | 2E | 36 |
| Octal | 147 | 125 | 300 | 56 | 70 | 0 | 31 | 372 | 56 | 66 |
| Binary | 1100111 | 1010101 | 11000000 | 101110 | 111000 | 0 | 11001 | 11111010 | 101110 | 110110 |
Color Harmonies of #6755C0
Complementary color
Monochromatic Colors of #6755C0
Black with #6755C0
Text Example
Text Example
White with #6755C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6755C0; }
p { color: rgb(103,85,192); }
H1.HeaderClassName
{
color: #6755C0;
}
.AnyTagClassName
{
color: #6755C0;
}
</style>
background-color css
<style>
a { background-color: #6755C0; }
a { background-color: rgb(103,85,192); }
div.DivClassName
{
background-color: #6755C0;
}
.BgClassName
{
background-color: #6755C0;
}
</style>
border-color css
<style>
span { border-color: #6755C0; }
span { border-color: rgb(103,85,192); }
td.TdClassName
{
border-color: #6755C0;
}
.TagClassName
{
border-color: #6755C0;
}
</style>