Shades of Slate Blue #6650CC
Tints of Slate Blue #6650CC
RGB
CMYK
RGB Variations
Color information
#6650CC (or 0x6650CC) is known color: Slate Blue. HEX triplet: 66, 50 and CC. RGB value is (102,80,204). Sum of RGB (Red+Green+Blue) = 102+80+204=386 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.42% from 386); Green value is 80 (31.64% from 255 or 20.73% from 386); Blue value is 204 (80.08% from 255 or 52.85% from 386); Max value from RGB is 204 - color contains mainly: blue. Hex color #6650CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6650CC is #99AF33. Grayscale: #646464. Windows color (decimal): -10071860 or 13389926. OLE color: 13389926.
HSL color Cylindrical-coordinate representation of color #6650CC: hue angle of 250.65º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6650CC is Cyan = 0.5, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 102 | 80 | 204 | - |
| CMYK | 0.5 | 0.61 | 0 | 0.2 |
| HSL | 250.65º | 0.55% | 0.56% | - |
| HSV(B) | 250.65º | 0.61% | 0.8% | - |
| XYZ | 19.25 | 12.92 | 58.61 | - |
| YUV | 100.71 | 186.29 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 80 | 204 | 0.5 | 0.61 | 0 | 0.2 | 250.65 | 0.55 | 0.56 |
| Hex | 66 | 50 | CC | 32 | 3D | 0 | 14 | FB | 37 | 38 |
| Octal | 146 | 120 | 314 | 62 | 75 | 0 | 24 | 373 | 67 | 70 |
| Binary | 1100110 | 1010000 | 11001100 | 110010 | 111101 | 0 | 10100 | 11111011 | 110111 | 111000 |
Color Harmonies of #6650CC
Complementary color
Monochromatic Colors of #6650CC
Black with #6650CC
Text Example
Text Example
White with #6650CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6650CC; }
p { color: rgb(102,80,204); }
H1.HeaderClassName
{
color: #6650CC;
}
.AnyTagClassName
{
color: #6650CC;
}
</style>
background-color css
<style>
a { background-color: #6650CC; }
a { background-color: rgb(102,80,204); }
div.DivClassName
{
background-color: #6650CC;
}
.BgClassName
{
background-color: #6650CC;
}
</style>
border-color css
<style>
span { border-color: #6650CC; }
span { border-color: rgb(102,80,204); }
td.TdClassName
{
border-color: #6650CC;
}
.TagClassName
{
border-color: #6650CC;
}
</style>