Shades of Slate Blue #6659DA
Tints of Slate Blue #6659DA
RGB
CMYK
RGB Variations
Color information
#6659DA (or 0x6659DA) is known color: Slate Blue. HEX triplet: 66, 59 and DA. RGB value is (102,89,218). Sum of RGB (Red+Green+Blue) = 102+89+218=409 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.94% from 409); Green value is 89 (35.16% from 255 or 21.76% from 409); Blue value is 218 (85.55% from 255 or 53.30% from 409); Max value from RGB is 218 - color contains mainly: blue. Hex color #6659DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6659DA is #99A625. Grayscale: #6B6B6B. Windows color (decimal): -10069542 or 14309734. OLE color: 14309734.
HSL color Cylindrical-coordinate representation of color #6659DA: hue angle of 246.05º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6659DA is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 89 | 218 | - |
| CMYK | 0.53 | 0.59 | 0 | 0.15 |
| HSL | 246.05º | 0.64% | 0.6% | - |
| HSV(B) | 246.05º | 0.59% | 0.85% | - |
| XYZ | 21.71 | 15.03 | 68.09 | - |
| YUV | 107.59 | 190.31 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 89 | 218 | 0.53 | 0.59 | 0 | 0.15 | 246.05 | 0.64 | 0.6 |
| Hex | 66 | 59 | DA | 35 | 3B | 0 | F | F6 | 40 | 3C |
| Octal | 146 | 131 | 332 | 65 | 73 | 0 | 17 | 366 | 100 | 74 |
| Binary | 1100110 | 1011001 | 11011010 | 110101 | 111011 | 0 | 1111 | 11110110 | 1000000 | 111100 |
Color Harmonies of #6659DA
Complementary color
Monochromatic Colors of #6659DA
Black with #6659DA
Text Example
Text Example
White with #6659DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6659DA; }
p { color: rgb(102,89,218); }
H1.HeaderClassName
{
color: #6659DA;
}
.AnyTagClassName
{
color: #6659DA;
}
</style>
background-color css
<style>
a { background-color: #6659DA; }
a { background-color: rgb(102,89,218); }
div.DivClassName
{
background-color: #6659DA;
}
.BgClassName
{
background-color: #6659DA;
}
</style>
border-color css
<style>
span { border-color: #6659DA; }
span { border-color: rgb(102,89,218); }
td.TdClassName
{
border-color: #6659DA;
}
.TagClassName
{
border-color: #6659DA;
}
</style>