Shades of Honey Flower #67427B
Tints of Honey Flower #67427B
RGB
CMYK
RGB Variations
Color information
#67427B (or 0x67427B) is known color: Honey Flower. HEX triplet: 67, 42 and 7B. RGB value is (103,66,123). Sum of RGB (Red+Green+Blue) = 103+66+123=292 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.27% from 292); Green value is 66 (26.17% from 255 or 22.60% from 292); Blue value is 123 (48.44% from 255 or 42.12% from 292); Max value from RGB is 123 - color contains mainly: blue. Hex color #67427B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67427B is #98BD84. Grayscale: #535353. Windows color (decimal): -10009989 or 8077927. OLE color: 8077927.
HSL color Cylindrical-coordinate representation of color #67427B: hue angle of 278.95º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #67427B is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 103 | 66 | 123 | - |
| CMYK | 0.16 | 0.46 | 0 | 0.52 |
| HSL | 278.95º | 0.3% | 0.37% | - |
| HSV(B) | 278.95º | 0.46% | 0.48% | - |
| XYZ | 11.12 | 8.21 | 19.74 | - |
| YUV | 83.56 | 150.26 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 66 | 123 | 0.16 | 0.46 | 0 | 0.52 | 278.95 | 0.3 | 0.37 |
| Hex | 67 | 42 | 7B | 10 | 2E | 0 | 34 | 117 | 1E | 25 |
| Octal | 147 | 102 | 173 | 20 | 56 | 0 | 64 | 427 | 36 | 45 |
| Binary | 1100111 | 1000010 | 1111011 | 10000 | 101110 | 0 | 110100 | 100010111 | 11110 | 100101 |
Color Harmonies of #67427B
Complementary color
Monochromatic Colors of #67427B
Black with #67427B
Text Example
Text Example
White with #67427B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67427B; }
p { color: rgb(103,66,123); }
H1.HeaderClassName
{
color: #67427B;
}
.AnyTagClassName
{
color: #67427B;
}
</style>
background-color css
<style>
a { background-color: #67427B; }
a { background-color: rgb(103,66,123); }
div.DivClassName
{
background-color: #67427B;
}
.BgClassName
{
background-color: #67427B;
}
</style>
border-color css
<style>
span { border-color: #67427B; }
span { border-color: rgb(103,66,123); }
td.TdClassName
{
border-color: #67427B;
}
.TagClassName
{
border-color: #67427B;
}
</style>