Shades of Purple #6C0688
Tints of Purple #6C0688
RGB
CMYK
RGB Variations
Color information
#6C0688 (or 0x6C0688) is known color: Purple. HEX triplet: 6C, 06 and 88. RGB value is (108,6,136). Sum of RGB (Red+Green+Blue) = 108+6+136=250 (33% of max value = 765). Red value is 108 (42.58% from 255 or 43.2% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 136 (53.52% from 255 or 54.4% from 250); Max value from RGB is 136 - color contains mainly: blue. Hex color #6C0688 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0688 is #93F977. Grayscale: #323232. Windows color (decimal): -9697656 or 8914540. OLE color: 8914540.
HSL color Cylindrical-coordinate representation of color #6C0688: hue angle of 287.08º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6C0688 is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 6 | 136 | - |
| CMYK | 0.21 | 0.96 | 0 | 0.47 |
| HSL | 287.08º | 0.92% | 0.28% | - |
| HSV(B) | 287.08º | 0.96% | 0.53% | - |
| XYZ | 10.69 | 5.1 | 23.71 | - |
| YUV | 51.32 | 175.79 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 6 | 136 | 0.21 | 0.96 | 0 | 0.47 | 287.08 | 0.92 | 0.28 |
| Hex | 6C | 6 | 88 | 15 | 60 | 0 | 2F | 11F | 5C | 1C |
| Octal | 154 | 6 | 210 | 25 | 140 | 0 | 57 | 437 | 134 | 34 |
| Binary | 1101100 | 110 | 10001000 | 10101 | 1100000 | 0 | 101111 | 100011111 | 1011100 | 11100 |
Color Harmonies of #6C0688
Complementary color
Monochromatic Colors of #6C0688
Black with #6C0688
Text Example
Text Example
White with #6C0688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0688; }
p { color: rgb(108,6,136); }
H1.HeaderClassName
{
color: #6C0688;
}
.AnyTagClassName
{
color: #6C0688;
}
</style>
background-color css
<style>
a { background-color: #6C0688; }
a { background-color: rgb(108,6,136); }
div.DivClassName
{
background-color: #6C0688;
}
.BgClassName
{
background-color: #6C0688;
}
</style>
border-color css
<style>
span { border-color: #6C0688; }
span { border-color: rgb(108,6,136); }
td.TdClassName
{
border-color: #6C0688;
}
.TagClassName
{
border-color: #6C0688;
}
</style>