Shades of Slate Blue #6753C0
Tints of Slate Blue #6753C0
RGB
CMYK
RGB Variations
Color information
#6753C0 (or 0x6753C0) is known color: Slate Blue. HEX triplet: 67, 53 and C0. RGB value is (103,83,192). Sum of RGB (Red+Green+Blue) = 103+83+192=378 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.25% from 378); Green value is 83 (32.81% from 255 or 21.96% from 378); Blue value is 192 (75.39% from 255 or 50.79% from 378); Max value from RGB is 192 - color contains mainly: blue. Hex color #6753C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6753C0 is #98AC3F. Grayscale: #646464. Windows color (decimal): -10005568 or 12604263. OLE color: 12604263.
HSL color Cylindrical-coordinate representation of color #6753C0: hue angle of 251.01º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6753C0 is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 83 | 192 | - |
| CMYK | 0.46 | 0.57 | 0 | 0.25 |
| HSL | 251.01º | 0.46% | 0.54% | - |
| HSV(B) | 251.01º | 0.57% | 0.75% | - |
| XYZ | 18.2 | 12.88 | 51.4 | - |
| YUV | 101.41 | 179.13 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 83 | 192 | 0.46 | 0.57 | 0 | 0.25 | 251.01 | 0.46 | 0.54 |
| Hex | 67 | 53 | C0 | 2E | 39 | 0 | 19 | FB | 2E | 36 |
| Octal | 147 | 123 | 300 | 56 | 71 | 0 | 31 | 373 | 56 | 66 |
| Binary | 1100111 | 1010011 | 11000000 | 101110 | 111001 | 0 | 11001 | 11111011 | 101110 | 110110 |
Color Harmonies of #6753C0
Complementary color
Monochromatic Colors of #6753C0
Black with #6753C0
Text Example
Text Example
White with #6753C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6753C0; }
p { color: rgb(103,83,192); }
H1.HeaderClassName
{
color: #6753C0;
}
.AnyTagClassName
{
color: #6753C0;
}
</style>
background-color css
<style>
a { background-color: #6753C0; }
a { background-color: rgb(103,83,192); }
div.DivClassName
{
background-color: #6753C0;
}
.BgClassName
{
background-color: #6753C0;
}
</style>
border-color css
<style>
span { border-color: #6753C0; }
span { border-color: rgb(103,83,192); }
td.TdClassName
{
border-color: #6753C0;
}
.TagClassName
{
border-color: #6753C0;
}
</style>