Shades of Kingfisher Daisy #663281
Tints of Kingfisher Daisy #663281
RGB
CMYK
RGB Variations
Color information
#663281 (or 0x663281) is known color: Kingfisher Daisy. HEX triplet: 66, 32 and 81. RGB value is (102,50,129). Sum of RGB (Red+Green+Blue) = 102+50+129=281 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.30% from 281); Green value is 50 (19.92% from 255 or 17.79% from 281); Blue value is 129 (50.78% from 255 or 45.91% from 281); Max value from RGB is 129 - color contains mainly: blue. Hex color #663281 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663281 is #99CD7E. Grayscale: #4A4A4A. Windows color (decimal): -10079615 or 8467046. OLE color: 8467046.
HSL color Cylindrical-coordinate representation of color #663281: hue angle of 279.49º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #663281 is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 50 | 129 | - |
| CMYK | 0.21 | 0.61 | 0 | 0.49 |
| HSL | 279.49º | 0.44% | 0.35% | - |
| HSV(B) | 279.49º | 0.61% | 0.51% | - |
| XYZ | 10.58 | 6.69 | 21.5 | - |
| YUV | 74.55 | 158.73 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 50 | 129 | 0.21 | 0.61 | 0 | 0.49 | 279.49 | 0.44 | 0.35 |
| Hex | 66 | 32 | 81 | 15 | 3D | 0 | 31 | 117 | 2C | 23 |
| Octal | 146 | 62 | 201 | 25 | 75 | 0 | 61 | 427 | 54 | 43 |
| Binary | 1100110 | 110010 | 10000001 | 10101 | 111101 | 0 | 110001 | 100010111 | 101100 | 100011 |
Color Harmonies of #663281
Complementary color
Monochromatic Colors of #663281
Black with #663281
Text Example
Text Example
White with #663281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663281; }
p { color: rgb(102,50,129); }
H1.HeaderClassName
{
color: #663281;
}
.AnyTagClassName
{
color: #663281;
}
</style>
background-color css
<style>
a { background-color: #663281; }
a { background-color: rgb(102,50,129); }
div.DivClassName
{
background-color: #663281;
}
.BgClassName
{
background-color: #663281;
}
</style>
border-color css
<style>
span { border-color: #663281; }
span { border-color: rgb(102,50,129); }
td.TdClassName
{
border-color: #663281;
}
.TagClassName
{
border-color: #663281;
}
</style>