Shades of Kingfisher Daisy #63308C
Tints of Kingfisher Daisy #63308C
RGB
CMYK
RGB Variations
Color information
#63308C (or 0x63308C) is known color: Kingfisher Daisy. HEX triplet: 63, 30 and 8C. RGB value is (99,48,140). Sum of RGB (Red+Green+Blue) = 99+48+140=287 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.49% from 287); Green value is 48 (19.14% from 255 or 16.72% from 287); Blue value is 140 (55.08% from 255 or 48.78% from 287); Max value from RGB is 140 - color contains mainly: blue. Hex color #63308C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63308C is #9CCF73. Grayscale: #494949. Windows color (decimal): -10276724 or 9187427. OLE color: 9187427.
HSL color Cylindrical-coordinate representation of color #63308C: hue angle of 273.26º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #63308C is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 99 | 48 | 140 | - |
| CMYK | 0.29 | 0.66 | 0 | 0.45 |
| HSL | 273.26º | 0.49% | 0.37% | - |
| HSV(B) | 273.26º | 0.66% | 0.55% | - |
| XYZ | 10.94 | 6.66 | 25.52 | - |
| YUV | 73.74 | 165.4 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 48 | 140 | 0.29 | 0.66 | 0 | 0.45 | 273.26 | 0.49 | 0.37 |
| Hex | 63 | 30 | 8C | 1D | 42 | 0 | 2D | 111 | 31 | 25 |
| Octal | 143 | 60 | 214 | 35 | 102 | 0 | 55 | 421 | 61 | 45 |
| Binary | 1100011 | 110000 | 10001100 | 11101 | 1000010 | 0 | 101101 | 100010001 | 110001 | 100101 |
Color Harmonies of #63308C
Complementary color
Monochromatic Colors of #63308C
Black with #63308C
Text Example
Text Example
White with #63308C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63308C; }
p { color: rgb(99,48,140); }
H1.HeaderClassName
{
color: #63308C;
}
.AnyTagClassName
{
color: #63308C;
}
</style>
background-color css
<style>
a { background-color: #63308C; }
a { background-color: rgb(99,48,140); }
div.DivClassName
{
background-color: #63308C;
}
.BgClassName
{
background-color: #63308C;
}
</style>
border-color css
<style>
span { border-color: #63308C; }
span { border-color: rgb(99,48,140); }
td.TdClassName
{
border-color: #63308C;
}
.TagClassName
{
border-color: #63308C;
}
</style>