Shades of Slate Blue #6741DA
Tints of Slate Blue #6741DA
RGB
CMYK
RGB Variations
Color information
#6741DA (or 0x6741DA) is known color: Slate Blue. HEX triplet: 67, 41 and DA. RGB value is (103,65,218). Sum of RGB (Red+Green+Blue) = 103+65+218=386 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.68% from 386); Green value is 65 (25.78% from 255 or 16.84% from 386); Blue value is 218 (85.55% from 255 or 56.48% from 386); Max value from RGB is 218 - color contains mainly: blue. Hex color #6741DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6741DA is #98BE25. Grayscale: #5D5D5D. Windows color (decimal): -10010150 or 14303591. OLE color: 14303591.
HSL color Cylindrical-coordinate representation of color #6741DA: hue angle of 254.9º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6741DA is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 103 | 65 | 218 | - |
| CMYK | 0.53 | 0.70 | 0 | 0.15 |
| HSL | 254.9º | 0.67% | 0.55% | - |
| HSV(B) | 254.9º | 0.7% | 0.85% | - |
| XYZ | 20.14 | 11.73 | 67.53 | - |
| YUV | 93.8 | 198.09 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 65 | 218 | 0.53 | 0.70 | 0 | 0.15 | 254.9 | 0.67 | 0.55 |
| Hex | 67 | 41 | DA | 35 | 46 | 0 | F | FF | 43 | 37 |
| Octal | 147 | 101 | 332 | 65 | 106 | 0 | 17 | 377 | 103 | 67 |
| Binary | 1100111 | 1000001 | 11011010 | 110101 | 1000110 | 0 | 1111 | 11111111 | 1000011 | 110111 |
Color Harmonies of #6741DA
Complementary color
Monochromatic Colors of #6741DA
Black with #6741DA
Text Example
Text Example
White with #6741DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6741DA; }
p { color: rgb(103,65,218); }
H1.HeaderClassName
{
color: #6741DA;
}
.AnyTagClassName
{
color: #6741DA;
}
</style>
background-color css
<style>
a { background-color: #6741DA; }
a { background-color: rgb(103,65,218); }
div.DivClassName
{
background-color: #6741DA;
}
.BgClassName
{
background-color: #6741DA;
}
</style>
border-color css
<style>
span { border-color: #6741DA; }
span { border-color: rgb(103,65,218); }
td.TdClassName
{
border-color: #6741DA;
}
.TagClassName
{
border-color: #6741DA;
}
</style>