Shades of Slate Blue #6746CC
Tints of Slate Blue #6746CC
RGB
CMYK
RGB Variations
Color information
#6746CC (or 0x6746CC) is known color: Slate Blue. HEX triplet: 67, 46 and CC. RGB value is (103,70,204). Sum of RGB (Red+Green+Blue) = 103+70+204=377 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.32% from 377); Green value is 70 (27.73% from 255 or 18.57% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #6746CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6746CC is #98B933. Grayscale: #5E5E5E. Windows color (decimal): -10008884 or 13387367. OLE color: 13387367.
HSL color Cylindrical-coordinate representation of color #6746CC: hue angle of 254.78º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6746CC is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 103 | 70 | 204 | - |
| CMYK | 0.50 | 0.66 | 0 | 0.2 |
| HSL | 254.78º | 0.57% | 0.54% | - |
| HSV(B) | 254.78º | 0.66% | 0.8% | - |
| XYZ | 18.68 | 11.62 | 58.39 | - |
| YUV | 95.14 | 189.43 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 70 | 204 | 0.50 | 0.66 | 0 | 0.2 | 254.78 | 0.57 | 0.54 |
| Hex | 67 | 46 | CC | 32 | 42 | 0 | 14 | FF | 39 | 36 |
| Octal | 147 | 106 | 314 | 62 | 102 | 0 | 24 | 377 | 71 | 66 |
| Binary | 1100111 | 1000110 | 11001100 | 110010 | 1000010 | 0 | 10100 | 11111111 | 111001 | 110110 |
Color Harmonies of #6746CC
Complementary color
Monochromatic Colors of #6746CC
Black with #6746CC
Text Example
Text Example
White with #6746CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6746CC; }
p { color: rgb(103,70,204); }
H1.HeaderClassName
{
color: #6746CC;
}
.AnyTagClassName
{
color: #6746CC;
}
</style>
background-color css
<style>
a { background-color: #6746CC; }
a { background-color: rgb(103,70,204); }
div.DivClassName
{
background-color: #6746CC;
}
.BgClassName
{
background-color: #6746CC;
}
</style>
border-color css
<style>
span { border-color: #6746CC; }
span { border-color: rgb(103,70,204); }
td.TdClassName
{
border-color: #6746CC;
}
.TagClassName
{
border-color: #6746CC;
}
</style>