Shades of Slate Blue #6C65C9
Tints of Slate Blue #6C65C9
RGB
CMYK
RGB Variations
Color information
#6C65C9 (or 0x6C65C9) is known color: Slate Blue. HEX triplet: 6C, 65 and C9. RGB value is (108,101,201). Sum of RGB (Red+Green+Blue) = 108+101+201=410 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.34% from 410); Green value is 101 (39.84% from 255 or 24.63% from 410); Blue value is 201 (78.91% from 255 or 49.02% from 410); Max value from RGB is 201 - color contains mainly: blue. Hex color #6C65C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C65C9 is #939A36. Grayscale: #727272. Windows color (decimal): -9673271 or 13198700. OLE color: 13198700.
HSL color Cylindrical-coordinate representation of color #6C65C9: hue angle of 244.2º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6C65C9 is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 108 | 101 | 201 | - |
| CMYK | 0.46 | 0.50 | 0 | 0.21 |
| HSL | 244.2º | 0.48% | 0.59% | - |
| HSV(B) | 244.2º | 0.5% | 0.79% | - |
| XYZ | 21.38 | 16.71 | 57.36 | - |
| YUV | 114.49 | 176.82 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 101 | 201 | 0.46 | 0.50 | 0 | 0.21 | 244.2 | 0.48 | 0.59 |
| Hex | 6C | 65 | C9 | 2E | 32 | 0 | 15 | F4 | 30 | 3B |
| Octal | 154 | 145 | 311 | 56 | 62 | 0 | 25 | 364 | 60 | 73 |
| Binary | 1101100 | 1100101 | 11001001 | 101110 | 110010 | 0 | 10101 | 11110100 | 110000 | 111011 |
Color Harmonies of #6C65C9
Complementary color
Monochromatic Colors of #6C65C9
Black with #6C65C9
Text Example
Text Example
White with #6C65C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C65C9; }
p { color: rgb(108,101,201); }
H1.HeaderClassName
{
color: #6C65C9;
}
.AnyTagClassName
{
color: #6C65C9;
}
</style>
background-color css
<style>
a { background-color: #6C65C9; }
a { background-color: rgb(108,101,201); }
div.DivClassName
{
background-color: #6C65C9;
}
.BgClassName
{
background-color: #6C65C9;
}
</style>
border-color css
<style>
span { border-color: #6C65C9; }
span { border-color: rgb(108,101,201); }
td.TdClassName
{
border-color: #6C65C9;
}
.TagClassName
{
border-color: #6C65C9;
}
</style>