Shades of Kingfisher Daisy #662090
Tints of Kingfisher Daisy #662090
RGB
CMYK
RGB Variations
Color information
#662090 (or 0x662090) is known color: Kingfisher Daisy. HEX triplet: 66, 20 and 90. RGB value is (102,32,144). Sum of RGB (Red+Green+Blue) = 102+32+144=278 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.69% from 278); Green value is 32 (12.89% from 255 or 11.51% from 278); Blue value is 144 (56.64% from 255 or 51.80% from 278); Max value from RGB is 144 - color contains mainly: blue. Hex color #662090 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662090 is #99DF6F. Grayscale: #414141. Windows color (decimal): -10084208 or 9445478. OLE color: 9445478.
HSL color Cylindrical-coordinate representation of color #662090: hue angle of 277.5º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #662090 is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 32 | 144 | - |
| CMYK | 0.29 | 0.78 | 0 | 0.44 |
| HSL | 277.5º | 0.64% | 0.35% | - |
| HSV(B) | 277.5º | 0.78% | 0.56% | - |
| XYZ | 11.03 | 5.87 | 26.94 | - |
| YUV | 65.7 | 172.19 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 32 | 144 | 0.29 | 0.78 | 0 | 0.44 | 277.5 | 0.64 | 0.35 |
| Hex | 66 | 20 | 90 | 1D | 4E | 0 | 2C | 116 | 40 | 23 |
| Octal | 146 | 40 | 220 | 35 | 116 | 0 | 54 | 426 | 100 | 43 |
| Binary | 1100110 | 100000 | 10010000 | 11101 | 1001110 | 0 | 101100 | 100010110 | 1000000 | 100011 |
Color Harmonies of #662090
Complementary color
Monochromatic Colors of #662090
Black with #662090
Text Example
Text Example
White with #662090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662090; }
p { color: rgb(102,32,144); }
H1.HeaderClassName
{
color: #662090;
}
.AnyTagClassName
{
color: #662090;
}
</style>
background-color css
<style>
a { background-color: #662090; }
a { background-color: rgb(102,32,144); }
div.DivClassName
{
background-color: #662090;
}
.BgClassName
{
background-color: #662090;
}
</style>
border-color css
<style>
span { border-color: #662090; }
span { border-color: rgb(102,32,144); }
td.TdClassName
{
border-color: #662090;
}
.TagClassName
{
border-color: #662090;
}
</style>