Shades of Slate Blue #6746CE
Tints of Slate Blue #6746CE
RGB
CMYK
RGB Variations
Color information
#6746CE (or 0x6746CE) is known color: Slate Blue. HEX triplet: 67, 46 and CE. RGB value is (103,70,206). Sum of RGB (Red+Green+Blue) = 103+70+206=379 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.18% from 379); Green value is 70 (27.73% from 255 or 18.47% from 379); Blue value is 206 (80.86% from 255 or 54.35% from 379); Max value from RGB is 206 - color contains mainly: blue. Hex color #6746CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6746CE is #98B931. Grayscale: #5E5E5E. Windows color (decimal): -10008882 or 13518439. OLE color: 13518439.
HSL color Cylindrical-coordinate representation of color #6746CE: hue angle of 254.56º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6746CE is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 70 | 206 | - |
| CMYK | 0.50 | 0.66 | 0 | 0.19 |
| HSL | 254.56º | 0.58% | 0.54% | - |
| HSV(B) | 254.56º | 0.66% | 0.81% | - |
| XYZ | 18.92 | 11.72 | 59.66 | - |
| YUV | 95.37 | 190.43 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 70 | 206 | 0.50 | 0.66 | 0 | 0.19 | 254.56 | 0.58 | 0.54 |
| Hex | 67 | 46 | CE | 32 | 42 | 0 | 13 | FF | 3A | 36 |
| Octal | 147 | 106 | 316 | 62 | 102 | 0 | 23 | 377 | 72 | 66 |
| Binary | 1100111 | 1000110 | 11001110 | 110010 | 1000010 | 0 | 10011 | 11111111 | 111010 | 110110 |
Color Harmonies of #6746CE
Complementary color
Monochromatic Colors of #6746CE
Black with #6746CE
Text Example
Text Example
White with #6746CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6746CE; }
p { color: rgb(103,70,206); }
H1.HeaderClassName
{
color: #6746CE;
}
.AnyTagClassName
{
color: #6746CE;
}
</style>
background-color css
<style>
a { background-color: #6746CE; }
a { background-color: rgb(103,70,206); }
div.DivClassName
{
background-color: #6746CE;
}
.BgClassName
{
background-color: #6746CE;
}
</style>
border-color css
<style>
span { border-color: #6746CE; }
span { border-color: rgb(103,70,206); }
td.TdClassName
{
border-color: #6746CE;
}
.TagClassName
{
border-color: #6746CE;
}
</style>