Shades of Kingfisher Daisy #65228A
Tints of Kingfisher Daisy #65228A
RGB
CMYK
RGB Variations
Color information
#65228A (or 0x65228A) is known color: Kingfisher Daisy. HEX triplet: 65, 22 and 8A. RGB value is (101,34,138). Sum of RGB (Red+Green+Blue) = 101+34+138=273 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.00% from 273); Green value is 34 (13.67% from 255 or 12.45% from 273); Blue value is 138 (54.30% from 255 or 50.55% from 273); Max value from RGB is 138 - color contains mainly: blue. Hex color #65228A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65228A is #9ADD75. Grayscale: #414141. Windows color (decimal): -10149238 or 9052773. OLE color: 9052773.
HSL color Cylindrical-coordinate representation of color #65228A: hue angle of 278.65º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #65228A is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 101 | 34 | 138 | - |
| CMYK | 0.27 | 0.75 | 0 | 0.46 |
| HSL | 278.65º | 0.6% | 0.34% | - |
| HSV(B) | 278.65º | 0.75% | 0.54% | - |
| XYZ | 10.53 | 5.75 | 24.6 | - |
| YUV | 65.89 | 168.7 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 34 | 138 | 0.27 | 0.75 | 0 | 0.46 | 278.65 | 0.6 | 0.34 |
| Hex | 65 | 22 | 8A | 1B | 4B | 0 | 2E | 117 | 3C | 22 |
| Octal | 145 | 42 | 212 | 33 | 113 | 0 | 56 | 427 | 74 | 42 |
| Binary | 1100101 | 100010 | 10001010 | 11011 | 1001011 | 0 | 101110 | 100010111 | 111100 | 100010 |
Color Harmonies of #65228A
Complementary color
Monochromatic Colors of #65228A
Black with #65228A
Text Example
Text Example
White with #65228A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65228A; }
p { color: rgb(101,34,138); }
H1.HeaderClassName
{
color: #65228A;
}
.AnyTagClassName
{
color: #65228A;
}
</style>
background-color css
<style>
a { background-color: #65228A; }
a { background-color: rgb(101,34,138); }
div.DivClassName
{
background-color: #65228A;
}
.BgClassName
{
background-color: #65228A;
}
</style>
border-color css
<style>
span { border-color: #65228A; }
span { border-color: rgb(101,34,138); }
td.TdClassName
{
border-color: #65228A;
}
.TagClassName
{
border-color: #65228A;
}
</style>