Shades of Kingfisher Daisy #631C90
Tints of Kingfisher Daisy #631C90
RGB
CMYK
RGB Variations
Color information
#631C90 (or 0x631C90) is known color: Kingfisher Daisy. HEX triplet: 63, 1C and 90. RGB value is (99,28,144). Sum of RGB (Red+Green+Blue) = 99+28+144=271 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.53% from 271); Green value is 28 (11.33% from 255 or 10.33% from 271); Blue value is 144 (56.64% from 255 or 53.14% from 271); Max value from RGB is 144 - color contains mainly: blue. Hex color #631C90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #631C90 is #9CE36F. Grayscale: #3E3E3E. Windows color (decimal): -10281840 or 9444451. OLE color: 9444451.
HSL color Cylindrical-coordinate representation of color #631C90: hue angle of 276.72º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #631C90 is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 99 | 28 | 144 | - |
| CMYK | 0.31 | 0.81 | 0 | 0.44 |
| HSL | 276.72º | 0.67% | 0.34% | - |
| HSV(B) | 276.72º | 0.81% | 0.56% | - |
| XYZ | 10.59 | 5.5 | 26.89 | - |
| YUV | 62.45 | 174.02 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 28 | 144 | 0.31 | 0.81 | 0 | 0.44 | 276.72 | 0.67 | 0.34 |
| Hex | 63 | 1C | 90 | 1F | 51 | 0 | 2C | 115 | 43 | 22 |
| Octal | 143 | 34 | 220 | 37 | 121 | 0 | 54 | 425 | 103 | 42 |
| Binary | 1100011 | 11100 | 10010000 | 11111 | 1010001 | 0 | 101100 | 100010101 | 1000011 | 100010 |
Color Harmonies of #631C90
Complementary color
Monochromatic Colors of #631C90
Black with #631C90
Text Example
Text Example
White with #631C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631C90; }
p { color: rgb(99,28,144); }
H1.HeaderClassName
{
color: #631C90;
}
.AnyTagClassName
{
color: #631C90;
}
</style>
background-color css
<style>
a { background-color: #631C90; }
a { background-color: rgb(99,28,144); }
div.DivClassName
{
background-color: #631C90;
}
.BgClassName
{
background-color: #631C90;
}
</style>
border-color css
<style>
span { border-color: #631C90; }
span { border-color: rgb(99,28,144); }
td.TdClassName
{
border-color: #631C90;
}
.TagClassName
{
border-color: #631C90;
}
</style>