Shades of Kingfisher Daisy #662E8E
Tints of Kingfisher Daisy #662E8E
RGB
CMYK
RGB Variations
Color information
#662E8E (or 0x662E8E) is known color: Kingfisher Daisy. HEX triplet: 66, 2E and 8E. RGB value is (102,46,142). Sum of RGB (Red+Green+Blue) = 102+46+142=290 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.17% from 290); Green value is 46 (18.36% from 255 or 15.86% from 290); Blue value is 142 (55.86% from 255 or 48.97% from 290); Max value from RGB is 142 - color contains mainly: blue. Hex color #662E8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662E8E is #99D171. Grayscale: #494949. Windows color (decimal): -10080626 or 9317990. OLE color: 9317990.
HSL color Cylindrical-coordinate representation of color #662E8E: hue angle of 275º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #662E8E is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 46 | 142 | - |
| CMYK | 0.28 | 0.68 | 0 | 0.44 |
| HSL | 275º | 0.51% | 0.37% | - |
| HSV(B) | 275º | 0.68% | 0.56% | - |
| XYZ | 11.34 | 6.73 | 26.29 | - |
| YUV | 73.69 | 166.55 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 46 | 142 | 0.28 | 0.68 | 0 | 0.44 | 275 | 0.51 | 0.37 |
| Hex | 66 | 2E | 8E | 1C | 44 | 0 | 2C | 113 | 33 | 25 |
| Octal | 146 | 56 | 216 | 34 | 104 | 0 | 54 | 423 | 63 | 45 |
| Binary | 1100110 | 101110 | 10001110 | 11100 | 1000100 | 0 | 101100 | 100010011 | 110011 | 100101 |
Color Harmonies of #662E8E
Complementary color
Monochromatic Colors of #662E8E
Black with #662E8E
Text Example
Text Example
White with #662E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662E8E; }
p { color: rgb(102,46,142); }
H1.HeaderClassName
{
color: #662E8E;
}
.AnyTagClassName
{
color: #662E8E;
}
</style>
background-color css
<style>
a { background-color: #662E8E; }
a { background-color: rgb(102,46,142); }
div.DivClassName
{
background-color: #662E8E;
}
.BgClassName
{
background-color: #662E8E;
}
</style>
border-color css
<style>
span { border-color: #662E8E; }
span { border-color: rgb(102,46,142); }
td.TdClassName
{
border-color: #662E8E;
}
.TagClassName
{
border-color: #662E8E;
}
</style>