Shades of Slate Blue #6661DA
Tints of Slate Blue #6661DA
RGB
CMYK
RGB Variations
Color information
#6661DA (or 0x6661DA) is known color: Slate Blue. HEX triplet: 66, 61 and DA. RGB value is (102,97,218). Sum of RGB (Red+Green+Blue) = 102+97+218=417 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.46% from 417); Green value is 97 (38.28% from 255 or 23.26% from 417); Blue value is 218 (85.55% from 255 or 52.28% from 417); Max value from RGB is 218 - color contains mainly: blue. Hex color #6661DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6661DA is #999E25. Grayscale: #6F6F6F. Windows color (decimal): -10067494 or 14311782. OLE color: 14311782.
HSL color Cylindrical-coordinate representation of color #6661DA: hue angle of 242.48º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6661DA is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 97 | 218 | - |
| CMYK | 0.53 | 0.56 | 0 | 0.15 |
| HSL | 242.48º | 0.62% | 0.62% | - |
| HSV(B) | 242.48º | 0.56% | 0.85% | - |
| XYZ | 22.41 | 16.44 | 68.32 | - |
| YUV | 112.29 | 187.66 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 97 | 218 | 0.53 | 0.56 | 0 | 0.15 | 242.48 | 0.62 | 0.62 |
| Hex | 66 | 61 | DA | 35 | 38 | 0 | F | F2 | 3E | 3E |
| Octal | 146 | 141 | 332 | 65 | 70 | 0 | 17 | 362 | 76 | 76 |
| Binary | 1100110 | 1100001 | 11011010 | 110101 | 111000 | 0 | 1111 | 11110010 | 111110 | 111110 |
Color Harmonies of #6661DA
Complementary color
Monochromatic Colors of #6661DA
Black with #6661DA
Text Example
Text Example
White with #6661DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6661DA; }
p { color: rgb(102,97,218); }
H1.HeaderClassName
{
color: #6661DA;
}
.AnyTagClassName
{
color: #6661DA;
}
</style>
background-color css
<style>
a { background-color: #6661DA; }
a { background-color: rgb(102,97,218); }
div.DivClassName
{
background-color: #6661DA;
}
.BgClassName
{
background-color: #6661DA;
}
</style>
border-color css
<style>
span { border-color: #6661DA; }
span { border-color: rgb(102,97,218); }
td.TdClassName
{
border-color: #6661DA;
}
.TagClassName
{
border-color: #6661DA;
}
</style>