Shades of Slate Blue #6569DC
Tints of Slate Blue #6569DC
RGB
CMYK
RGB Variations
Color information
#6569DC (or 0x6569DC) is known color: Slate Blue. HEX triplet: 65, 69 and DC. RGB value is (101,105,220). Sum of RGB (Red+Green+Blue) = 101+105+220=426 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.71% from 426); Green value is 105 (41.41% from 255 or 24.65% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #6569DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6569DC is #9A9623. Grayscale: #747474. Windows color (decimal): -10130980 or 14444901. OLE color: 14444901.
HSL color Cylindrical-coordinate representation of color #6569DC: hue angle of 237.98º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6569DC is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 105 | 220 | - |
| CMYK | 0.54 | 0.52 | 0 | 0.14 |
| HSL | 237.98º | 0.63% | 0.63% | - |
| HSV(B) | 237.98º | 0.54% | 0.86% | - |
| XYZ | 23.34 | 18.04 | 69.96 | - |
| YUV | 116.91 | 186.17 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 105 | 220 | 0.54 | 0.52 | 0 | 0.14 | 237.98 | 0.63 | 0.63 |
| Hex | 65 | 69 | DC | 36 | 34 | 0 | E | EE | 3F | 3F |
| Octal | 145 | 151 | 334 | 66 | 64 | 0 | 16 | 356 | 77 | 77 |
| Binary | 1100101 | 1101001 | 11011100 | 110110 | 110100 | 0 | 1110 | 11101110 | 111111 | 111111 |
Color Harmonies of #6569DC
Complementary color
Monochromatic Colors of #6569DC
Black with #6569DC
Text Example
Text Example
White with #6569DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6569DC; }
p { color: rgb(101,105,220); }
H1.HeaderClassName
{
color: #6569DC;
}
.AnyTagClassName
{
color: #6569DC;
}
</style>
background-color css
<style>
a { background-color: #6569DC; }
a { background-color: rgb(101,105,220); }
div.DivClassName
{
background-color: #6569DC;
}
.BgClassName
{
background-color: #6569DC;
}
</style>
border-color css
<style>
span { border-color: #6569DC; }
span { border-color: rgb(101,105,220); }
td.TdClassName
{
border-color: #6569DC;
}
.TagClassName
{
border-color: #6569DC;
}
</style>