Shades of Kingfisher Daisy #65358B
Tints of Kingfisher Daisy #65358B
RGB
CMYK
RGB Variations
Color information
#65358B (or 0x65358B) is known color: Kingfisher Daisy. HEX triplet: 65, 35 and 8B. RGB value is (101,53,139). Sum of RGB (Red+Green+Blue) = 101+53+139=293 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.47% from 293); Green value is 53 (21.09% from 255 or 18.09% from 293); Blue value is 139 (54.69% from 255 or 47.44% from 293); Max value from RGB is 139 - color contains mainly: blue. Hex color #65358B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65358B is #9ACA74. Grayscale: #4C4C4C. Windows color (decimal): -10144373 or 9123173. OLE color: 9123173.
HSL color Cylindrical-coordinate representation of color #65358B: hue angle of 273.49º 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 #65358B is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 53 | 139 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.45 |
| HSL | 273.49º | 0.45% | 0.38% | - |
| HSV(B) | 273.49º | 0.62% | 0.55% | - |
| XYZ | 11.3 | 7.18 | 25.22 | - |
| YUV | 77.16 | 162.9 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 53 | 139 | 0.27 | 0.62 | 0 | 0.45 | 273.49 | 0.45 | 0.38 |
| Hex | 65 | 35 | 8B | 1B | 3E | 0 | 2D | 111 | 2D | 26 |
| Octal | 145 | 65 | 213 | 33 | 76 | 0 | 55 | 421 | 55 | 46 |
| Binary | 1100101 | 110101 | 10001011 | 11011 | 111110 | 0 | 101101 | 100010001 | 101101 | 100110 |
Color Harmonies of #65358B
Complementary color
Monochromatic Colors of #65358B
Black with #65358B
Text Example
Text Example
White with #65358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65358B; }
p { color: rgb(101,53,139); }
H1.HeaderClassName
{
color: #65358B;
}
.AnyTagClassName
{
color: #65358B;
}
</style>
background-color css
<style>
a { background-color: #65358B; }
a { background-color: rgb(101,53,139); }
div.DivClassName
{
background-color: #65358B;
}
.BgClassName
{
background-color: #65358B;
}
</style>
border-color css
<style>
span { border-color: #65358B; }
span { border-color: rgb(101,53,139); }
td.TdClassName
{
border-color: #65358B;
}
.TagClassName
{
border-color: #65358B;
}
</style>