Shades of Slate Blue #6D65CE
Tints of Slate Blue #6D65CE
RGB
CMYK
RGB Variations
Color information
#6D65CE (or 0x6D65CE) is known color: Slate Blue. HEX triplet: 6D, 65 and CE. RGB value is (109,101,206). Sum of RGB (Red+Green+Blue) = 109+101+206=416 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.20% from 416); Green value is 101 (39.84% from 255 or 24.28% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #6D65CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D65CE is #929A31. Grayscale: #727272. Windows color (decimal): -9607730 or 13526381. OLE color: 13526381.
HSL color Cylindrical-coordinate representation of color #6D65CE: hue angle of 244.57º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6D65CE is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 101 | 206 | - |
| CMYK | 0.47 | 0.51 | 0 | 0.19 |
| HSL | 244.57º | 0.52% | 0.6% | - |
| HSV(B) | 244.57º | 0.51% | 0.81% | - |
| XYZ | 22.1 | 17.01 | 60.51 | - |
| YUV | 115.36 | 179.15 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 101 | 206 | 0.47 | 0.51 | 0 | 0.19 | 244.57 | 0.52 | 0.6 |
| Hex | 6D | 65 | CE | 2F | 33 | 0 | 13 | F5 | 34 | 3C |
| Octal | 155 | 145 | 316 | 57 | 63 | 0 | 23 | 365 | 64 | 74 |
| Binary | 1101101 | 1100101 | 11001110 | 101111 | 110011 | 0 | 10011 | 11110101 | 110100 | 111100 |
Color Harmonies of #6D65CE
Complementary color
Monochromatic Colors of #6D65CE
Black with #6D65CE
Text Example
Text Example
White with #6D65CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D65CE; }
p { color: rgb(109,101,206); }
H1.HeaderClassName
{
color: #6D65CE;
}
.AnyTagClassName
{
color: #6D65CE;
}
</style>
background-color css
<style>
a { background-color: #6D65CE; }
a { background-color: rgb(109,101,206); }
div.DivClassName
{
background-color: #6D65CE;
}
.BgClassName
{
background-color: #6D65CE;
}
</style>
border-color css
<style>
span { border-color: #6D65CE; }
span { border-color: rgb(109,101,206); }
td.TdClassName
{
border-color: #6D65CE;
}
.TagClassName
{
border-color: #6D65CE;
}
</style>