Shades of Slate Blue #655CCF
Tints of Slate Blue #655CCF
RGB
CMYK
RGB Variations
Color information
#655CCF (or 0x655CCF) is known color: Slate Blue. HEX triplet: 65, 5C and CF. RGB value is (101,92,207). Sum of RGB (Red+Green+Blue) = 101+92+207=400 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.25% from 400); Green value is 92 (36.33% from 255 or 23% from 400); Blue value is 207 (81.25% from 255 or 51.75% from 400); Max value from RGB is 207 - color contains mainly: blue. Hex color #655CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655CCF is #9AA330. Grayscale: #6B6B6B. Windows color (decimal): -10134321 or 13589605. OLE color: 13589605.
HSL color Cylindrical-coordinate representation of color #655CCF: hue angle of 244.7º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #655CCF is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 92 | 207 | - |
| CMYK | 0.51 | 0.56 | 0 | 0.19 |
| HSL | 244.7º | 0.55% | 0.59% | - |
| HSV(B) | 244.7º | 0.56% | 0.81% | - |
| XYZ | 20.46 | 14.93 | 60.83 | - |
| YUV | 107.8 | 183.98 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 92 | 207 | 0.51 | 0.56 | 0 | 0.19 | 244.7 | 0.55 | 0.59 |
| Hex | 65 | 5C | CF | 33 | 38 | 0 | 13 | F5 | 37 | 3B |
| Octal | 145 | 134 | 317 | 63 | 70 | 0 | 23 | 365 | 67 | 73 |
| Binary | 1100101 | 1011100 | 11001111 | 110011 | 111000 | 0 | 10011 | 11110101 | 110111 | 111011 |
Color Harmonies of #655CCF
Complementary color
Monochromatic Colors of #655CCF
Black with #655CCF
Text Example
Text Example
White with #655CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655CCF; }
p { color: rgb(101,92,207); }
H1.HeaderClassName
{
color: #655CCF;
}
.AnyTagClassName
{
color: #655CCF;
}
</style>
background-color css
<style>
a { background-color: #655CCF; }
a { background-color: rgb(101,92,207); }
div.DivClassName
{
background-color: #655CCF;
}
.BgClassName
{
background-color: #655CCF;
}
</style>
border-color css
<style>
span { border-color: #655CCF; }
span { border-color: rgb(101,92,207); }
td.TdClassName
{
border-color: #655CCF;
}
.TagClassName
{
border-color: #655CCF;
}
</style>