Shades of Slate Blue #655FCC
Tints of Slate Blue #655FCC
RGB
CMYK
RGB Variations
Color information
#655FCC (or 0x655FCC) is known color: Slate Blue. HEX triplet: 65, 5F and CC. RGB value is (101,95,204). Sum of RGB (Red+Green+Blue) = 101+95+204=400 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.25% from 400); Green value is 95 (37.5% from 255 or 23.75% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #655FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655FCC is #9AA033. Grayscale: #6C6C6C. Windows color (decimal): -10133556 or 13393765. OLE color: 13393765.
HSL color Cylindrical-coordinate representation of color #655FCC: hue angle of 243.3º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #655FCC is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 101 | 95 | 204 | - |
| CMYK | 0.50 | 0.53 | 0 | 0.2 |
| HSL | 243.3º | 0.52% | 0.59% | - |
| HSV(B) | 243.3º | 0.53% | 0.8% | - |
| XYZ | 20.36 | 15.31 | 59.01 | - |
| YUV | 109.22 | 181.49 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 95 | 204 | 0.50 | 0.53 | 0 | 0.2 | 243.3 | 0.52 | 0.59 |
| Hex | 65 | 5F | CC | 32 | 35 | 0 | 14 | F3 | 34 | 3B |
| Octal | 145 | 137 | 314 | 62 | 65 | 0 | 24 | 363 | 64 | 73 |
| Binary | 1100101 | 1011111 | 11001100 | 110010 | 110101 | 0 | 10100 | 11110011 | 110100 | 111011 |
Color Harmonies of #655FCC
Complementary color
Monochromatic Colors of #655FCC
Black with #655FCC
Text Example
Text Example
White with #655FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655FCC; }
p { color: rgb(101,95,204); }
H1.HeaderClassName
{
color: #655FCC;
}
.AnyTagClassName
{
color: #655FCC;
}
</style>
background-color css
<style>
a { background-color: #655FCC; }
a { background-color: rgb(101,95,204); }
div.DivClassName
{
background-color: #655FCC;
}
.BgClassName
{
background-color: #655FCC;
}
</style>
border-color css
<style>
span { border-color: #655FCC; }
span { border-color: rgb(101,95,204); }
td.TdClassName
{
border-color: #655FCC;
}
.TagClassName
{
border-color: #655FCC;
}
</style>