Shades of Kingfisher Daisy #672B84
Tints of Kingfisher Daisy #672B84
RGB
CMYK
RGB Variations
Color information
#672B84 (or 0x672B84) is known color: Kingfisher Daisy. HEX triplet: 67, 2B and 84. RGB value is (103,43,132). Sum of RGB (Red+Green+Blue) = 103+43+132=278 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.05% from 278); Green value is 43 (17.19% from 255 or 15.47% from 278); Blue value is 132 (51.95% from 255 or 47.48% from 278); Max value from RGB is 132 - color contains mainly: blue. Hex color #672B84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672B84 is #98D47B. Grayscale: #464646. Windows color (decimal): -10015868 or 8661863. OLE color: 8661863.
HSL color Cylindrical-coordinate representation of color #672B84: hue angle of 280.45º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #672B84 is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 103 | 43 | 132 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.48 |
| HSL | 280.45º | 0.51% | 0.34% | - |
| HSV(B) | 280.45º | 0.67% | 0.52% | - |
| XYZ | 10.62 | 6.28 | 22.48 | - |
| YUV | 71.09 | 162.38 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 43 | 132 | 0.22 | 0.67 | 0 | 0.48 | 280.45 | 0.51 | 0.34 |
| Hex | 67 | 2B | 84 | 16 | 43 | 0 | 30 | 118 | 33 | 22 |
| Octal | 147 | 53 | 204 | 26 | 103 | 0 | 60 | 430 | 63 | 42 |
| Binary | 1100111 | 101011 | 10000100 | 10110 | 1000011 | 0 | 110000 | 100011000 | 110011 | 100010 |
Color Harmonies of #672B84
Complementary color
Monochromatic Colors of #672B84
Black with #672B84
Text Example
Text Example
White with #672B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672B84; }
p { color: rgb(103,43,132); }
H1.HeaderClassName
{
color: #672B84;
}
.AnyTagClassName
{
color: #672B84;
}
</style>
background-color css
<style>
a { background-color: #672B84; }
a { background-color: rgb(103,43,132); }
div.DivClassName
{
background-color: #672B84;
}
.BgClassName
{
background-color: #672B84;
}
</style>
border-color css
<style>
span { border-color: #672B84; }
span { border-color: rgb(103,43,132); }
td.TdClassName
{
border-color: #672B84;
}
.TagClassName
{
border-color: #672B84;
}
</style>