Shades of Slate Blue #6655E0
Tints of Slate Blue #6655E0
RGB
CMYK
RGB Variations
Color information
#6655E0 (or 0x6655E0) is known color: Slate Blue. HEX triplet: 66, 55 and E0. RGB value is (102,85,224). Sum of RGB (Red+Green+Blue) = 102+85+224=411 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.82% from 411); Green value is 85 (33.59% from 255 or 20.68% from 411); Blue value is 224 (87.89% from 255 or 54.50% from 411); Max value from RGB is 224 - color contains mainly: blue. Hex color #6655E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6655E0 is #99AA1F. Grayscale: #696969. Windows color (decimal): -10070560 or 14701926. OLE color: 14701926.
HSL color Cylindrical-coordinate representation of color #6655E0: hue angle of 247.34º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6655E0 is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 102 | 85 | 224 | - |
| CMYK | 0.54 | 0.62 | 0 | 0.12 |
| HSL | 247.34º | 0.69% | 0.61% | - |
| HSV(B) | 247.34º | 0.62% | 0.88% | - |
| XYZ | 22.18 | 14.7 | 72.19 | - |
| YUV | 105.93 | 194.63 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 85 | 224 | 0.54 | 0.62 | 0 | 0.12 | 247.34 | 0.69 | 0.61 |
| Hex | 66 | 55 | E0 | 36 | 3E | 0 | C | F7 | 45 | 3D |
| Octal | 146 | 125 | 340 | 66 | 76 | 0 | 14 | 367 | 105 | 75 |
| Binary | 1100110 | 1010101 | 11100000 | 110110 | 111110 | 0 | 1100 | 11110111 | 1000101 | 111101 |
Color Harmonies of #6655E0
Complementary color
Monochromatic Colors of #6655E0
Black with #6655E0
Text Example
Text Example
White with #6655E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6655E0; }
p { color: rgb(102,85,224); }
H1.HeaderClassName
{
color: #6655E0;
}
.AnyTagClassName
{
color: #6655E0;
}
</style>
background-color css
<style>
a { background-color: #6655E0; }
a { background-color: rgb(102,85,224); }
div.DivClassName
{
background-color: #6655E0;
}
.BgClassName
{
background-color: #6655E0;
}
</style>
border-color css
<style>
span { border-color: #6655E0; }
span { border-color: rgb(102,85,224); }
td.TdClassName
{
border-color: #6655E0;
}
.TagClassName
{
border-color: #6655E0;
}
</style>