Shades of Slate Blue #6569DF
Tints of Slate Blue #6569DF
RGB
CMYK
RGB Variations
Color information
#6569DF (or 0x6569DF) is known color: Slate Blue. HEX triplet: 65, 69 and DF. RGB value is (101,105,223). Sum of RGB (Red+Green+Blue) = 101+105+223=429 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.54% from 429); Green value is 105 (41.41% from 255 or 24.48% from 429); Blue value is 223 (87.5% from 255 or 51.98% from 429); Max value from RGB is 223 - color contains mainly: blue. Hex color #6569DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6569DF is #9A9620. Grayscale: #747474. Windows color (decimal): -10130977 or 14641509. OLE color: 14641509.
HSL color Cylindrical-coordinate representation of color #6569DF: hue angle of 238.03º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6569DF is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 105 | 223 | - |
| CMYK | 0.55 | 0.53 | 0 | 0.13 |
| HSL | 238.03º | 0.66% | 0.64% | - |
| HSV(B) | 238.03º | 0.55% | 0.87% | - |
| XYZ | 23.74 | 18.2 | 72.07 | - |
| YUV | 117.26 | 187.67 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 105 | 223 | 0.55 | 0.53 | 0 | 0.13 | 238.03 | 0.66 | 0.64 |
| Hex | 65 | 69 | DF | 37 | 35 | 0 | D | EE | 42 | 40 |
| Octal | 145 | 151 | 337 | 67 | 65 | 0 | 15 | 356 | 102 | 100 |
| Binary | 1100101 | 1101001 | 11011111 | 110111 | 110101 | 0 | 1101 | 11101110 | 1000010 | 1000000 |
Color Harmonies of #6569DF
Complementary color
Monochromatic Colors of #6569DF
Black with #6569DF
Text Example
Text Example
White with #6569DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6569DF; }
p { color: rgb(101,105,223); }
H1.HeaderClassName
{
color: #6569DF;
}
.AnyTagClassName
{
color: #6569DF;
}
</style>
background-color css
<style>
a { background-color: #6569DF; }
a { background-color: rgb(101,105,223); }
div.DivClassName
{
background-color: #6569DF;
}
.BgClassName
{
background-color: #6569DF;
}
</style>
border-color css
<style>
span { border-color: #6569DF; }
span { border-color: rgb(101,105,223); }
td.TdClassName
{
border-color: #6569DF;
}
.TagClassName
{
border-color: #6569DF;
}
</style>