Shades of Slate Blue #6750CB
Tints of Slate Blue #6750CB
RGB
CMYK
RGB Variations
Color information
#6750CB (or 0x6750CB) is known color: Slate Blue. HEX triplet: 67, 50 and CB. RGB value is (103,80,203). Sum of RGB (Red+Green+Blue) = 103+80+203=386 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.68% from 386); Green value is 80 (31.64% from 255 or 20.73% from 386); Blue value is 203 (79.69% from 255 or 52.59% from 386); Max value from RGB is 203 - color contains mainly: blue. Hex color #6750CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6750CB is #98AF34. Grayscale: #646464. Windows color (decimal): -10006325 or 13324391. OLE color: 13324391.
HSL color Cylindrical-coordinate representation of color #6750CB: hue angle of 251.22º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6750CB is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 80 | 203 | - |
| CMYK | 0.49 | 0.61 | 0 | 0.20 |
| HSL | 251.22º | 0.54% | 0.55% | - |
| HSV(B) | 251.22º | 0.61% | 0.8% | - |
| XYZ | 19.24 | 12.93 | 57.98 | - |
| YUV | 100.9 | 185.62 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 80 | 203 | 0.49 | 0.61 | 0 | 0.20 | 251.22 | 0.54 | 0.55 |
| Hex | 67 | 50 | CB | 31 | 3D | 0 | 14 | FB | 36 | 37 |
| Octal | 147 | 120 | 313 | 61 | 75 | 0 | 24 | 373 | 66 | 67 |
| Binary | 1100111 | 1010000 | 11001011 | 110001 | 111101 | 0 | 10100 | 11111011 | 110110 | 110111 |
Color Harmonies of #6750CB
Complementary color
Monochromatic Colors of #6750CB
Black with #6750CB
Text Example
Text Example
White with #6750CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6750CB; }
p { color: rgb(103,80,203); }
H1.HeaderClassName
{
color: #6750CB;
}
.AnyTagClassName
{
color: #6750CB;
}
</style>
background-color css
<style>
a { background-color: #6750CB; }
a { background-color: rgb(103,80,203); }
div.DivClassName
{
background-color: #6750CB;
}
.BgClassName
{
background-color: #6750CB;
}
</style>
border-color css
<style>
span { border-color: #6750CB; }
span { border-color: rgb(103,80,203); }
td.TdClassName
{
border-color: #6750CB;
}
.TagClassName
{
border-color: #6750CB;
}
</style>