Shades of Kingfisher Daisy #662C85
Tints of Kingfisher Daisy #662C85
RGB
CMYK
RGB Variations
Color information
#662C85 (or 0x662C85) is known color: Kingfisher Daisy. HEX triplet: 66, 2C and 85. RGB value is (102,44,133). Sum of RGB (Red+Green+Blue) = 102+44+133=279 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.56% from 279); Green value is 44 (17.58% from 255 or 15.77% from 279); Blue value is 133 (52.34% from 255 or 47.67% from 279); Max value from RGB is 133 - color contains mainly: blue. Hex color #662C85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662C85 is #99D37A. Grayscale: #474747. Windows color (decimal): -10081147 or 8727654. OLE color: 8727654.
HSL color Cylindrical-coordinate representation of color #662C85: hue angle of 279.1º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #662C85 is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 102 | 44 | 133 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.48 |
| HSL | 279.1º | 0.5% | 0.35% | - |
| HSV(B) | 279.1º | 0.67% | 0.52% | - |
| XYZ | 10.61 | 6.32 | 22.85 | - |
| YUV | 71.49 | 162.72 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 44 | 133 | 0.23 | 0.67 | 0 | 0.48 | 279.1 | 0.5 | 0.35 |
| Hex | 66 | 2C | 85 | 17 | 43 | 0 | 30 | 117 | 32 | 23 |
| Octal | 146 | 54 | 205 | 27 | 103 | 0 | 60 | 427 | 62 | 43 |
| Binary | 1100110 | 101100 | 10000101 | 10111 | 1000011 | 0 | 110000 | 100010111 | 110010 | 100011 |
Color Harmonies of #662C85
Complementary color
Monochromatic Colors of #662C85
Black with #662C85
Text Example
Text Example
White with #662C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662C85; }
p { color: rgb(102,44,133); }
H1.HeaderClassName
{
color: #662C85;
}
.AnyTagClassName
{
color: #662C85;
}
</style>
background-color css
<style>
a { background-color: #662C85; }
a { background-color: rgb(102,44,133); }
div.DivClassName
{
background-color: #662C85;
}
.BgClassName
{
background-color: #662C85;
}
</style>
border-color css
<style>
span { border-color: #662C85; }
span { border-color: rgb(102,44,133); }
td.TdClassName
{
border-color: #662C85;
}
.TagClassName
{
border-color: #662C85;
}
</style>