Shades of Slate Blue #655CCE
Tints of Slate Blue #655CCE
RGB
CMYK
RGB Variations
Color information
#655CCE (or 0x655CCE) is known color: Slate Blue. HEX triplet: 65, 5C and CE. RGB value is (101,92,206). Sum of RGB (Red+Green+Blue) = 101+92+206=399 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.31% from 399); Green value is 92 (36.33% from 255 or 23.06% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #655CCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655CCE is #9AA331. Grayscale: #6B6B6B. Windows color (decimal): -10134322 or 13524069. OLE color: 13524069.
HSL color Cylindrical-coordinate representation of color #655CCE: hue angle of 244.74º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #655CCE is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 92 | 206 | - |
| CMYK | 0.51 | 0.55 | 0 | 0.19 |
| HSL | 244.74º | 0.54% | 0.58% | - |
| HSV(B) | 244.74º | 0.55% | 0.81% | - |
| XYZ | 20.33 | 14.88 | 60.19 | - |
| YUV | 107.69 | 183.48 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 92 | 206 | 0.51 | 0.55 | 0 | 0.19 | 244.74 | 0.54 | 0.58 |
| Hex | 65 | 5C | CE | 33 | 37 | 0 | 13 | F5 | 36 | 3A |
| Octal | 145 | 134 | 316 | 63 | 67 | 0 | 23 | 365 | 66 | 72 |
| Binary | 1100101 | 1011100 | 11001110 | 110011 | 110111 | 0 | 10011 | 11110101 | 110110 | 111010 |
Color Harmonies of #655CCE
Complementary color
Monochromatic Colors of #655CCE
Black with #655CCE
Text Example
Text Example
White with #655CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655CCE; }
p { color: rgb(101,92,206); }
H1.HeaderClassName
{
color: #655CCE;
}
.AnyTagClassName
{
color: #655CCE;
}
</style>
background-color css
<style>
a { background-color: #655CCE; }
a { background-color: rgb(101,92,206); }
div.DivClassName
{
background-color: #655CCE;
}
.BgClassName
{
background-color: #655CCE;
}
</style>
border-color css
<style>
span { border-color: #655CCE; }
span { border-color: rgb(101,92,206); }
td.TdClassName
{
border-color: #655CCE;
}
.TagClassName
{
border-color: #655CCE;
}
</style>