Shades of Kingfisher Daisy #65437F
Tints of Kingfisher Daisy #65437F
RGB
CMYK
RGB Variations
Color information
#65437F (or 0x65437F) is known color: Kingfisher Daisy. HEX triplet: 65, 43 and 7F. RGB value is (101,67,127). Sum of RGB (Red+Green+Blue) = 101+67+127=295 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.24% from 295); Green value is 67 (26.56% from 255 or 22.71% from 295); Blue value is 127 (50% from 255 or 43.05% from 295); Max value from RGB is 127 - color contains mainly: blue. Hex color #65437F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65437F is #9ABC80. Grayscale: #535353. Windows color (decimal): -10140801 or 8340325. OLE color: 8340325.
HSL color Cylindrical-coordinate representation of color #65437F: hue angle of 274º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #65437F is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 101 | 67 | 127 | - |
| CMYK | 0.20 | 0.47 | 0 | 0.50 |
| HSL | 274º | 0.31% | 0.38% | - |
| HSV(B) | 274º | 0.47% | 0.5% | - |
| XYZ | 11.2 | 8.31 | 21.09 | - |
| YUV | 84.01 | 152.26 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 67 | 127 | 0.20 | 0.47 | 0 | 0.50 | 274 | 0.31 | 0.38 |
| Hex | 65 | 43 | 7F | 14 | 2F | 0 | 32 | 112 | 1F | 26 |
| Octal | 145 | 103 | 177 | 24 | 57 | 0 | 62 | 422 | 37 | 46 |
| Binary | 1100101 | 1000011 | 1111111 | 10100 | 101111 | 0 | 110010 | 100010010 | 11111 | 100110 |
Color Harmonies of #65437F
Complementary color
Monochromatic Colors of #65437F
Black with #65437F
Text Example
Text Example
White with #65437F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65437F; }
p { color: rgb(101,67,127); }
H1.HeaderClassName
{
color: #65437F;
}
.AnyTagClassName
{
color: #65437F;
}
</style>
background-color css
<style>
a { background-color: #65437F; }
a { background-color: rgb(101,67,127); }
div.DivClassName
{
background-color: #65437F;
}
.BgClassName
{
background-color: #65437F;
}
</style>
border-color css
<style>
span { border-color: #65437F; }
span { border-color: rgb(101,67,127); }
td.TdClassName
{
border-color: #65437F;
}
.TagClassName
{
border-color: #65437F;
}
</style>