Shades of Kingfisher Daisy #65368D
Tints of Kingfisher Daisy #65368D
RGB
CMYK
RGB Variations
Color information
#65368D (or 0x65368D) is known color: Kingfisher Daisy. HEX triplet: 65, 36 and 8D. RGB value is (101,54,141). Sum of RGB (Red+Green+Blue) = 101+54+141=296 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.12% from 296); Green value is 54 (21.48% from 255 or 18.24% from 296); Blue value is 141 (55.47% from 255 or 47.64% from 296); Max value from RGB is 141 - color contains mainly: blue. Hex color #65368D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65368D is #9AC972. Grayscale: #4D4D4D. Windows color (decimal): -10144115 or 9254501. OLE color: 9254501.
HSL color Cylindrical-coordinate representation of color #65368D: hue angle of 272.41º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #65368D is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 54 | 141 | - |
| CMYK | 0.28 | 0.62 | 0 | 0.45 |
| HSL | 272.41º | 0.45% | 0.38% | - |
| HSV(B) | 272.41º | 0.62% | 0.55% | - |
| XYZ | 11.49 | 7.33 | 26.01 | - |
| YUV | 77.97 | 163.57 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 54 | 141 | 0.28 | 0.62 | 0 | 0.45 | 272.41 | 0.45 | 0.38 |
| Hex | 65 | 36 | 8D | 1C | 3E | 0 | 2D | 110 | 2D | 26 |
| Octal | 145 | 66 | 215 | 34 | 76 | 0 | 55 | 420 | 55 | 46 |
| Binary | 1100101 | 110110 | 10001101 | 11100 | 111110 | 0 | 101101 | 100010000 | 101101 | 100110 |
Color Harmonies of #65368D
Complementary color
Monochromatic Colors of #65368D
Black with #65368D
Text Example
Text Example
White with #65368D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65368D; }
p { color: rgb(101,54,141); }
H1.HeaderClassName
{
color: #65368D;
}
.AnyTagClassName
{
color: #65368D;
}
</style>
background-color css
<style>
a { background-color: #65368D; }
a { background-color: rgb(101,54,141); }
div.DivClassName
{
background-color: #65368D;
}
.BgClassName
{
background-color: #65368D;
}
</style>
border-color css
<style>
span { border-color: #65368D; }
span { border-color: rgb(101,54,141); }
td.TdClassName
{
border-color: #65368D;
}
.TagClassName
{
border-color: #65368D;
}
</style>