Shades of Kingfisher Daisy #66348F
Tints of Kingfisher Daisy #66348F
RGB
CMYK
RGB Variations
Color information
#66348F (or 0x66348F) is known color: Kingfisher Daisy. HEX triplet: 66, 34 and 8F. RGB value is (102,52,143). Sum of RGB (Red+Green+Blue) = 102+52+143=297 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.34% from 297); Green value is 52 (20.70% from 255 or 17.51% from 297); Blue value is 143 (56.25% from 255 or 48.15% from 297); Max value from RGB is 143 - color contains mainly: blue. Hex color #66348F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66348F is #99CB70. Grayscale: #4D4D4D. Windows color (decimal): -10079089 or 9385062. OLE color: 9385062.
HSL color Cylindrical-coordinate representation of color #66348F: hue angle of 272.97º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #66348F is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 52 | 143 | - |
| CMYK | 0.29 | 0.64 | 0 | 0.44 |
| HSL | 272.97º | 0.47% | 0.38% | - |
| HSV(B) | 272.97º | 0.64% | 0.56% | - |
| XYZ | 11.67 | 7.26 | 26.77 | - |
| YUV | 77.32 | 165.07 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 52 | 143 | 0.29 | 0.64 | 0 | 0.44 | 272.97 | 0.47 | 0.38 |
| Hex | 66 | 34 | 8F | 1D | 40 | 0 | 2C | 111 | 2F | 26 |
| Octal | 146 | 64 | 217 | 35 | 100 | 0 | 54 | 421 | 57 | 46 |
| Binary | 1100110 | 110100 | 10001111 | 11101 | 1000000 | 0 | 101100 | 100010001 | 101111 | 100110 |
Color Harmonies of #66348F
Complementary color
Monochromatic Colors of #66348F
Black with #66348F
Text Example
Text Example
White with #66348F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66348F; }
p { color: rgb(102,52,143); }
H1.HeaderClassName
{
color: #66348F;
}
.AnyTagClassName
{
color: #66348F;
}
</style>
background-color css
<style>
a { background-color: #66348F; }
a { background-color: rgb(102,52,143); }
div.DivClassName
{
background-color: #66348F;
}
.BgClassName
{
background-color: #66348F;
}
</style>
border-color css
<style>
span { border-color: #66348F; }
span { border-color: rgb(102,52,143); }
td.TdClassName
{
border-color: #66348F;
}
.TagClassName
{
border-color: #66348F;
}
</style>