Shades of Slate Blue #6746CA
Tints of Slate Blue #6746CA
RGB
CMYK
RGB Variations
Color information
#6746CA (or 0x6746CA) is known color: Slate Blue. HEX triplet: 67, 46 and CA. RGB value is (103,70,202). Sum of RGB (Red+Green+Blue) = 103+70+202=375 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.47% from 375); Green value is 70 (27.73% from 255 or 18.67% from 375); Blue value is 202 (79.30% from 255 or 53.87% from 375); Max value from RGB is 202 - color contains mainly: blue. Hex color #6746CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6746CA is #98B935. Grayscale: #5E5E5E. Windows color (decimal): -10008886 or 13256295. OLE color: 13256295.
HSL color Cylindrical-coordinate representation of color #6746CA: hue angle of 255º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6746CA is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 103 | 70 | 202 | - |
| CMYK | 0.49 | 0.65 | 0 | 0.21 |
| HSL | 255º | 0.55% | 0.53% | - |
| HSV(B) | 255º | 0.65% | 0.79% | - |
| XYZ | 18.44 | 11.53 | 57.13 | - |
| YUV | 94.92 | 188.43 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 70 | 202 | 0.49 | 0.65 | 0 | 0.21 | 255 | 0.55 | 0.53 |
| Hex | 67 | 46 | CA | 31 | 41 | 0 | 15 | FF | 37 | 35 |
| Octal | 147 | 106 | 312 | 61 | 101 | 0 | 25 | 377 | 67 | 65 |
| Binary | 1100111 | 1000110 | 11001010 | 110001 | 1000001 | 0 | 10101 | 11111111 | 110111 | 110101 |
Color Harmonies of #6746CA
Complementary color
Monochromatic Colors of #6746CA
Black with #6746CA
Text Example
Text Example
White with #6746CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6746CA; }
p { color: rgb(103,70,202); }
H1.HeaderClassName
{
color: #6746CA;
}
.AnyTagClassName
{
color: #6746CA;
}
</style>
background-color css
<style>
a { background-color: #6746CA; }
a { background-color: rgb(103,70,202); }
div.DivClassName
{
background-color: #6746CA;
}
.BgClassName
{
background-color: #6746CA;
}
</style>
border-color css
<style>
span { border-color: #6746CA; }
span { border-color: rgb(103,70,202); }
td.TdClassName
{
border-color: #6746CA;
}
.TagClassName
{
border-color: #6746CA;
}
</style>