Shades of Kingfisher Daisy #671D94
Tints of Kingfisher Daisy #671D94
RGB
CMYK
RGB Variations
Color information
#671D94 (or 0x671D94) is known color: Kingfisher Daisy. HEX triplet: 67, 1D and 94. RGB value is (103,29,148). Sum of RGB (Red+Green+Blue) = 103+29+148=280 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.79% from 280); Green value is 29 (11.72% from 255 or 10.36% from 280); Blue value is 148 (58.20% from 255 or 52.86% from 280); Max value from RGB is 148 - color contains mainly: blue. Hex color #671D94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #671D94 is #98E26B. Grayscale: #404040. Windows color (decimal): -10019436 or 9706855. OLE color: 9706855.
HSL color Cylindrical-coordinate representation of color #671D94: hue angle of 277.31º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #671D94 is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 103 | 29 | 148 | - |
| CMYK | 0.30 | 0.80 | 0 | 0.42 |
| HSL | 277.31º | 0.67% | 0.35% | - |
| HSV(B) | 277.31º | 0.8% | 0.58% | - |
| XYZ | 11.38 | 5.9 | 28.56 | - |
| YUV | 64.69 | 175.02 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 29 | 148 | 0.30 | 0.80 | 0 | 0.42 | 277.31 | 0.67 | 0.35 |
| Hex | 67 | 1D | 94 | 1E | 50 | 0 | 2A | 115 | 43 | 23 |
| Octal | 147 | 35 | 224 | 36 | 120 | 0 | 52 | 425 | 103 | 43 |
| Binary | 1100111 | 11101 | 10010100 | 11110 | 1010000 | 0 | 101010 | 100010101 | 1000011 | 100011 |
Color Harmonies of #671D94
Complementary color
Monochromatic Colors of #671D94
Black with #671D94
Text Example
Text Example
White with #671D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671D94; }
p { color: rgb(103,29,148); }
H1.HeaderClassName
{
color: #671D94;
}
.AnyTagClassName
{
color: #671D94;
}
</style>
background-color css
<style>
a { background-color: #671D94; }
a { background-color: rgb(103,29,148); }
div.DivClassName
{
background-color: #671D94;
}
.BgClassName
{
background-color: #671D94;
}
</style>
border-color css
<style>
span { border-color: #671D94; }
span { border-color: rgb(103,29,148); }
td.TdClassName
{
border-color: #671D94;
}
.TagClassName
{
border-color: #671D94;
}
</style>