Shades of Slate Blue #6561CE
Tints of Slate Blue #6561CE
RGB
CMYK
RGB Variations
Color information
#6561CE (or 0x6561CE) is known color: Slate Blue. HEX triplet: 65, 61 and CE. RGB value is (101,97,206). Sum of RGB (Red+Green+Blue) = 101+97+206=404 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25% from 404); Green value is 97 (38.28% from 255 or 24.01% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #6561CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6561CE is #9A9E31. Grayscale: #6E6E6E. Windows color (decimal): -10133042 or 13525349. OLE color: 13525349.
HSL color Cylindrical-coordinate representation of color #6561CE: hue angle of 242.2º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6561CE is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 97 | 206 | - |
| CMYK | 0.51 | 0.53 | 0 | 0.19 |
| HSL | 242.2º | 0.53% | 0.59% | - |
| HSV(B) | 242.2º | 0.53% | 0.81% | - |
| XYZ | 20.78 | 15.77 | 60.34 | - |
| YUV | 110.62 | 181.83 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 97 | 206 | 0.51 | 0.53 | 0 | 0.19 | 242.2 | 0.53 | 0.59 |
| Hex | 65 | 61 | CE | 33 | 35 | 0 | 13 | F2 | 35 | 3B |
| Octal | 145 | 141 | 316 | 63 | 65 | 0 | 23 | 362 | 65 | 73 |
| Binary | 1100101 | 1100001 | 11001110 | 110011 | 110101 | 0 | 10011 | 11110010 | 110101 | 111011 |
Color Harmonies of #6561CE
Complementary color
Monochromatic Colors of #6561CE
Black with #6561CE
Text Example
Text Example
White with #6561CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6561CE; }
p { color: rgb(101,97,206); }
H1.HeaderClassName
{
color: #6561CE;
}
.AnyTagClassName
{
color: #6561CE;
}
</style>
background-color css
<style>
a { background-color: #6561CE; }
a { background-color: rgb(101,97,206); }
div.DivClassName
{
background-color: #6561CE;
}
.BgClassName
{
background-color: #6561CE;
}
</style>
border-color css
<style>
span { border-color: #6561CE; }
span { border-color: rgb(101,97,206); }
td.TdClassName
{
border-color: #6561CE;
}
.TagClassName
{
border-color: #6561CE;
}
</style>