Shades of Kingfisher Daisy #663085
Tints of Kingfisher Daisy #663085
RGB
CMYK
RGB Variations
Color information
#663085 (or 0x663085) is known color: Kingfisher Daisy. HEX triplet: 66, 30 and 85. RGB value is (102,48,133). Sum of RGB (Red+Green+Blue) = 102+48+133=283 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.04% from 283); Green value is 48 (19.14% from 255 or 16.96% from 283); Blue value is 133 (52.34% from 255 or 47.00% from 283); Max value from RGB is 133 - color contains mainly: blue. Hex color #663085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663085 is #99CF7A. Grayscale: #494949. Windows color (decimal): -10080123 or 8728678. OLE color: 8728678.
HSL color Cylindrical-coordinate representation of color #663085: hue angle of 278.12º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #663085 is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 102 | 48 | 133 | - |
| CMYK | 0.23 | 0.64 | 0 | 0.48 |
| HSL | 278.12º | 0.47% | 0.35% | - |
| HSV(B) | 278.12º | 0.64% | 0.52% | - |
| XYZ | 10.77 | 6.63 | 22.9 | - |
| YUV | 73.84 | 161.39 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 48 | 133 | 0.23 | 0.64 | 0 | 0.48 | 278.12 | 0.47 | 0.35 |
| Hex | 66 | 30 | 85 | 17 | 40 | 0 | 30 | 116 | 2F | 23 |
| Octal | 146 | 60 | 205 | 27 | 100 | 0 | 60 | 426 | 57 | 43 |
| Binary | 1100110 | 110000 | 10000101 | 10111 | 1000000 | 0 | 110000 | 100010110 | 101111 | 100011 |
Color Harmonies of #663085
Complementary color
Monochromatic Colors of #663085
Black with #663085
Text Example
Text Example
White with #663085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663085; }
p { color: rgb(102,48,133); }
H1.HeaderClassName
{
color: #663085;
}
.AnyTagClassName
{
color: #663085;
}
</style>
background-color css
<style>
a { background-color: #663085; }
a { background-color: rgb(102,48,133); }
div.DivClassName
{
background-color: #663085;
}
.BgClassName
{
background-color: #663085;
}
</style>
border-color css
<style>
span { border-color: #663085; }
span { border-color: rgb(102,48,133); }
td.TdClassName
{
border-color: #663085;
}
.TagClassName
{
border-color: #663085;
}
</style>