Shades of Slate Blue #6C65CC
Tints of Slate Blue #6C65CC
RGB
CMYK
RGB Variations
Color information
#6C65CC (or 0x6C65CC) is known color: Slate Blue. HEX triplet: 6C, 65 and CC. RGB value is (108,101,204). Sum of RGB (Red+Green+Blue) = 108+101+204=413 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.15% from 413); Green value is 101 (39.84% from 255 or 24.46% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #6C65CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C65CC is #939A33. Grayscale: #727272. Windows color (decimal): -9673268 or 13395308. OLE color: 13395308.
HSL color Cylindrical-coordinate representation of color #6C65CC: hue angle of 244.08º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6C65CC is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 108 | 101 | 204 | - |
| CMYK | 0.47 | 0.50 | 0 | 0.2 |
| HSL | 244.08º | 0.5% | 0.6% | - |
| HSV(B) | 244.08º | 0.5% | 0.8% | - |
| XYZ | 21.74 | 16.86 | 59.23 | - |
| YUV | 114.84 | 178.32 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 101 | 204 | 0.47 | 0.50 | 0 | 0.2 | 244.08 | 0.5 | 0.6 |
| Hex | 6C | 65 | CC | 2F | 32 | 0 | 14 | F4 | 32 | 3C |
| Octal | 154 | 145 | 314 | 57 | 62 | 0 | 24 | 364 | 62 | 74 |
| Binary | 1101100 | 1100101 | 11001100 | 101111 | 110010 | 0 | 10100 | 11110100 | 110010 | 111100 |
Color Harmonies of #6C65CC
Complementary color
Monochromatic Colors of #6C65CC
Black with #6C65CC
Text Example
Text Example
White with #6C65CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C65CC; }
p { color: rgb(108,101,204); }
H1.HeaderClassName
{
color: #6C65CC;
}
.AnyTagClassName
{
color: #6C65CC;
}
</style>
background-color css
<style>
a { background-color: #6C65CC; }
a { background-color: rgb(108,101,204); }
div.DivClassName
{
background-color: #6C65CC;
}
.BgClassName
{
background-color: #6C65CC;
}
</style>
border-color css
<style>
span { border-color: #6C65CC; }
span { border-color: rgb(108,101,204); }
td.TdClassName
{
border-color: #6C65CC;
}
.TagClassName
{
border-color: #6C65CC;
}
</style>