Shades of Kingfisher Daisy #672B91
Tints of Kingfisher Daisy #672B91
RGB
CMYK
RGB Variations
Color information
#672B91 (or 0x672B91) is known color: Kingfisher Daisy. HEX triplet: 67, 2B and 91. RGB value is (103,43,145). Sum of RGB (Red+Green+Blue) = 103+43+145=291 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.40% from 291); Green value is 43 (17.19% from 255 or 14.78% from 291); Blue value is 145 (57.03% from 255 or 49.83% from 291); Max value from RGB is 145 - color contains mainly: blue. Hex color #672B91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672B91 is #98D46E. Grayscale: #484848. Windows color (decimal): -10015855 or 9513831. OLE color: 9513831.
HSL color Cylindrical-coordinate representation of color #672B91: hue angle of 275.29º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #672B91 is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 103 | 43 | 145 | - |
| CMYK | 0.29 | 0.70 | 0 | 0.43 |
| HSL | 275.29º | 0.54% | 0.37% | - |
| HSV(B) | 275.29º | 0.7% | 0.57% | - |
| XYZ | 11.57 | 6.66 | 27.46 | - |
| YUV | 72.57 | 168.88 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 43 | 145 | 0.29 | 0.70 | 0 | 0.43 | 275.29 | 0.54 | 0.37 |
| Hex | 67 | 2B | 91 | 1D | 46 | 0 | 2B | 113 | 36 | 25 |
| Octal | 147 | 53 | 221 | 35 | 106 | 0 | 53 | 423 | 66 | 45 |
| Binary | 1100111 | 101011 | 10010001 | 11101 | 1000110 | 0 | 101011 | 100010011 | 110110 | 100101 |
Color Harmonies of #672B91
Complementary color
Monochromatic Colors of #672B91
Black with #672B91
Text Example
Text Example
White with #672B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672B91; }
p { color: rgb(103,43,145); }
H1.HeaderClassName
{
color: #672B91;
}
.AnyTagClassName
{
color: #672B91;
}
</style>
background-color css
<style>
a { background-color: #672B91; }
a { background-color: rgb(103,43,145); }
div.DivClassName
{
background-color: #672B91;
}
.BgClassName
{
background-color: #672B91;
}
</style>
border-color css
<style>
span { border-color: #672B91; }
span { border-color: rgb(103,43,145); }
td.TdClassName
{
border-color: #672B91;
}
.TagClassName
{
border-color: #672B91;
}
</style>