Shades of Slate Blue #6565DA
Tints of Slate Blue #6565DA
RGB
CMYK
RGB Variations
Color information
#6565DA (or 0x6565DA) is known color: Slate Blue. HEX triplet: 65, 65 and DA. RGB value is (101,101,218). Sum of RGB (Red+Green+Blue) = 101+101+218=420 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.05% from 420); Green value is 101 (39.84% from 255 or 24.05% from 420); Blue value is 218 (85.55% from 255 or 51.90% from 420); Max value from RGB is 218 - color contains mainly: blue. Hex color #6565DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6565DA is #9A9A25. Grayscale: #717171. Windows color (decimal): -10132006 or 14312805. OLE color: 14312805.
HSL color Cylindrical-coordinate representation of color #6565DA: hue angle of 240º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6565DA is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 101 | 218 | - |
| CMYK | 0.54 | 0.54 | 0 | 0.15 |
| HSL | 240º | 0.61% | 0.63% | - |
| HSV(B) | 240º | 0.54% | 0.85% | - |
| XYZ | 22.68 | 17.14 | 68.44 | - |
| YUV | 114.34 | 186.5 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 101 | 218 | 0.54 | 0.54 | 0 | 0.15 | 240 | 0.61 | 0.63 |
| Hex | 65 | 65 | DA | 36 | 36 | 0 | F | F0 | 3D | 3F |
| Octal | 145 | 145 | 332 | 66 | 66 | 0 | 17 | 360 | 75 | 77 |
| Binary | 1100101 | 1100101 | 11011010 | 110110 | 110110 | 0 | 1111 | 11110000 | 111101 | 111111 |
Color Harmonies of #6565DA
Complementary color
Monochromatic Colors of #6565DA
Black with #6565DA
Text Example
Text Example
White with #6565DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6565DA; }
p { color: rgb(101,101,218); }
H1.HeaderClassName
{
color: #6565DA;
}
.AnyTagClassName
{
color: #6565DA;
}
</style>
background-color css
<style>
a { background-color: #6565DA; }
a { background-color: rgb(101,101,218); }
div.DivClassName
{
background-color: #6565DA;
}
.BgClassName
{
background-color: #6565DA;
}
</style>
border-color css
<style>
span { border-color: #6565DA; }
span { border-color: rgb(101,101,218); }
td.TdClassName
{
border-color: #6565DA;
}
.TagClassName
{
border-color: #6565DA;
}
</style>