Shades of Kingfisher Daisy #63308A
Tints of Kingfisher Daisy #63308A
RGB
CMYK
RGB Variations
Color information
#63308A (or 0x63308A) is known color: Kingfisher Daisy. HEX triplet: 63, 30 and 8A. RGB value is (99,48,138). Sum of RGB (Red+Green+Blue) = 99+48+138=285 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.74% from 285); Green value is 48 (19.14% from 255 or 16.84% from 285); Blue value is 138 (54.30% from 255 or 48.42% from 285); Max value from RGB is 138 - color contains mainly: blue. Hex color #63308A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63308A is #9CCF75. Grayscale: #494949. Windows color (decimal): -10276726 or 9056355. OLE color: 9056355.
HSL color Cylindrical-coordinate representation of color #63308A: hue angle of 274º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #63308A is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 99 | 48 | 138 | - |
| CMYK | 0.28 | 0.65 | 0 | 0.46 |
| HSL | 274º | 0.48% | 0.36% | - |
| HSV(B) | 274º | 0.65% | 0.54% | - |
| XYZ | 10.79 | 6.6 | 24.75 | - |
| YUV | 73.51 | 164.4 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 48 | 138 | 0.28 | 0.65 | 0 | 0.46 | 274 | 0.48 | 0.36 |
| Hex | 63 | 30 | 8A | 1C | 41 | 0 | 2E | 112 | 30 | 24 |
| Octal | 143 | 60 | 212 | 34 | 101 | 0 | 56 | 422 | 60 | 44 |
| Binary | 1100011 | 110000 | 10001010 | 11100 | 1000001 | 0 | 101110 | 100010010 | 110000 | 100100 |
Color Harmonies of #63308A
Complementary color
Monochromatic Colors of #63308A
Black with #63308A
Text Example
Text Example
White with #63308A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63308A; }
p { color: rgb(99,48,138); }
H1.HeaderClassName
{
color: #63308A;
}
.AnyTagClassName
{
color: #63308A;
}
</style>
background-color css
<style>
a { background-color: #63308A; }
a { background-color: rgb(99,48,138); }
div.DivClassName
{
background-color: #63308A;
}
.BgClassName
{
background-color: #63308A;
}
</style>
border-color css
<style>
span { border-color: #63308A; }
span { border-color: rgb(99,48,138); }
td.TdClassName
{
border-color: #63308A;
}
.TagClassName
{
border-color: #63308A;
}
</style>