Shades of Slate Blue #655FCE
Tints of Slate Blue #655FCE
RGB
CMYK
RGB Variations
Color information
#655FCE (or 0x655FCE) is known color: Slate Blue. HEX triplet: 65, 5F and CE. RGB value is (101,95,206). Sum of RGB (Red+Green+Blue) = 101+95+206=402 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.12% from 402); Green value is 95 (37.5% from 255 or 23.63% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #655FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655FCE is #9AA031. Grayscale: #6D6D6D. Windows color (decimal): -10133554 or 13524837. OLE color: 13524837.
HSL color Cylindrical-coordinate representation of color #655FCE: hue angle of 243.24º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #655FCE is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 95 | 206 | - |
| CMYK | 0.51 | 0.54 | 0 | 0.19 |
| HSL | 243.24º | 0.53% | 0.59% | - |
| HSV(B) | 243.24º | 0.54% | 0.81% | - |
| XYZ | 20.6 | 15.41 | 60.28 | - |
| YUV | 109.45 | 182.49 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 95 | 206 | 0.51 | 0.54 | 0 | 0.19 | 243.24 | 0.53 | 0.59 |
| Hex | 65 | 5F | CE | 33 | 36 | 0 | 13 | F3 | 35 | 3B |
| Octal | 145 | 137 | 316 | 63 | 66 | 0 | 23 | 363 | 65 | 73 |
| Binary | 1100101 | 1011111 | 11001110 | 110011 | 110110 | 0 | 10011 | 11110011 | 110101 | 111011 |
Color Harmonies of #655FCE
Complementary color
Monochromatic Colors of #655FCE
Black with #655FCE
Text Example
Text Example
White with #655FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655FCE; }
p { color: rgb(101,95,206); }
H1.HeaderClassName
{
color: #655FCE;
}
.AnyTagClassName
{
color: #655FCE;
}
</style>
background-color css
<style>
a { background-color: #655FCE; }
a { background-color: rgb(101,95,206); }
div.DivClassName
{
background-color: #655FCE;
}
.BgClassName
{
background-color: #655FCE;
}
</style>
border-color css
<style>
span { border-color: #655FCE; }
span { border-color: rgb(101,95,206); }
td.TdClassName
{
border-color: #655FCE;
}
.TagClassName
{
border-color: #655FCE;
}
</style>