Shades of Kingfisher Daisy #663082
Tints of Kingfisher Daisy #663082
RGB
CMYK
RGB Variations
Color information
#663082 (or 0x663082) is known color: Kingfisher Daisy. HEX triplet: 66, 30 and 82. RGB value is (102,48,130). Sum of RGB (Red+Green+Blue) = 102+48+130=280 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.43% from 280); Green value is 48 (19.14% from 255 or 17.14% from 280); Blue value is 130 (51.17% from 255 or 46.43% from 280); Max value from RGB is 130 - color contains mainly: blue. Hex color #663082 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663082 is #99CF7D. Grayscale: #494949. Windows color (decimal): -10080126 or 8532070. OLE color: 8532070.
HSL color Cylindrical-coordinate representation of color #663082: hue angle of 279.51º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #663082 is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 48 | 130 | - |
| CMYK | 0.22 | 0.63 | 0 | 0.49 |
| HSL | 279.51º | 0.46% | 0.35% | - |
| HSV(B) | 279.51º | 0.63% | 0.51% | - |
| XYZ | 10.57 | 6.55 | 21.83 | - |
| YUV | 73.49 | 159.89 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 48 | 130 | 0.22 | 0.63 | 0 | 0.49 | 279.51 | 0.46 | 0.35 |
| Hex | 66 | 30 | 82 | 16 | 3F | 0 | 31 | 118 | 2E | 23 |
| Octal | 146 | 60 | 202 | 26 | 77 | 0 | 61 | 430 | 56 | 43 |
| Binary | 1100110 | 110000 | 10000010 | 10110 | 111111 | 0 | 110001 | 100011000 | 101110 | 100011 |
Color Harmonies of #663082
Complementary color
Monochromatic Colors of #663082
Black with #663082
Text Example
Text Example
White with #663082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663082; }
p { color: rgb(102,48,130); }
H1.HeaderClassName
{
color: #663082;
}
.AnyTagClassName
{
color: #663082;
}
</style>
background-color css
<style>
a { background-color: #663082; }
a { background-color: rgb(102,48,130); }
div.DivClassName
{
background-color: #663082;
}
.BgClassName
{
background-color: #663082;
}
</style>
border-color css
<style>
span { border-color: #663082; }
span { border-color: rgb(102,48,130); }
td.TdClassName
{
border-color: #663082;
}
.TagClassName
{
border-color: #663082;
}
</style>