Shades of Kingfisher Daisy #662882
Tints of Kingfisher Daisy #662882
RGB
CMYK
RGB Variations
Color information
#662882 (or 0x662882) is known color: Kingfisher Daisy. HEX triplet: 66, 28 and 82. RGB value is (102,40,130). Sum of RGB (Red+Green+Blue) = 102+40+130=272 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.5% from 272); Green value is 40 (16.02% from 255 or 14.71% from 272); Blue value is 130 (51.17% from 255 or 47.79% from 272); Max value from RGB is 130 - color contains mainly: blue. Hex color #662882 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662882 is #99D77D. Grayscale: #444444. Windows color (decimal): -10082174 or 8530022. OLE color: 8530022.
HSL color Cylindrical-coordinate representation of color #662882: hue angle of 281.33º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #662882 is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 40 | 130 | - |
| CMYK | 0.22 | 0.69 | 0 | 0.49 |
| HSL | 281.33º | 0.53% | 0.33% | - |
| HSV(B) | 281.33º | 0.69% | 0.51% | - |
| XYZ | 10.27 | 5.95 | 21.73 | - |
| YUV | 68.8 | 162.54 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 40 | 130 | 0.22 | 0.69 | 0 | 0.49 | 281.33 | 0.53 | 0.33 |
| Hex | 66 | 28 | 82 | 16 | 45 | 0 | 31 | 119 | 35 | 21 |
| Octal | 146 | 50 | 202 | 26 | 105 | 0 | 61 | 431 | 65 | 41 |
| Binary | 1100110 | 101000 | 10000010 | 10110 | 1000101 | 0 | 110001 | 100011001 | 110101 | 100001 |
Color Harmonies of #662882
Complementary color
Monochromatic Colors of #662882
Black with #662882
Text Example
Text Example
White with #662882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662882; }
p { color: rgb(102,40,130); }
H1.HeaderClassName
{
color: #662882;
}
.AnyTagClassName
{
color: #662882;
}
</style>
background-color css
<style>
a { background-color: #662882; }
a { background-color: rgb(102,40,130); }
div.DivClassName
{
background-color: #662882;
}
.BgClassName
{
background-color: #662882;
}
</style>
border-color css
<style>
span { border-color: #662882; }
span { border-color: rgb(102,40,130); }
td.TdClassName
{
border-color: #662882;
}
.TagClassName
{
border-color: #662882;
}
</style>