Shades of Kingfisher Daisy #61268E
Tints of Kingfisher Daisy #61268E
RGB
CMYK
RGB Variations
Color information
#61268E (or 0x61268E) is known color: Kingfisher Daisy. HEX triplet: 61, 26 and 8E. RGB value is (97,38,142). Sum of RGB (Red+Green+Blue) = 97+38+142=277 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.02% from 277); Green value is 38 (15.23% from 255 or 13.72% from 277); Blue value is 142 (55.86% from 255 or 51.26% from 277); Max value from RGB is 142 - color contains mainly: blue. Hex color #61268E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61268E is #9ED971. Grayscale: #434343. Windows color (decimal): -10410354 or 9315937. OLE color: 9315937.
HSL color Cylindrical-coordinate representation of color #61268E: hue angle of 274.04º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #61268E is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 97 | 38 | 142 | - |
| CMYK | 0.32 | 0.73 | 0 | 0.44 |
| HSL | 274.04º | 0.58% | 0.35% | - |
| HSV(B) | 274.04º | 0.73% | 0.56% | - |
| XYZ | 10.51 | 5.88 | 26.17 | - |
| YUV | 67.5 | 170.05 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 38 | 142 | 0.32 | 0.73 | 0 | 0.44 | 274.04 | 0.58 | 0.35 |
| Hex | 61 | 26 | 8E | 20 | 49 | 0 | 2C | 112 | 3A | 23 |
| Octal | 141 | 46 | 216 | 40 | 111 | 0 | 54 | 422 | 72 | 43 |
| Binary | 1100001 | 100110 | 10001110 | 100000 | 1001001 | 0 | 101100 | 100010010 | 111010 | 100011 |
Color Harmonies of #61268E
Complementary color
Monochromatic Colors of #61268E
Black with #61268E
Text Example
Text Example
White with #61268E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61268E; }
p { color: rgb(97,38,142); }
H1.HeaderClassName
{
color: #61268E;
}
.AnyTagClassName
{
color: #61268E;
}
</style>
background-color css
<style>
a { background-color: #61268E; }
a { background-color: rgb(97,38,142); }
div.DivClassName
{
background-color: #61268E;
}
.BgClassName
{
background-color: #61268E;
}
</style>
border-color css
<style>
span { border-color: #61268E; }
span { border-color: rgb(97,38,142); }
td.TdClassName
{
border-color: #61268E;
}
.TagClassName
{
border-color: #61268E;
}
</style>