Shades of Slate Blue #6D65D0
Tints of Slate Blue #6D65D0
RGB
CMYK
RGB Variations
Color information
#6D65D0 (or 0x6D65D0) is known color: Slate Blue. HEX triplet: 6D, 65 and D0. RGB value is (109,101,208). Sum of RGB (Red+Green+Blue) = 109+101+208=418 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.08% from 418); Green value is 101 (39.84% from 255 or 24.16% from 418); Blue value is 208 (81.64% from 255 or 49.76% from 418); Max value from RGB is 208 - color contains mainly: blue. Hex color #6D65D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D65D0 is #929A2F. Grayscale: #737373. Windows color (decimal): -9607728 or 13657453. OLE color: 13657453.
HSL color Cylindrical-coordinate representation of color #6D65D0: hue angle of 244.49º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6D65D0 is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 109 | 101 | 208 | - |
| CMYK | 0.48 | 0.51 | 0 | 0.18 |
| HSL | 244.49º | 0.53% | 0.61% | - |
| HSV(B) | 244.49º | 0.51% | 0.82% | - |
| XYZ | 22.35 | 17.11 | 61.8 | - |
| YUV | 115.59 | 180.15 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 101 | 208 | 0.48 | 0.51 | 0 | 0.18 | 244.49 | 0.53 | 0.61 |
| Hex | 6D | 65 | D0 | 30 | 33 | 0 | 12 | F4 | 35 | 3D |
| Octal | 155 | 145 | 320 | 60 | 63 | 0 | 22 | 364 | 65 | 75 |
| Binary | 1101101 | 1100101 | 11010000 | 110000 | 110011 | 0 | 10010 | 11110100 | 110101 | 111101 |
Color Harmonies of #6D65D0
Complementary color
Monochromatic Colors of #6D65D0
Black with #6D65D0
Text Example
Text Example
White with #6D65D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D65D0; }
p { color: rgb(109,101,208); }
H1.HeaderClassName
{
color: #6D65D0;
}
.AnyTagClassName
{
color: #6D65D0;
}
</style>
background-color css
<style>
a { background-color: #6D65D0; }
a { background-color: rgb(109,101,208); }
div.DivClassName
{
background-color: #6D65D0;
}
.BgClassName
{
background-color: #6D65D0;
}
</style>
border-color css
<style>
span { border-color: #6D65D0; }
span { border-color: rgb(109,101,208); }
td.TdClassName
{
border-color: #6D65D0;
}
.TagClassName
{
border-color: #6D65D0;
}
</style>