Shades of Slate Blue #6569CB
Tints of Slate Blue #6569CB
RGB
CMYK
RGB Variations
Color information
#6569CB (or 0x6569CB) is known color: Slate Blue. HEX triplet: 65, 69 and CB. RGB value is (101,105,203). Sum of RGB (Red+Green+Blue) = 101+105+203=409 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.69% from 409); Green value is 105 (41.41% from 255 or 25.67% from 409); Blue value is 203 (79.69% from 255 or 49.63% from 409); Max value from RGB is 203 - color contains mainly: blue. Hex color #6569CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6569CB is #9A9634. Grayscale: #727272. Windows color (decimal): -10130997 or 13330789. OLE color: 13330789.
HSL color Cylindrical-coordinate representation of color #6569CB: hue angle of 237.65º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6569CB is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 105 | 203 | - |
| CMYK | 0.50 | 0.48 | 0 | 0.20 |
| HSL | 237.65º | 0.5% | 0.6% | - |
| HSV(B) | 237.65º | 0.5% | 0.8% | - |
| XYZ | 21.2 | 17.18 | 58.7 | - |
| YUV | 114.98 | 177.67 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 105 | 203 | 0.50 | 0.48 | 0 | 0.20 | 237.65 | 0.5 | 0.6 |
| Hex | 65 | 69 | CB | 32 | 30 | 0 | 14 | EE | 32 | 3C |
| Octal | 145 | 151 | 313 | 62 | 60 | 0 | 24 | 356 | 62 | 74 |
| Binary | 1100101 | 1101001 | 11001011 | 110010 | 110000 | 0 | 10100 | 11101110 | 110010 | 111100 |
Color Harmonies of #6569CB
Complementary color
Monochromatic Colors of #6569CB
Black with #6569CB
Text Example
Text Example
White with #6569CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6569CB; }
p { color: rgb(101,105,203); }
H1.HeaderClassName
{
color: #6569CB;
}
.AnyTagClassName
{
color: #6569CB;
}
</style>
background-color css
<style>
a { background-color: #6569CB; }
a { background-color: rgb(101,105,203); }
div.DivClassName
{
background-color: #6569CB;
}
.BgClassName
{
background-color: #6569CB;
}
</style>
border-color css
<style>
span { border-color: #6569CB; }
span { border-color: rgb(101,105,203); }
td.TdClassName
{
border-color: #6569CB;
}
.TagClassName
{
border-color: #6569CB;
}
</style>