Shades of Kingfisher Daisy #662185
Tints of Kingfisher Daisy #662185
RGB
CMYK
RGB Variations
Color information
#662185 (or 0x662185) is known color: Kingfisher Daisy. HEX triplet: 66, 21 and 85. RGB value is (102,33,133). Sum of RGB (Red+Green+Blue) = 102+33+133=268 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.06% from 268); Green value is 33 (13.28% from 255 or 12.31% from 268); Blue value is 133 (52.34% from 255 or 49.63% from 268); Max value from RGB is 133 - color contains mainly: blue. Hex color #662185 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662185 is #99DE7A. Grayscale: #404040. Windows color (decimal): -10083963 or 8724838. OLE color: 8724838.
HSL color Cylindrical-coordinate representation of color #662185: hue angle of 281.4º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #662185 is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 102 | 33 | 133 | - |
| CMYK | 0.23 | 0.75 | 0 | 0.48 |
| HSL | 281.4º | 0.6% | 0.33% | - |
| HSV(B) | 281.4º | 0.75% | 0.52% | - |
| XYZ | 10.26 | 5.61 | 22.73 | - |
| YUV | 65.03 | 166.36 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 33 | 133 | 0.23 | 0.75 | 0 | 0.48 | 281.4 | 0.6 | 0.33 |
| Hex | 66 | 21 | 85 | 17 | 4B | 0 | 30 | 119 | 3C | 21 |
| Octal | 146 | 41 | 205 | 27 | 113 | 0 | 60 | 431 | 74 | 41 |
| Binary | 1100110 | 100001 | 10000101 | 10111 | 1001011 | 0 | 110000 | 100011001 | 111100 | 100001 |
Color Harmonies of #662185
Complementary color
Monochromatic Colors of #662185
Black with #662185
Text Example
Text Example
White with #662185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662185; }
p { color: rgb(102,33,133); }
H1.HeaderClassName
{
color: #662185;
}
.AnyTagClassName
{
color: #662185;
}
</style>
background-color css
<style>
a { background-color: #662185; }
a { background-color: rgb(102,33,133); }
div.DivClassName
{
background-color: #662185;
}
.BgClassName
{
background-color: #662185;
}
</style>
border-color css
<style>
span { border-color: #662185; }
span { border-color: rgb(102,33,133); }
td.TdClassName
{
border-color: #662185;
}
.TagClassName
{
border-color: #662185;
}
</style>