Shades of Slate Blue #6758CB
Tints of Slate Blue #6758CB
RGB
CMYK
RGB Variations
Color information
#6758CB (or 0x6758CB) is known color: Slate Blue. HEX triplet: 67, 58 and CB. RGB value is (103,88,203). Sum of RGB (Red+Green+Blue) = 103+88+203=394 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.14% from 394); Green value is 88 (34.77% from 255 or 22.34% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #6758CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6758CB is #98A734. Grayscale: #696969. Windows color (decimal): -10004277 or 13326439. OLE color: 13326439.
HSL color Cylindrical-coordinate representation of color #6758CB: hue angle of 247.83º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6758CB is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 88 | 203 | - |
| CMYK | 0.49 | 0.57 | 0 | 0.20 |
| HSL | 247.83º | 0.53% | 0.57% | - |
| HSV(B) | 247.83º | 0.57% | 0.8% | - |
| XYZ | 19.86 | 14.17 | 58.19 | - |
| YUV | 105.6 | 182.97 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 88 | 203 | 0.49 | 0.57 | 0 | 0.20 | 247.83 | 0.53 | 0.57 |
| Hex | 67 | 58 | CB | 31 | 39 | 0 | 14 | F8 | 35 | 39 |
| Octal | 147 | 130 | 313 | 61 | 71 | 0 | 24 | 370 | 65 | 71 |
| Binary | 1100111 | 1011000 | 11001011 | 110001 | 111001 | 0 | 10100 | 11111000 | 110101 | 111001 |
Color Harmonies of #6758CB
Complementary color
Monochromatic Colors of #6758CB
Black with #6758CB
Text Example
Text Example
White with #6758CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6758CB; }
p { color: rgb(103,88,203); }
H1.HeaderClassName
{
color: #6758CB;
}
.AnyTagClassName
{
color: #6758CB;
}
</style>
background-color css
<style>
a { background-color: #6758CB; }
a { background-color: rgb(103,88,203); }
div.DivClassName
{
background-color: #6758CB;
}
.BgClassName
{
background-color: #6758CB;
}
</style>
border-color css
<style>
span { border-color: #6758CB; }
span { border-color: rgb(103,88,203); }
td.TdClassName
{
border-color: #6758CB;
}
.TagClassName
{
border-color: #6758CB;
}
</style>