Shades of Kingfisher Daisy #631E8B
Tints of Kingfisher Daisy #631E8B
RGB
CMYK
RGB Variations
Color information
#631E8B (or 0x631E8B) is known color: Kingfisher Daisy. HEX triplet: 63, 1E and 8B. RGB value is (99,30,139). Sum of RGB (Red+Green+Blue) = 99+30+139=268 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.94% from 268); Green value is 30 (12.11% from 255 or 11.19% from 268); Blue value is 139 (54.69% from 255 or 51.87% from 268); Max value from RGB is 139 - color contains mainly: blue. Hex color #631E8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #631E8B is #9CE174. Grayscale: #3E3E3E. Windows color (decimal): -10281333 or 9117283. OLE color: 9117283.
HSL color Cylindrical-coordinate representation of color #631E8B: hue angle of 277.98º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #631E8B is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 99 | 30 | 139 | - |
| CMYK | 0.29 | 0.78 | 0 | 0.45 |
| HSL | 277.98º | 0.64% | 0.33% | - |
| HSV(B) | 277.98º | 0.78% | 0.55% | - |
| XYZ | 10.27 | 5.45 | 24.94 | - |
| YUV | 63.06 | 170.86 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 30 | 139 | 0.29 | 0.78 | 0 | 0.45 | 277.98 | 0.64 | 0.33 |
| Hex | 63 | 1E | 8B | 1D | 4E | 0 | 2D | 116 | 40 | 21 |
| Octal | 143 | 36 | 213 | 35 | 116 | 0 | 55 | 426 | 100 | 41 |
| Binary | 1100011 | 11110 | 10001011 | 11101 | 1001110 | 0 | 101101 | 100010110 | 1000000 | 100001 |
Color Harmonies of #631E8B
Complementary color
Monochromatic Colors of #631E8B
Black with #631E8B
Text Example
Text Example
White with #631E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631E8B; }
p { color: rgb(99,30,139); }
H1.HeaderClassName
{
color: #631E8B;
}
.AnyTagClassName
{
color: #631E8B;
}
</style>
background-color css
<style>
a { background-color: #631E8B; }
a { background-color: rgb(99,30,139); }
div.DivClassName
{
background-color: #631E8B;
}
.BgClassName
{
background-color: #631E8B;
}
</style>
border-color css
<style>
span { border-color: #631E8B; }
span { border-color: rgb(99,30,139); }
td.TdClassName
{
border-color: #631E8B;
}
.TagClassName
{
border-color: #631E8B;
}
</style>