Shades of Slate Blue #6550CE
Tints of Slate Blue #6550CE
RGB
CMYK
RGB Variations
Color information
#6550CE (or 0x6550CE) is known color: Slate Blue. HEX triplet: 65, 50 and CE. RGB value is (101,80,206). Sum of RGB (Red+Green+Blue) = 101+80+206=387 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.10% from 387); Green value is 80 (31.64% from 255 or 20.67% from 387); Blue value is 206 (80.86% from 255 or 53.23% from 387); Max value from RGB is 206 - color contains mainly: blue. Hex color #6550CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6550CE is #9AAF31. Grayscale: #646464. Windows color (decimal): -10137394 or 13520997. OLE color: 13520997.
HSL color Cylindrical-coordinate representation of color #6550CE: hue angle of 250º 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 #6550CE is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 80 | 206 | - |
| CMYK | 0.51 | 0.61 | 0 | 0.19 |
| HSL | 250º | 0.56% | 0.56% | - |
| HSV(B) | 250º | 0.61% | 0.81% | - |
| XYZ | 19.38 | 12.96 | 59.87 | - |
| YUV | 100.64 | 187.46 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 80 | 206 | 0.51 | 0.61 | 0 | 0.19 | 250 | 0.56 | 0.56 |
| Hex | 65 | 50 | CE | 33 | 3D | 0 | 13 | FA | 38 | 38 |
| Octal | 145 | 120 | 316 | 63 | 75 | 0 | 23 | 372 | 70 | 70 |
| Binary | 1100101 | 1010000 | 11001110 | 110011 | 111101 | 0 | 10011 | 11111010 | 111000 | 111000 |
Color Harmonies of #6550CE
Complementary color
Monochromatic Colors of #6550CE
Black with #6550CE
Text Example
Text Example
White with #6550CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6550CE; }
p { color: rgb(101,80,206); }
H1.HeaderClassName
{
color: #6550CE;
}
.AnyTagClassName
{
color: #6550CE;
}
</style>
background-color css
<style>
a { background-color: #6550CE; }
a { background-color: rgb(101,80,206); }
div.DivClassName
{
background-color: #6550CE;
}
.BgClassName
{
background-color: #6550CE;
}
</style>
border-color css
<style>
span { border-color: #6550CE; }
span { border-color: rgb(101,80,206); }
td.TdClassName
{
border-color: #6550CE;
}
.TagClassName
{
border-color: #6550CE;
}
</style>