Shades of Slate Blue #6658DA
Tints of Slate Blue #6658DA
RGB
CMYK
RGB Variations
Color information
#6658DA (or 0x6658DA) is known color: Slate Blue. HEX triplet: 66, 58 and DA. RGB value is (102,88,218). Sum of RGB (Red+Green+Blue) = 102+88+218=408 (54% of max value = 765). Red value is 102 (40.23% from 255 or 25% from 408); Green value is 88 (34.77% from 255 or 21.57% from 408); Blue value is 218 (85.55% from 255 or 53.43% from 408); Max value from RGB is 218 - color contains mainly: blue. Hex color #6658DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6658DA is #99A725. Grayscale: #6A6A6A. Windows color (decimal): -10069798 or 14309478. OLE color: 14309478.
HSL color Cylindrical-coordinate representation of color #6658DA: hue angle of 246.46º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6658DA is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 88 | 218 | - |
| CMYK | 0.53 | 0.60 | 0 | 0.15 |
| HSL | 246.46º | 0.64% | 0.6% | - |
| HSV(B) | 246.46º | 0.6% | 0.85% | - |
| XYZ | 21.62 | 14.87 | 68.06 | - |
| YUV | 107.01 | 190.64 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 88 | 218 | 0.53 | 0.60 | 0 | 0.15 | 246.46 | 0.64 | 0.6 |
| Hex | 66 | 58 | DA | 35 | 3C | 0 | F | F6 | 40 | 3C |
| Octal | 146 | 130 | 332 | 65 | 74 | 0 | 17 | 366 | 100 | 74 |
| Binary | 1100110 | 1011000 | 11011010 | 110101 | 111100 | 0 | 1111 | 11110110 | 1000000 | 111100 |
Color Harmonies of #6658DA
Complementary color
Monochromatic Colors of #6658DA
Black with #6658DA
Text Example
Text Example
White with #6658DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6658DA; }
p { color: rgb(102,88,218); }
H1.HeaderClassName
{
color: #6658DA;
}
.AnyTagClassName
{
color: #6658DA;
}
</style>
background-color css
<style>
a { background-color: #6658DA; }
a { background-color: rgb(102,88,218); }
div.DivClassName
{
background-color: #6658DA;
}
.BgClassName
{
background-color: #6658DA;
}
</style>
border-color css
<style>
span { border-color: #6658DA; }
span { border-color: rgb(102,88,218); }
td.TdClassName
{
border-color: #6658DA;
}
.TagClassName
{
border-color: #6658DA;
}
</style>