Shades of Kingfisher Daisy #631C89
Tints of Kingfisher Daisy #631C89
RGB
CMYK
RGB Variations
Color information
#631C89 (or 0x631C89) is known color: Kingfisher Daisy. HEX triplet: 63, 1C and 89. RGB value is (99,28,137). Sum of RGB (Red+Green+Blue) = 99+28+137=264 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.5% from 264); Green value is 28 (11.33% from 255 or 10.61% from 264); Blue value is 137 (53.91% from 255 or 51.89% from 264); Max value from RGB is 137 - color contains mainly: blue. Hex color #631C89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #631C89 is #9CE376. Grayscale: #3D3D3D. Windows color (decimal): -10281847 or 8985699. OLE color: 8985699.
HSL color Cylindrical-coordinate representation of color #631C89: hue angle of 279.08º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #631C89 is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 99 | 28 | 137 | - |
| CMYK | 0.28 | 0.80 | 0 | 0.46 |
| HSL | 279.08º | 0.66% | 0.32% | - |
| HSV(B) | 279.08º | 0.8% | 0.54% | - |
| XYZ | 10.08 | 5.29 | 24.16 | - |
| YUV | 61.66 | 170.52 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 28 | 137 | 0.28 | 0.80 | 0 | 0.46 | 279.08 | 0.66 | 0.32 |
| Hex | 63 | 1C | 89 | 1C | 50 | 0 | 2E | 117 | 42 | 20 |
| Octal | 143 | 34 | 211 | 34 | 120 | 0 | 56 | 427 | 102 | 40 |
| Binary | 1100011 | 11100 | 10001001 | 11100 | 1010000 | 0 | 101110 | 100010111 | 1000010 | 100000 |
Color Harmonies of #631C89
Complementary color
Monochromatic Colors of #631C89
Black with #631C89
Text Example
Text Example
White with #631C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631C89; }
p { color: rgb(99,28,137); }
H1.HeaderClassName
{
color: #631C89;
}
.AnyTagClassName
{
color: #631C89;
}
</style>
background-color css
<style>
a { background-color: #631C89; }
a { background-color: rgb(99,28,137); }
div.DivClassName
{
background-color: #631C89;
}
.BgClassName
{
background-color: #631C89;
}
</style>
border-color css
<style>
span { border-color: #631C89; }
span { border-color: rgb(99,28,137); }
td.TdClassName
{
border-color: #631C89;
}
.TagClassName
{
border-color: #631C89;
}
</style>