Shades of Slate Blue #6758CC
Tints of Slate Blue #6758CC
RGB
CMYK
RGB Variations
Color information
#6758CC (or 0x6758CC) is known color: Slate Blue. HEX triplet: 67, 58 and CC. RGB value is (103,88,204). Sum of RGB (Red+Green+Blue) = 103+88+204=395 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.08% from 395); Green value is 88 (34.77% from 255 or 22.28% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #6758CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6758CC is #98A733. Grayscale: #696969. Windows color (decimal): -10004276 or 13391975. OLE color: 13391975.
HSL color Cylindrical-coordinate representation of color #6758CC: hue angle of 247.76º 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 #6758CC is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 103 | 88 | 204 | - |
| CMYK | 0.50 | 0.57 | 0 | 0.2 |
| HSL | 247.76º | 0.53% | 0.57% | - |
| HSV(B) | 247.76º | 0.57% | 0.8% | - |
| XYZ | 19.98 | 14.22 | 58.82 | - |
| YUV | 105.71 | 183.47 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 88 | 204 | 0.50 | 0.57 | 0 | 0.2 | 247.76 | 0.53 | 0.57 |
| Hex | 67 | 58 | CC | 32 | 39 | 0 | 14 | F8 | 35 | 39 |
| Octal | 147 | 130 | 314 | 62 | 71 | 0 | 24 | 370 | 65 | 71 |
| Binary | 1100111 | 1011000 | 11001100 | 110010 | 111001 | 0 | 10100 | 11111000 | 110101 | 111001 |
Color Harmonies of #6758CC
Complementary color
Monochromatic Colors of #6758CC
Black with #6758CC
Text Example
Text Example
White with #6758CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6758CC; }
p { color: rgb(103,88,204); }
H1.HeaderClassName
{
color: #6758CC;
}
.AnyTagClassName
{
color: #6758CC;
}
</style>
background-color css
<style>
a { background-color: #6758CC; }
a { background-color: rgb(103,88,204); }
div.DivClassName
{
background-color: #6758CC;
}
.BgClassName
{
background-color: #6758CC;
}
</style>
border-color css
<style>
span { border-color: #6758CC; }
span { border-color: rgb(103,88,204); }
td.TdClassName
{
border-color: #6758CC;
}
.TagClassName
{
border-color: #6758CC;
}
</style>