Shades of Kingfisher Daisy #653C7F
Tints of Kingfisher Daisy #653C7F
RGB
CMYK
RGB Variations
Color information
#653C7F (or 0x653C7F) is known color: Kingfisher Daisy. HEX triplet: 65, 3C and 7F. RGB value is (101,60,127). Sum of RGB (Red+Green+Blue) = 101+60+127=288 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.07% from 288); Green value is 60 (23.83% from 255 or 20.83% from 288); Blue value is 127 (50% from 255 or 44.10% from 288); Max value from RGB is 127 - color contains mainly: blue. Hex color #653C7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653C7F is #9AC380. Grayscale: #4F4F4F. Windows color (decimal): -10142593 or 8338533. OLE color: 8338533.
HSL color Cylindrical-coordinate representation of color #653C7F: hue angle of 276.72º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #653C7F is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 101 | 60 | 127 | - |
| CMYK | 0.20 | 0.53 | 0 | 0.50 |
| HSL | 276.72º | 0.36% | 0.37% | - |
| HSV(B) | 276.72º | 0.53% | 0.5% | - |
| XYZ | 10.81 | 7.53 | 20.96 | - |
| YUV | 79.9 | 154.58 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 60 | 127 | 0.20 | 0.53 | 0 | 0.50 | 276.72 | 0.36 | 0.37 |
| Hex | 65 | 3C | 7F | 14 | 35 | 0 | 32 | 115 | 24 | 25 |
| Octal | 145 | 74 | 177 | 24 | 65 | 0 | 62 | 425 | 44 | 45 |
| Binary | 1100101 | 111100 | 1111111 | 10100 | 110101 | 0 | 110010 | 100010101 | 100100 | 100101 |
Color Harmonies of #653C7F
Complementary color
Monochromatic Colors of #653C7F
Black with #653C7F
Text Example
Text Example
White with #653C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653C7F; }
p { color: rgb(101,60,127); }
H1.HeaderClassName
{
color: #653C7F;
}
.AnyTagClassName
{
color: #653C7F;
}
</style>
background-color css
<style>
a { background-color: #653C7F; }
a { background-color: rgb(101,60,127); }
div.DivClassName
{
background-color: #653C7F;
}
.BgClassName
{
background-color: #653C7F;
}
</style>
border-color css
<style>
span { border-color: #653C7F; }
span { border-color: rgb(101,60,127); }
td.TdClassName
{
border-color: #653C7F;
}
.TagClassName
{
border-color: #653C7F;
}
</style>