Shades of Kingfisher Daisy #66248A
Tints of Kingfisher Daisy #66248A
RGB
CMYK
RGB Variations
Color information
#66248A (or 0x66248A) is known color: Kingfisher Daisy. HEX triplet: 66, 24 and 8A. RGB value is (102,36,138). Sum of RGB (Red+Green+Blue) = 102+36+138=276 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.96% from 276); Green value is 36 (14.45% from 255 or 13.04% from 276); Blue value is 138 (54.30% from 255 or 50% from 276); Max value from RGB is 138 - color contains mainly: blue. Hex color #66248A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66248A is #99DB75. Grayscale: #434343. Windows color (decimal): -10083190 or 9053286. OLE color: 9053286.
HSL color Cylindrical-coordinate representation of color #66248A: hue angle of 278.82º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #66248A is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 102 | 36 | 138 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.46 |
| HSL | 278.82º | 0.59% | 0.34% | - |
| HSV(B) | 278.82º | 0.74% | 0.54% | - |
| XYZ | 10.7 | 5.92 | 24.62 | - |
| YUV | 67.36 | 167.87 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 36 | 138 | 0.26 | 0.74 | 0 | 0.46 | 278.82 | 0.59 | 0.34 |
| Hex | 66 | 24 | 8A | 1A | 4A | 0 | 2E | 117 | 3B | 22 |
| Octal | 146 | 44 | 212 | 32 | 112 | 0 | 56 | 427 | 73 | 42 |
| Binary | 1100110 | 100100 | 10001010 | 11010 | 1001010 | 0 | 101110 | 100010111 | 111011 | 100010 |
Color Harmonies of #66248A
Complementary color
Monochromatic Colors of #66248A
Black with #66248A
Text Example
Text Example
White with #66248A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66248A; }
p { color: rgb(102,36,138); }
H1.HeaderClassName
{
color: #66248A;
}
.AnyTagClassName
{
color: #66248A;
}
</style>
background-color css
<style>
a { background-color: #66248A; }
a { background-color: rgb(102,36,138); }
div.DivClassName
{
background-color: #66248A;
}
.BgClassName
{
background-color: #66248A;
}
</style>
border-color css
<style>
span { border-color: #66248A; }
span { border-color: rgb(102,36,138); }
td.TdClassName
{
border-color: #66248A;
}
.TagClassName
{
border-color: #66248A;
}
</style>