Shades of Slate Blue #6550CB
Tints of Slate Blue #6550CB
RGB
CMYK
RGB Variations
Color information
#6550CB (or 0x6550CB) is known color: Slate Blue. HEX triplet: 65, 50 and CB. RGB value is (101,80,203). Sum of RGB (Red+Green+Blue) = 101+80+203=384 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.30% from 384); Green value is 80 (31.64% from 255 or 20.83% from 384); Blue value is 203 (79.69% from 255 or 52.86% from 384); Max value from RGB is 203 - color contains mainly: blue. Hex color #6550CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6550CB is #9AAF34. Grayscale: #636363. Windows color (decimal): -10137397 or 13324389. OLE color: 13324389.
HSL color Cylindrical-coordinate representation of color #6550CB: hue angle of 250.24º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6550CB is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 80 | 203 | - |
| CMYK | 0.50 | 0.61 | 0 | 0.20 |
| HSL | 250.24º | 0.54% | 0.55% | - |
| HSV(B) | 250.24º | 0.61% | 0.8% | - |
| XYZ | 19.01 | 12.82 | 57.97 | - |
| YUV | 100.3 | 185.96 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 80 | 203 | 0.50 | 0.61 | 0 | 0.20 | 250.24 | 0.54 | 0.55 |
| Hex | 65 | 50 | CB | 32 | 3D | 0 | 14 | FA | 36 | 37 |
| Octal | 145 | 120 | 313 | 62 | 75 | 0 | 24 | 372 | 66 | 67 |
| Binary | 1100101 | 1010000 | 11001011 | 110010 | 111101 | 0 | 10100 | 11111010 | 110110 | 110111 |
Color Harmonies of #6550CB
Complementary color
Monochromatic Colors of #6550CB
Black with #6550CB
Text Example
Text Example
White with #6550CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6550CB; }
p { color: rgb(101,80,203); }
H1.HeaderClassName
{
color: #6550CB;
}
.AnyTagClassName
{
color: #6550CB;
}
</style>
background-color css
<style>
a { background-color: #6550CB; }
a { background-color: rgb(101,80,203); }
div.DivClassName
{
background-color: #6550CB;
}
.BgClassName
{
background-color: #6550CB;
}
</style>
border-color css
<style>
span { border-color: #6550CB; }
span { border-color: rgb(101,80,203); }
td.TdClassName
{
border-color: #6550CB;
}
.TagClassName
{
border-color: #6550CB;
}
</style>