Shades of Slate Blue #6641DA
Tints of Slate Blue #6641DA
RGB
CMYK
RGB Variations
Color information
#6641DA (or 0x6641DA) is known color: Slate Blue. HEX triplet: 66, 41 and DA. RGB value is (102,65,218). Sum of RGB (Red+Green+Blue) = 102+65+218=385 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.49% from 385); Green value is 65 (25.78% from 255 or 16.88% from 385); Blue value is 218 (85.55% from 255 or 56.62% from 385); Max value from RGB is 218 - color contains mainly: blue. Hex color #6641DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6641DA is #99BE25. Grayscale: #5C5C5C. Windows color (decimal): -10075686 or 14303590. OLE color: 14303590.
HSL color Cylindrical-coordinate representation of color #6641DA: hue angle of 254.51º 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 #6641DA is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 65 | 218 | - |
| CMYK | 0.53 | 0.70 | 0 | 0.15 |
| HSL | 254.51º | 0.67% | 0.55% | - |
| HSV(B) | 254.51º | 0.7% | 0.85% | - |
| XYZ | 20.02 | 11.67 | 67.53 | - |
| YUV | 93.51 | 198.26 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 65 | 218 | 0.53 | 0.70 | 0 | 0.15 | 254.51 | 0.67 | 0.55 |
| Hex | 66 | 41 | DA | 35 | 46 | 0 | F | FF | 43 | 37 |
| Octal | 146 | 101 | 332 | 65 | 106 | 0 | 17 | 377 | 103 | 67 |
| Binary | 1100110 | 1000001 | 11011010 | 110101 | 1000110 | 0 | 1111 | 11111111 | 1000011 | 110111 |
Color Harmonies of #6641DA
Complementary color
Monochromatic Colors of #6641DA
Black with #6641DA
Text Example
Text Example
White with #6641DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6641DA; }
p { color: rgb(102,65,218); }
H1.HeaderClassName
{
color: #6641DA;
}
.AnyTagClassName
{
color: #6641DA;
}
</style>
background-color css
<style>
a { background-color: #6641DA; }
a { background-color: rgb(102,65,218); }
div.DivClassName
{
background-color: #6641DA;
}
.BgClassName
{
background-color: #6641DA;
}
</style>
border-color css
<style>
span { border-color: #6641DA; }
span { border-color: rgb(102,65,218); }
td.TdClassName
{
border-color: #6641DA;
}
.TagClassName
{
border-color: #6641DA;
}
</style>