Shades of Kingfisher Daisy #63368B
Tints of Kingfisher Daisy #63368B
RGB
CMYK
RGB Variations
Color information
#63368B (or 0x63368B) is known color: Kingfisher Daisy. HEX triplet: 63, 36 and 8B. RGB value is (99,54,139). Sum of RGB (Red+Green+Blue) = 99+54+139=292 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.90% from 292); Green value is 54 (21.48% from 255 or 18.49% from 292); Blue value is 139 (54.69% from 255 or 47.60% from 292); Max value from RGB is 139 - color contains mainly: blue. Hex color #63368B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63368B is #9CC974. Grayscale: #4C4C4C. Windows color (decimal): -10275189 or 9123427. OLE color: 9123427.
HSL color Cylindrical-coordinate representation of color #63368B: hue angle of 271.76º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63368B is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 99 | 54 | 139 | - |
| CMYK | 0.29 | 0.61 | 0 | 0.45 |
| HSL | 271.76º | 0.44% | 0.38% | - |
| HSV(B) | 271.76º | 0.61% | 0.55% | - |
| XYZ | 11.12 | 7.16 | 25.22 | - |
| YUV | 77.15 | 162.91 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 54 | 139 | 0.29 | 0.61 | 0 | 0.45 | 271.76 | 0.44 | 0.38 |
| Hex | 63 | 36 | 8B | 1D | 3D | 0 | 2D | 110 | 2C | 26 |
| Octal | 143 | 66 | 213 | 35 | 75 | 0 | 55 | 420 | 54 | 46 |
| Binary | 1100011 | 110110 | 10001011 | 11101 | 111101 | 0 | 101101 | 100010000 | 101100 | 100110 |
Color Harmonies of #63368B
Complementary color
Monochromatic Colors of #63368B
Black with #63368B
Text Example
Text Example
White with #63368B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63368B; }
p { color: rgb(99,54,139); }
H1.HeaderClassName
{
color: #63368B;
}
.AnyTagClassName
{
color: #63368B;
}
</style>
background-color css
<style>
a { background-color: #63368B; }
a { background-color: rgb(99,54,139); }
div.DivClassName
{
background-color: #63368B;
}
.BgClassName
{
background-color: #63368B;
}
</style>
border-color css
<style>
span { border-color: #63368B; }
span { border-color: rgb(99,54,139); }
td.TdClassName
{
border-color: #63368B;
}
.TagClassName
{
border-color: #63368B;
}
</style>