Shades of Slate Blue #654FCF
Tints of Slate Blue #654FCF
RGB
CMYK
RGB Variations
Color information
#654FCF (or 0x654FCF) is known color: Slate Blue. HEX triplet: 65, 4F and CF. RGB value is (101,79,207). Sum of RGB (Red+Green+Blue) = 101+79+207=387 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.10% from 387); Green value is 79 (31.25% from 255 or 20.41% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #654FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #654FCF is #9AB030. Grayscale: #636363. Windows color (decimal): -10137649 or 13586277. OLE color: 13586277.
HSL color Cylindrical-coordinate representation of color #654FCF: hue angle of 250.31º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #654FCF is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 79 | 207 | - |
| CMYK | 0.51 | 0.62 | 0 | 0.19 |
| HSL | 250.31º | 0.57% | 0.56% | - |
| HSV(B) | 250.31º | 0.62% | 0.81% | - |
| XYZ | 19.43 | 12.86 | 60.49 | - |
| YUV | 100.17 | 188.29 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 79 | 207 | 0.51 | 0.62 | 0 | 0.19 | 250.31 | 0.57 | 0.56 |
| Hex | 65 | 4F | CF | 33 | 3E | 0 | 13 | FA | 39 | 38 |
| Octal | 145 | 117 | 317 | 63 | 76 | 0 | 23 | 372 | 71 | 70 |
| Binary | 1100101 | 1001111 | 11001111 | 110011 | 111110 | 0 | 10011 | 11111010 | 111001 | 111000 |
Color Harmonies of #654FCF
Complementary color
Monochromatic Colors of #654FCF
Black with #654FCF
Text Example
Text Example
White with #654FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654FCF; }
p { color: rgb(101,79,207); }
H1.HeaderClassName
{
color: #654FCF;
}
.AnyTagClassName
{
color: #654FCF;
}
</style>
background-color css
<style>
a { background-color: #654FCF; }
a { background-color: rgb(101,79,207); }
div.DivClassName
{
background-color: #654FCF;
}
.BgClassName
{
background-color: #654FCF;
}
</style>
border-color css
<style>
span { border-color: #654FCF; }
span { border-color: rgb(101,79,207); }
td.TdClassName
{
border-color: #654FCF;
}
.TagClassName
{
border-color: #654FCF;
}
</style>