Shades of Kingfisher Daisy #65238F
Tints of Kingfisher Daisy #65238F
RGB
CMYK
RGB Variations
Color information
#65238F (or 0x65238F) is known color: Kingfisher Daisy. HEX triplet: 65, 23 and 8F. RGB value is (101,35,143). Sum of RGB (Red+Green+Blue) = 101+35+143=279 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.20% from 279); Green value is 35 (14.06% from 255 or 12.54% from 279); Blue value is 143 (56.25% from 255 or 51.25% from 279); Max value from RGB is 143 - color contains mainly: blue. Hex color #65238F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65238F is #9ADC70. Grayscale: #424242. Windows color (decimal): -10148977 or 9380709. OLE color: 9380709.
HSL color Cylindrical-coordinate representation of color #65238F: hue angle of 276.67º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #65238F is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 35 | 143 | - |
| CMYK | 0.29 | 0.76 | 0 | 0.44 |
| HSL | 276.67º | 0.61% | 0.35% | - |
| HSV(B) | 276.67º | 0.76% | 0.56% | - |
| XYZ | 10.93 | 5.95 | 26.56 | - |
| YUV | 67.05 | 170.87 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 35 | 143 | 0.29 | 0.76 | 0 | 0.44 | 276.67 | 0.61 | 0.35 |
| Hex | 65 | 23 | 8F | 1D | 4C | 0 | 2C | 115 | 3D | 23 |
| Octal | 145 | 43 | 217 | 35 | 114 | 0 | 54 | 425 | 75 | 43 |
| Binary | 1100101 | 100011 | 10001111 | 11101 | 1001100 | 0 | 101100 | 100010101 | 111101 | 100011 |
Color Harmonies of #65238F
Complementary color
Monochromatic Colors of #65238F
Black with #65238F
Text Example
Text Example
White with #65238F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65238F; }
p { color: rgb(101,35,143); }
H1.HeaderClassName
{
color: #65238F;
}
.AnyTagClassName
{
color: #65238F;
}
</style>
background-color css
<style>
a { background-color: #65238F; }
a { background-color: rgb(101,35,143); }
div.DivClassName
{
background-color: #65238F;
}
.BgClassName
{
background-color: #65238F;
}
</style>
border-color css
<style>
span { border-color: #65238F; }
span { border-color: rgb(101,35,143); }
td.TdClassName
{
border-color: #65238F;
}
.TagClassName
{
border-color: #65238F;
}
</style>