Shades of Kingfisher Daisy #65368E
Tints of Kingfisher Daisy #65368E
RGB
CMYK
RGB Variations
Color information
#65368E (or 0x65368E) is known color: Kingfisher Daisy. HEX triplet: 65, 36 and 8E. RGB value is (101,54,142). Sum of RGB (Red+Green+Blue) = 101+54+142=297 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.01% from 297); Green value is 54 (21.48% from 255 or 18.18% from 297); Blue value is 142 (55.86% from 255 or 47.81% from 297); Max value from RGB is 142 - color contains mainly: blue. Hex color #65368E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65368E is #9AC971. Grayscale: #4D4D4D. Windows color (decimal): -10144114 or 9320037. OLE color: 9320037.
HSL color Cylindrical-coordinate representation of color #65368E: hue angle of 272.05º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #65368E is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 54 | 142 | - |
| CMYK | 0.29 | 0.62 | 0 | 0.44 |
| HSL | 272.05º | 0.45% | 0.38% | - |
| HSV(B) | 272.05º | 0.62% | 0.56% | - |
| XYZ | 11.57 | 7.36 | 26.4 | - |
| YUV | 78.09 | 164.07 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 54 | 142 | 0.29 | 0.62 | 0 | 0.44 | 272.05 | 0.45 | 0.38 |
| Hex | 65 | 36 | 8E | 1D | 3E | 0 | 2C | 110 | 2D | 26 |
| Octal | 145 | 66 | 216 | 35 | 76 | 0 | 54 | 420 | 55 | 46 |
| Binary | 1100101 | 110110 | 10001110 | 11101 | 111110 | 0 | 101100 | 100010000 | 101101 | 100110 |
Color Harmonies of #65368E
Complementary color
Monochromatic Colors of #65368E
Black with #65368E
Text Example
Text Example
White with #65368E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65368E; }
p { color: rgb(101,54,142); }
H1.HeaderClassName
{
color: #65368E;
}
.AnyTagClassName
{
color: #65368E;
}
</style>
background-color css
<style>
a { background-color: #65368E; }
a { background-color: rgb(101,54,142); }
div.DivClassName
{
background-color: #65368E;
}
.BgClassName
{
background-color: #65368E;
}
</style>
border-color css
<style>
span { border-color: #65368E; }
span { border-color: rgb(101,54,142); }
td.TdClassName
{
border-color: #65368E;
}
.TagClassName
{
border-color: #65368E;
}
</style>