Shades of Slate Blue #6742DA
Tints of Slate Blue #6742DA
RGB
CMYK
RGB Variations
Color information
#6742DA (or 0x6742DA) is known color: Slate Blue. HEX triplet: 67, 42 and DA. RGB value is (103,66,218). Sum of RGB (Red+Green+Blue) = 103+66+218=387 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.61% from 387); Green value is 66 (26.17% from 255 or 17.05% from 387); Blue value is 218 (85.55% from 255 or 56.33% from 387); Max value from RGB is 218 - color contains mainly: blue. Hex color #6742DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6742DA is #98BD25. Grayscale: #5D5D5D. Windows color (decimal): -10009894 or 14303847. OLE color: 14303847.
HSL color Cylindrical-coordinate representation of color #6742DA: hue angle of 254.61º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6742DA is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 103 | 66 | 218 | - |
| CMYK | 0.53 | 0.70 | 0 | 0.15 |
| HSL | 254.61º | 0.67% | 0.56% | - |
| HSV(B) | 254.61º | 0.7% | 0.85% | - |
| XYZ | 20.2 | 11.84 | 67.55 | - |
| YUV | 94.39 | 197.76 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 66 | 218 | 0.53 | 0.70 | 0 | 0.15 | 254.61 | 0.67 | 0.56 |
| Hex | 67 | 42 | DA | 35 | 46 | 0 | F | FF | 43 | 38 |
| Octal | 147 | 102 | 332 | 65 | 106 | 0 | 17 | 377 | 103 | 70 |
| Binary | 1100111 | 1000010 | 11011010 | 110101 | 1000110 | 0 | 1111 | 11111111 | 1000011 | 111000 |
Color Harmonies of #6742DA
Complementary color
Monochromatic Colors of #6742DA
Black with #6742DA
Text Example
Text Example
White with #6742DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6742DA; }
p { color: rgb(103,66,218); }
H1.HeaderClassName
{
color: #6742DA;
}
.AnyTagClassName
{
color: #6742DA;
}
</style>
background-color css
<style>
a { background-color: #6742DA; }
a { background-color: rgb(103,66,218); }
div.DivClassName
{
background-color: #6742DA;
}
.BgClassName
{
background-color: #6742DA;
}
</style>
border-color css
<style>
span { border-color: #6742DA; }
span { border-color: rgb(103,66,218); }
td.TdClassName
{
border-color: #6742DA;
}
.TagClassName
{
border-color: #6742DA;
}
</style>