Shades of Slate Blue #6555CC
Tints of Slate Blue #6555CC
RGB
CMYK
RGB Variations
Color information
#6555CC (or 0x6555CC) is known color: Slate Blue. HEX triplet: 65, 55 and CC. RGB value is (101,85,204). Sum of RGB (Red+Green+Blue) = 101+85+204=390 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.90% from 390); Green value is 85 (33.59% from 255 or 21.79% from 390); Blue value is 204 (80.08% from 255 or 52.31% from 390); Max value from RGB is 204 - color contains mainly: blue. Hex color #6555CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6555CC is #9AAA33. Grayscale: #666666. Windows color (decimal): -10136116 or 13391205. OLE color: 13391205.
HSL color Cylindrical-coordinate representation of color #6555CC: hue angle of 248.07º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6555CC is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 101 | 85 | 204 | - |
| CMYK | 0.50 | 0.58 | 0 | 0.2 |
| HSL | 248.07º | 0.54% | 0.57% | - |
| HSV(B) | 248.07º | 0.58% | 0.8% | - |
| XYZ | 19.51 | 13.62 | 58.73 | - |
| YUV | 103.35 | 184.8 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 85 | 204 | 0.50 | 0.58 | 0 | 0.2 | 248.07 | 0.54 | 0.57 |
| Hex | 65 | 55 | CC | 32 | 3A | 0 | 14 | F8 | 36 | 39 |
| Octal | 145 | 125 | 314 | 62 | 72 | 0 | 24 | 370 | 66 | 71 |
| Binary | 1100101 | 1010101 | 11001100 | 110010 | 111010 | 0 | 10100 | 11111000 | 110110 | 111001 |
Color Harmonies of #6555CC
Complementary color
Monochromatic Colors of #6555CC
Black with #6555CC
Text Example
Text Example
White with #6555CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6555CC; }
p { color: rgb(101,85,204); }
H1.HeaderClassName
{
color: #6555CC;
}
.AnyTagClassName
{
color: #6555CC;
}
</style>
background-color css
<style>
a { background-color: #6555CC; }
a { background-color: rgb(101,85,204); }
div.DivClassName
{
background-color: #6555CC;
}
.BgClassName
{
background-color: #6555CC;
}
</style>
border-color css
<style>
span { border-color: #6555CC; }
span { border-color: rgb(101,85,204); }
td.TdClassName
{
border-color: #6555CC;
}
.TagClassName
{
border-color: #6555CC;
}
</style>