Shades of Slate Blue #6565CD
Tints of Slate Blue #6565CD
RGB
CMYK
RGB Variations
Color information
#6565CD (or 0x6565CD) is known color: Slate Blue. HEX triplet: 65, 65 and CD. RGB value is (101,101,205). Sum of RGB (Red+Green+Blue) = 101+101+205=407 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.82% from 407); Green value is 101 (39.84% from 255 or 24.82% from 407); Blue value is 205 (80.47% from 255 or 50.37% from 407); Max value from RGB is 205 - color contains mainly: blue. Hex color #6565CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6565CD is #9A9A32. Grayscale: #707070. Windows color (decimal): -10132019 or 13460837. OLE color: 13460837.
HSL color Cylindrical-coordinate representation of color #6565CD: hue angle of 240º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6565CD is Cyan = 0.51, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 101 | 205 | - |
| CMYK | 0.51 | 0.51 | 0 | 0.20 |
| HSL | 240º | 0.51% | 0.6% | - |
| HSV(B) | 240º | 0.51% | 0.8% | - |
| XYZ | 21.04 | 16.48 | 59.83 | - |
| YUV | 112.86 | 180 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 101 | 205 | 0.51 | 0.51 | 0 | 0.20 | 240 | 0.51 | 0.6 |
| Hex | 65 | 65 | CD | 33 | 33 | 0 | 14 | F0 | 33 | 3C |
| Octal | 145 | 145 | 315 | 63 | 63 | 0 | 24 | 360 | 63 | 74 |
| Binary | 1100101 | 1100101 | 11001101 | 110011 | 110011 | 0 | 10100 | 11110000 | 110011 | 111100 |
Color Harmonies of #6565CD
Complementary color
Monochromatic Colors of #6565CD
Black with #6565CD
Text Example
Text Example
White with #6565CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6565CD; }
p { color: rgb(101,101,205); }
H1.HeaderClassName
{
color: #6565CD;
}
.AnyTagClassName
{
color: #6565CD;
}
</style>
background-color css
<style>
a { background-color: #6565CD; }
a { background-color: rgb(101,101,205); }
div.DivClassName
{
background-color: #6565CD;
}
.BgClassName
{
background-color: #6565CD;
}
</style>
border-color css
<style>
span { border-color: #6565CD; }
span { border-color: rgb(101,101,205); }
td.TdClassName
{
border-color: #6565CD;
}
.TagClassName
{
border-color: #6565CD;
}
</style>