Shades of Slate Blue #6569CC
Tints of Slate Blue #6569CC
RGB
CMYK
RGB Variations
Color information
#6569CC (or 0x6569CC) is known color: Slate Blue. HEX triplet: 65, 69 and CC. RGB value is (101,105,204). Sum of RGB (Red+Green+Blue) = 101+105+204=410 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.63% from 410); Green value is 105 (41.41% from 255 or 25.61% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #6569CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6569CC is #9A9633. Grayscale: #727272. Windows color (decimal): -10130996 or 13396325. OLE color: 13396325.
HSL color Cylindrical-coordinate representation of color #6569CC: hue angle of 237.67º 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 #6569CC is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 101 | 105 | 204 | - |
| CMYK | 0.50 | 0.49 | 0 | 0.2 |
| HSL | 237.67º | 0.5% | 0.6% | - |
| HSV(B) | 237.67º | 0.5% | 0.8% | - |
| XYZ | 21.32 | 17.23 | 59.33 | - |
| YUV | 115.09 | 178.17 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 105 | 204 | 0.50 | 0.49 | 0 | 0.2 | 237.67 | 0.5 | 0.6 |
| Hex | 65 | 69 | CC | 32 | 31 | 0 | 14 | EE | 32 | 3C |
| Octal | 145 | 151 | 314 | 62 | 61 | 0 | 24 | 356 | 62 | 74 |
| Binary | 1100101 | 1101001 | 11001100 | 110010 | 110001 | 0 | 10100 | 11101110 | 110010 | 111100 |
Color Harmonies of #6569CC
Complementary color
Monochromatic Colors of #6569CC
Black with #6569CC
Text Example
Text Example
White with #6569CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6569CC; }
p { color: rgb(101,105,204); }
H1.HeaderClassName
{
color: #6569CC;
}
.AnyTagClassName
{
color: #6569CC;
}
</style>
background-color css
<style>
a { background-color: #6569CC; }
a { background-color: rgb(101,105,204); }
div.DivClassName
{
background-color: #6569CC;
}
.BgClassName
{
background-color: #6569CC;
}
</style>
border-color css
<style>
span { border-color: #6569CC; }
span { border-color: rgb(101,105,204); }
td.TdClassName
{
border-color: #6569CC;
}
.TagClassName
{
border-color: #6569CC;
}
</style>