Shades of Slate Blue #6650CE
Tints of Slate Blue #6650CE
RGB
CMYK
RGB Variations
Color information
#6650CE (or 0x6650CE) is known color: Slate Blue. HEX triplet: 66, 50 and CE. RGB value is (102,80,206). Sum of RGB (Red+Green+Blue) = 102+80+206=388 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.29% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #6650CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6650CE is #99AF31. Grayscale: #646464. Windows color (decimal): -10071858 or 13520998. OLE color: 13520998.
HSL color Cylindrical-coordinate representation of color #6650CE: hue angle of 250.48º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6650CE is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 80 | 206 | - |
| CMYK | 0.50 | 0.61 | 0 | 0.19 |
| HSL | 250.48º | 0.56% | 0.56% | - |
| HSV(B) | 250.48º | 0.61% | 0.81% | - |
| XYZ | 19.49 | 13.02 | 59.88 | - |
| YUV | 100.94 | 187.29 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 80 | 206 | 0.50 | 0.61 | 0 | 0.19 | 250.48 | 0.56 | 0.56 |
| Hex | 66 | 50 | CE | 32 | 3D | 0 | 13 | FA | 38 | 38 |
| Octal | 146 | 120 | 316 | 62 | 75 | 0 | 23 | 372 | 70 | 70 |
| Binary | 1100110 | 1010000 | 11001110 | 110010 | 111101 | 0 | 10011 | 11111010 | 111000 | 111000 |
Color Harmonies of #6650CE
Complementary color
Monochromatic Colors of #6650CE
Black with #6650CE
Text Example
Text Example
White with #6650CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6650CE; }
p { color: rgb(102,80,206); }
H1.HeaderClassName
{
color: #6650CE;
}
.AnyTagClassName
{
color: #6650CE;
}
</style>
background-color css
<style>
a { background-color: #6650CE; }
a { background-color: rgb(102,80,206); }
div.DivClassName
{
background-color: #6650CE;
}
.BgClassName
{
background-color: #6650CE;
}
</style>
border-color css
<style>
span { border-color: #6650CE; }
span { border-color: rgb(102,80,206); }
td.TdClassName
{
border-color: #6650CE;
}
.TagClassName
{
border-color: #6650CE;
}
</style>