Shades of Kingfisher Daisy #631D88
Tints of Kingfisher Daisy #631D88
RGB
CMYK
RGB Variations
Color information
#631D88 (or 0x631D88) is known color: Kingfisher Daisy. HEX triplet: 63, 1D and 88. RGB value is (99,29,136). Sum of RGB (Red+Green+Blue) = 99+29+136=264 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.5% from 264); Green value is 29 (11.72% from 255 or 10.98% from 264); Blue value is 136 (53.52% from 255 or 51.52% from 264); Max value from RGB is 136 - color contains mainly: blue. Hex color #631D88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #631D88 is #9CE277. Grayscale: #3D3D3D. Windows color (decimal): -10281592 or 8920419. OLE color: 8920419.
HSL color Cylindrical-coordinate representation of color #631D88: hue angle of 279.25º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #631D88 is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 99 | 29 | 136 | - |
| CMYK | 0.27 | 0.79 | 0 | 0.47 |
| HSL | 279.25º | 0.65% | 0.32% | - |
| HSV(B) | 279.25º | 0.79% | 0.53% | - |
| XYZ | 10.03 | 5.31 | 23.79 | - |
| YUV | 62.13 | 169.69 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 29 | 136 | 0.27 | 0.79 | 0 | 0.47 | 279.25 | 0.65 | 0.32 |
| Hex | 63 | 1D | 88 | 1B | 4F | 0 | 2F | 117 | 41 | 20 |
| Octal | 143 | 35 | 210 | 33 | 117 | 0 | 57 | 427 | 101 | 40 |
| Binary | 1100011 | 11101 | 10001000 | 11011 | 1001111 | 0 | 101111 | 100010111 | 1000001 | 100000 |
Color Harmonies of #631D88
Complementary color
Monochromatic Colors of #631D88
Black with #631D88
Text Example
Text Example
White with #631D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631D88; }
p { color: rgb(99,29,136); }
H1.HeaderClassName
{
color: #631D88;
}
.AnyTagClassName
{
color: #631D88;
}
</style>
background-color css
<style>
a { background-color: #631D88; }
a { background-color: rgb(99,29,136); }
div.DivClassName
{
background-color: #631D88;
}
.BgClassName
{
background-color: #631D88;
}
</style>
border-color css
<style>
span { border-color: #631D88; }
span { border-color: rgb(99,29,136); }
td.TdClassName
{
border-color: #631D88;
}
.TagClassName
{
border-color: #631D88;
}
</style>