Shades of Purple #6C068B
Tints of Purple #6C068B
RGB
CMYK
RGB Variations
Color information
#6C068B (or 0x6C068B) is known color: Purple. HEX triplet: 6C, 06 and 8B. RGB value is (108,6,139). Sum of RGB (Red+Green+Blue) = 108+6+139=253 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.69% from 253); Green value is 6 (2.73% from 255 or 2.37% from 253); Blue value is 139 (54.69% from 255 or 54.94% from 253); Max value from RGB is 139 - color contains mainly: blue. Hex color #6C068B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C068B is #93F974. Grayscale: #333333. Windows color (decimal): -9697653 or 9111148. OLE color: 9111148.
HSL color Cylindrical-coordinate representation of color #6C068B: hue angle of 286.02º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6C068B is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 108 | 6 | 139 | - |
| CMYK | 0.22 | 0.96 | 0 | 0.45 |
| HSL | 286.02º | 0.92% | 0.28% | - |
| HSV(B) | 286.02º | 0.96% | 0.55% | - |
| XYZ | 10.91 | 5.18 | 24.85 | - |
| YUV | 51.66 | 177.29 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 6 | 139 | 0.22 | 0.96 | 0 | 0.45 | 286.02 | 0.92 | 0.28 |
| Hex | 6C | 6 | 8B | 16 | 60 | 0 | 2D | 11E | 5C | 1C |
| Octal | 154 | 6 | 213 | 26 | 140 | 0 | 55 | 436 | 134 | 34 |
| Binary | 1101100 | 110 | 10001011 | 10110 | 1100000 | 0 | 101101 | 100011110 | 1011100 | 11100 |
Color Harmonies of #6C068B
Complementary color
Monochromatic Colors of #6C068B
Black with #6C068B
Text Example
Text Example
White with #6C068B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C068B; }
p { color: rgb(108,6,139); }
H1.HeaderClassName
{
color: #6C068B;
}
.AnyTagClassName
{
color: #6C068B;
}
</style>
background-color css
<style>
a { background-color: #6C068B; }
a { background-color: rgb(108,6,139); }
div.DivClassName
{
background-color: #6C068B;
}
.BgClassName
{
background-color: #6C068B;
}
</style>
border-color css
<style>
span { border-color: #6C068B; }
span { border-color: rgb(108,6,139); }
td.TdClassName
{
border-color: #6C068B;
}
.TagClassName
{
border-color: #6C068B;
}
</style>