Shades of Kingfisher Daisy #631B93
Tints of Kingfisher Daisy #631B93
RGB
CMYK
RGB Variations
Color information
#631B93 (or 0x631B93) is known color: Kingfisher Daisy. HEX triplet: 63, 1B and 93. RGB value is (99,27,147). Sum of RGB (Red+Green+Blue) = 99+27+147=273 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.26% from 273); Green value is 27 (10.94% from 255 or 9.89% from 273); Blue value is 147 (57.81% from 255 or 53.85% from 273); Max value from RGB is 147 - color contains mainly: blue. Hex color #631B93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #631B93 is #9CE46C. Grayscale: #3D3D3D. Windows color (decimal): -10282093 or 9640803. OLE color: 9640803.
HSL color Cylindrical-coordinate representation of color #631B93: hue angle of 276º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #631B93 is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 99 | 27 | 147 | - |
| CMYK | 0.33 | 0.82 | 0 | 0.42 |
| HSL | 276º | 0.69% | 0.34% | - |
| HSV(B) | 276º | 0.82% | 0.58% | - |
| XYZ | 10.8 | 5.54 | 28.1 | - |
| YUV | 62.21 | 175.85 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 27 | 147 | 0.33 | 0.82 | 0 | 0.42 | 276 | 0.69 | 0.34 |
| Hex | 63 | 1B | 93 | 21 | 52 | 0 | 2A | 114 | 45 | 22 |
| Octal | 143 | 33 | 223 | 41 | 122 | 0 | 52 | 424 | 105 | 42 |
| Binary | 1100011 | 11011 | 10010011 | 100001 | 1010010 | 0 | 101010 | 100010100 | 1000101 | 100010 |
Color Harmonies of #631B93
Complementary color
Monochromatic Colors of #631B93
Black with #631B93
Text Example
Text Example
White with #631B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631B93; }
p { color: rgb(99,27,147); }
H1.HeaderClassName
{
color: #631B93;
}
.AnyTagClassName
{
color: #631B93;
}
</style>
background-color css
<style>
a { background-color: #631B93; }
a { background-color: rgb(99,27,147); }
div.DivClassName
{
background-color: #631B93;
}
.BgClassName
{
background-color: #631B93;
}
</style>
border-color css
<style>
span { border-color: #631B93; }
span { border-color: rgb(99,27,147); }
td.TdClassName
{
border-color: #631B93;
}
.TagClassName
{
border-color: #631B93;
}
</style>