Shades of Slate Blue #6C65CD
Tints of Slate Blue #6C65CD
RGB
CMYK
RGB Variations
Color information
#6C65CD (or 0x6C65CD) is known color: Slate Blue. HEX triplet: 6C, 65 and CD. RGB value is (108,101,205). Sum of RGB (Red+Green+Blue) = 108+101+205=414 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.09% from 414); Green value is 101 (39.84% from 255 or 24.40% from 414); Blue value is 205 (80.47% from 255 or 49.52% from 414); Max value from RGB is 205 - color contains mainly: blue. Hex color #6C65CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C65CD is #939A32. Grayscale: #727272. Windows color (decimal): -9673267 or 13460844. OLE color: 13460844.
HSL color Cylindrical-coordinate representation of color #6C65CD: hue angle of 244.04º 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 #6C65CD is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 101 | 205 | - |
| CMYK | 0.47 | 0.51 | 0 | 0.20 |
| HSL | 244.04º | 0.51% | 0.6% | - |
| HSV(B) | 244.04º | 0.51% | 0.8% | - |
| XYZ | 21.86 | 16.9 | 59.87 | - |
| YUV | 114.95 | 178.82 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 101 | 205 | 0.47 | 0.51 | 0 | 0.20 | 244.04 | 0.51 | 0.6 |
| Hex | 6C | 65 | CD | 2F | 33 | 0 | 14 | F4 | 33 | 3C |
| Octal | 154 | 145 | 315 | 57 | 63 | 0 | 24 | 364 | 63 | 74 |
| Binary | 1101100 | 1100101 | 11001101 | 101111 | 110011 | 0 | 10100 | 11110100 | 110011 | 111100 |
Color Harmonies of #6C65CD
Complementary color
Monochromatic Colors of #6C65CD
Black with #6C65CD
Text Example
Text Example
White with #6C65CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C65CD; }
p { color: rgb(108,101,205); }
H1.HeaderClassName
{
color: #6C65CD;
}
.AnyTagClassName
{
color: #6C65CD;
}
</style>
background-color css
<style>
a { background-color: #6C65CD; }
a { background-color: rgb(108,101,205); }
div.DivClassName
{
background-color: #6C65CD;
}
.BgClassName
{
background-color: #6C65CD;
}
</style>
border-color css
<style>
span { border-color: #6C65CD; }
span { border-color: rgb(108,101,205); }
td.TdClassName
{
border-color: #6C65CD;
}
.TagClassName
{
border-color: #6C65CD;
}
</style>