Shades of Slate Blue #654CCB
Tints of Slate Blue #654CCB
RGB
CMYK
RGB Variations
Color information
#654CCB (or 0x654CCB) is known color: Slate Blue. HEX triplet: 65, 4C and CB. RGB value is (101,76,203). Sum of RGB (Red+Green+Blue) = 101+76+203=380 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.58% from 380); Green value is 76 (30.08% from 255 or 20% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #654CCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #654CCB is #9AB334. Grayscale: #616161. Windows color (decimal): -10138421 or 13323365. OLE color: 13323365.
HSL color Cylindrical-coordinate representation of color #654CCB: hue angle of 251.81º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #654CCB is Cyan = 0.50, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 76 | 203 | - |
| CMYK | 0.50 | 0.63 | 0 | 0.20 |
| HSL | 251.81º | 0.55% | 0.55% | - |
| HSV(B) | 251.81º | 0.63% | 0.8% | - |
| XYZ | 18.73 | 12.25 | 57.88 | - |
| YUV | 97.95 | 187.28 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 76 | 203 | 0.50 | 0.63 | 0 | 0.20 | 251.81 | 0.55 | 0.55 |
| Hex | 65 | 4C | CB | 32 | 3F | 0 | 14 | FC | 37 | 37 |
| Octal | 145 | 114 | 313 | 62 | 77 | 0 | 24 | 374 | 67 | 67 |
| Binary | 1100101 | 1001100 | 11001011 | 110010 | 111111 | 0 | 10100 | 11111100 | 110111 | 110111 |
Color Harmonies of #654CCB
Complementary color
Monochromatic Colors of #654CCB
Black with #654CCB
Text Example
Text Example
White with #654CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654CCB; }
p { color: rgb(101,76,203); }
H1.HeaderClassName
{
color: #654CCB;
}
.AnyTagClassName
{
color: #654CCB;
}
</style>
background-color css
<style>
a { background-color: #654CCB; }
a { background-color: rgb(101,76,203); }
div.DivClassName
{
background-color: #654CCB;
}
.BgClassName
{
background-color: #654CCB;
}
</style>
border-color css
<style>
span { border-color: #654CCB; }
span { border-color: rgb(101,76,203); }
td.TdClassName
{
border-color: #654CCB;
}
.TagClassName
{
border-color: #654CCB;
}
</style>