Shades of Hopbush #C6669E
Tints of Hopbush #C6669E
RGB
CMYK
RGB Variations
Color information
#C6669E (or 0xC6669E) is known color: Hopbush. HEX triplet: C6, 66 and 9E. RGB value is (198,102,158). Sum of RGB (Red+Green+Blue) = 198+102+158=458 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.23% from 458); Green value is 102 (40.23% from 255 or 22.27% from 458); Blue value is 158 (62.11% from 255 or 34.50% from 458); Max value from RGB is 198 - color contains mainly: red. Hex color #C6669E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6669E is #399961. Grayscale: #888888. Windows color (decimal): -3774818 or 10380998. OLE color: 10380998.
HSL color Cylindrical-coordinate representation of color #C6669E: hue angle of 325º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C6669E is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 102 | 158 | - |
| CMYK | 0 | 0.48 | 0.20 | 0.22 |
| HSL | 325º | 0.46% | 0.59% | - |
| HSV(B) | 325º | 0.48% | 0.78% | - |
| XYZ | 34.21 | 23.98 | 35.17 | - |
| YUV | 137.09 | 139.8 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 102 | 158 | 0 | 0.48 | 0.20 | 0.22 | 325 | 0.46 | 0.59 |
| Hex | C6 | 66 | 9E | 0 | 30 | 14 | 16 | 145 | 2E | 3B |
| Octal | 306 | 146 | 236 | 0 | 60 | 24 | 26 | 505 | 56 | 73 |
| Binary | 11000110 | 1100110 | 10011110 | 0 | 110000 | 10100 | 10110 | 101000101 | 101110 | 111011 |
Color Harmonies of #C6669E
Complementary color
Monochromatic Colors of #C6669E
Black with #C6669E
Text Example
Text Example
White with #C6669E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6669E; }
p { color: rgb(198,102,158); }
H1.HeaderClassName
{
color: #C6669E;
}
.AnyTagClassName
{
color: #C6669E;
}
</style>
background-color css
<style>
a { background-color: #C6669E; }
a { background-color: rgb(198,102,158); }
div.DivClassName
{
background-color: #C6669E;
}
.BgClassName
{
background-color: #C6669E;
}
</style>
border-color css
<style>
span { border-color: #C6669E; }
span { border-color: rgb(198,102,158); }
td.TdClassName
{
border-color: #C6669E;
}
.TagClassName
{
border-color: #C6669E;
}
</style>