Shades of Purple #6B068B
Tints of Purple #6B068B
RGB
CMYK
RGB Variations
Color information
#6B068B (or 0x6B068B) is known color: Purple. HEX triplet: 6B, 06 and 8B. RGB value is (107,6,139). Sum of RGB (Red+Green+Blue) = 107+6+139=252 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.46% from 252); Green value is 6 (2.73% from 255 or 2.38% from 252); Blue value is 139 (54.69% from 255 or 55.16% from 252); Max value from RGB is 139 - color contains mainly: blue. Hex color #6B068B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B068B is #94F974. Grayscale: #323232. Windows color (decimal): -9763189 or 9111147. OLE color: 9111147.
HSL color Cylindrical-coordinate representation of color #6B068B: hue angle of 285.56º 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 #6B068B is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 6 | 139 | - |
| CMYK | 0.23 | 0.96 | 0 | 0.45 |
| HSL | 285.56º | 0.92% | 0.28% | - |
| HSV(B) | 285.56º | 0.96% | 0.55% | - |
| XYZ | 10.79 | 5.12 | 24.85 | - |
| YUV | 51.36 | 177.46 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 6 | 139 | 0.23 | 0.96 | 0 | 0.45 | 285.56 | 0.92 | 0.28 |
| Hex | 6B | 6 | 8B | 17 | 60 | 0 | 2D | 11E | 5C | 1C |
| Octal | 153 | 6 | 213 | 27 | 140 | 0 | 55 | 436 | 134 | 34 |
| Binary | 1101011 | 110 | 10001011 | 10111 | 1100000 | 0 | 101101 | 100011110 | 1011100 | 11100 |
Color Harmonies of #6B068B
Complementary color
Monochromatic Colors of #6B068B
Black with #6B068B
Text Example
Text Example
White with #6B068B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B068B; }
p { color: rgb(107,6,139); }
H1.HeaderClassName
{
color: #6B068B;
}
.AnyTagClassName
{
color: #6B068B;
}
</style>
background-color css
<style>
a { background-color: #6B068B; }
a { background-color: rgb(107,6,139); }
div.DivClassName
{
background-color: #6B068B;
}
.BgClassName
{
background-color: #6B068B;
}
</style>
border-color css
<style>
span { border-color: #6B068B; }
span { border-color: rgb(107,6,139); }
td.TdClassName
{
border-color: #6B068B;
}
.TagClassName
{
border-color: #6B068B;
}
</style>