Shades of Slate Blue #6461CF
Tints of Slate Blue #6461CF
RGB
CMYK
RGB Variations
Color information
#6461CF (or 0x6461CF) is known color: Slate Blue. HEX triplet: 64, 61 and CF. RGB value is (100,97,207). Sum of RGB (Red+Green+Blue) = 100+97+207=404 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.75% from 404); Green value is 97 (38.28% from 255 or 24.01% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #6461CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6461CF is #9B9E30. Grayscale: #6D6D6D. Windows color (decimal): -10198577 or 13590884. OLE color: 13590884.
HSL color Cylindrical-coordinate representation of color #6461CF: hue angle of 241.64º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6461CF is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 97 | 207 | - |
| CMYK | 0.52 | 0.53 | 0 | 0.19 |
| HSL | 241.64º | 0.53% | 0.6% | - |
| HSV(B) | 241.64º | 0.53% | 0.81% | - |
| XYZ | 20.79 | 15.76 | 60.98 | - |
| YUV | 110.44 | 182.49 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 97 | 207 | 0.52 | 0.53 | 0 | 0.19 | 241.64 | 0.53 | 0.6 |
| Hex | 64 | 61 | CF | 34 | 35 | 0 | 13 | F2 | 35 | 3C |
| Octal | 144 | 141 | 317 | 64 | 65 | 0 | 23 | 362 | 65 | 74 |
| Binary | 1100100 | 1100001 | 11001111 | 110100 | 110101 | 0 | 10011 | 11110010 | 110101 | 111100 |
Color Harmonies of #6461CF
Complementary color
Monochromatic Colors of #6461CF
Black with #6461CF
Text Example
Text Example
White with #6461CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6461CF; }
p { color: rgb(100,97,207); }
H1.HeaderClassName
{
color: #6461CF;
}
.AnyTagClassName
{
color: #6461CF;
}
</style>
background-color css
<style>
a { background-color: #6461CF; }
a { background-color: rgb(100,97,207); }
div.DivClassName
{
background-color: #6461CF;
}
.BgClassName
{
background-color: #6461CF;
}
</style>
border-color css
<style>
span { border-color: #6461CF; }
span { border-color: rgb(100,97,207); }
td.TdClassName
{
border-color: #6461CF;
}
.TagClassName
{
border-color: #6461CF;
}
</style>