Shades of Slate Blue #6742D6
Tints of Slate Blue #6742D6
RGB
CMYK
RGB Variations
Color information
#6742D6 (or 0x6742D6) is known color: Slate Blue. HEX triplet: 67, 42 and D6. RGB value is (103,66,214). Sum of RGB (Red+Green+Blue) = 103+66+214=383 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.89% from 383); Green value is 66 (26.17% from 255 or 17.23% from 383); Blue value is 214 (83.98% from 255 or 55.87% from 383); Max value from RGB is 214 - color contains mainly: blue. Hex color #6742D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6742D6 is #98BD29. Grayscale: #5D5D5D. Windows color (decimal): -10009898 or 14041703. OLE color: 14041703.
HSL color Cylindrical-coordinate representation of color #6742D6: hue angle of 255º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6742D6 is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 66 | 214 | - |
| CMYK | 0.52 | 0.69 | 0 | 0.16 |
| HSL | 255º | 0.64% | 0.55% | - |
| HSV(B) | 255º | 0.69% | 0.84% | - |
| XYZ | 19.68 | 11.64 | 64.83 | - |
| YUV | 93.94 | 195.76 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 66 | 214 | 0.52 | 0.69 | 0 | 0.16 | 255 | 0.64 | 0.55 |
| Hex | 67 | 42 | D6 | 34 | 45 | 0 | 10 | FF | 40 | 37 |
| Octal | 147 | 102 | 326 | 64 | 105 | 0 | 20 | 377 | 100 | 67 |
| Binary | 1100111 | 1000010 | 11010110 | 110100 | 1000101 | 0 | 10000 | 11111111 | 1000000 | 110111 |
Color Harmonies of #6742D6
Complementary color
Monochromatic Colors of #6742D6
Black with #6742D6
Text Example
Text Example
White with #6742D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6742D6; }
p { color: rgb(103,66,214); }
H1.HeaderClassName
{
color: #6742D6;
}
.AnyTagClassName
{
color: #6742D6;
}
</style>
background-color css
<style>
a { background-color: #6742D6; }
a { background-color: rgb(103,66,214); }
div.DivClassName
{
background-color: #6742D6;
}
.BgClassName
{
background-color: #6742D6;
}
</style>
border-color css
<style>
span { border-color: #6742D6; }
span { border-color: rgb(103,66,214); }
td.TdClassName
{
border-color: #6742D6;
}
.TagClassName
{
border-color: #6742D6;
}
</style>