Shades of Kingfisher Daisy #663A8A
Tints of Kingfisher Daisy #663A8A
RGB
CMYK
RGB Variations
Color information
#663A8A (or 0x663A8A) is known color: Kingfisher Daisy. HEX triplet: 66, 3A and 8A. RGB value is (102,58,138). Sum of RGB (Red+Green+Blue) = 102+58+138=298 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.23% from 298); Green value is 58 (23.05% from 255 or 19.46% from 298); Blue value is 138 (54.30% from 255 or 46.31% from 298); Max value from RGB is 138 - color contains mainly: blue. Hex color #663A8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663A8A is #99C575. Grayscale: #505050. Windows color (decimal): -10077558 or 9058918. OLE color: 9058918.
HSL color Cylindrical-coordinate representation of color #663A8A: hue angle of 273º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #663A8A is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 102 | 58 | 138 | - |
| CMYK | 0.26 | 0.58 | 0 | 0.46 |
| HSL | 273º | 0.41% | 0.38% | - |
| HSV(B) | 273º | 0.58% | 0.54% | - |
| XYZ | 11.58 | 7.69 | 24.92 | - |
| YUV | 80.28 | 160.58 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 58 | 138 | 0.26 | 0.58 | 0 | 0.46 | 273 | 0.41 | 0.38 |
| Hex | 66 | 3A | 8A | 1A | 3A | 0 | 2E | 111 | 29 | 26 |
| Octal | 146 | 72 | 212 | 32 | 72 | 0 | 56 | 421 | 51 | 46 |
| Binary | 1100110 | 111010 | 10001010 | 11010 | 111010 | 0 | 101110 | 100010001 | 101001 | 100110 |
Color Harmonies of #663A8A
Complementary color
Monochromatic Colors of #663A8A
Black with #663A8A
Text Example
Text Example
White with #663A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663A8A; }
p { color: rgb(102,58,138); }
H1.HeaderClassName
{
color: #663A8A;
}
.AnyTagClassName
{
color: #663A8A;
}
</style>
background-color css
<style>
a { background-color: #663A8A; }
a { background-color: rgb(102,58,138); }
div.DivClassName
{
background-color: #663A8A;
}
.BgClassName
{
background-color: #663A8A;
}
</style>
border-color css
<style>
span { border-color: #663A8A; }
span { border-color: rgb(102,58,138); }
td.TdClassName
{
border-color: #663A8A;
}
.TagClassName
{
border-color: #663A8A;
}
</style>