Shades of Slate Blue #6654CE
Tints of Slate Blue #6654CE
RGB
CMYK
RGB Variations
Color information
#6654CE (or 0x6654CE) is known color: Slate Blue. HEX triplet: 66, 54 and CE. RGB value is (102,84,206). Sum of RGB (Red+Green+Blue) = 102+84+206=392 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.02% from 392); Green value is 84 (33.20% from 255 or 21.43% from 392); Blue value is 206 (80.86% from 255 or 52.55% from 392); Max value from RGB is 206 - color contains mainly: blue. Hex color #6654CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6654CE is #99AB31. Grayscale: #666666. Windows color (decimal): -10070834 or 13522022. OLE color: 13522022.
HSL color Cylindrical-coordinate representation of color #6654CE: hue angle of 248.85º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6654CE is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 84 | 206 | - |
| CMYK | 0.50 | 0.59 | 0 | 0.19 |
| HSL | 248.85º | 0.55% | 0.57% | - |
| HSV(B) | 248.85º | 0.59% | 0.81% | - |
| XYZ | 19.79 | 13.62 | 59.98 | - |
| YUV | 103.29 | 185.96 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 84 | 206 | 0.50 | 0.59 | 0 | 0.19 | 248.85 | 0.55 | 0.57 |
| Hex | 66 | 54 | CE | 32 | 3B | 0 | 13 | F9 | 37 | 39 |
| Octal | 146 | 124 | 316 | 62 | 73 | 0 | 23 | 371 | 67 | 71 |
| Binary | 1100110 | 1010100 | 11001110 | 110010 | 111011 | 0 | 10011 | 11111001 | 110111 | 111001 |
Color Harmonies of #6654CE
Complementary color
Monochromatic Colors of #6654CE
Black with #6654CE
Text Example
Text Example
White with #6654CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6654CE; }
p { color: rgb(102,84,206); }
H1.HeaderClassName
{
color: #6654CE;
}
.AnyTagClassName
{
color: #6654CE;
}
</style>
background-color css
<style>
a { background-color: #6654CE; }
a { background-color: rgb(102,84,206); }
div.DivClassName
{
background-color: #6654CE;
}
.BgClassName
{
background-color: #6654CE;
}
</style>
border-color css
<style>
span { border-color: #6654CE; }
span { border-color: rgb(102,84,206); }
td.TdClassName
{
border-color: #6654CE;
}
.TagClassName
{
border-color: #6654CE;
}
</style>