Shades of Kingfisher Daisy #631A90
Tints of Kingfisher Daisy #631A90
RGB
CMYK
RGB Variations
Color information
#631A90 (or 0x631A90) is known color: Kingfisher Daisy. HEX triplet: 63, 1A and 90. RGB value is (99,26,144). Sum of RGB (Red+Green+Blue) = 99+26+144=269 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.80% from 269); Green value is 26 (10.55% from 255 or 9.67% from 269); Blue value is 144 (56.64% from 255 or 53.53% from 269); Max value from RGB is 144 - color contains mainly: blue. Hex color #631A90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #631A90 is #9CE56F. Grayscale: #3C3C3C. Windows color (decimal): -10282352 or 9443939. OLE color: 9443939.
HSL color Cylindrical-coordinate representation of color #631A90: hue angle of 277.12º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #631A90 is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 99 | 26 | 144 | - |
| CMYK | 0.31 | 0.82 | 0 | 0.44 |
| HSL | 277.12º | 0.69% | 0.33% | - |
| HSV(B) | 277.12º | 0.82% | 0.56% | - |
| XYZ | 10.55 | 5.41 | 26.87 | - |
| YUV | 61.28 | 174.68 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 26 | 144 | 0.31 | 0.82 | 0 | 0.44 | 277.12 | 0.69 | 0.33 |
| Hex | 63 | 1A | 90 | 1F | 52 | 0 | 2C | 115 | 45 | 21 |
| Octal | 143 | 32 | 220 | 37 | 122 | 0 | 54 | 425 | 105 | 41 |
| Binary | 1100011 | 11010 | 10010000 | 11111 | 1010010 | 0 | 101100 | 100010101 | 1000101 | 100001 |
Color Harmonies of #631A90
Complementary color
Monochromatic Colors of #631A90
Black with #631A90
Text Example
Text Example
White with #631A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631A90; }
p { color: rgb(99,26,144); }
H1.HeaderClassName
{
color: #631A90;
}
.AnyTagClassName
{
color: #631A90;
}
</style>
background-color css
<style>
a { background-color: #631A90; }
a { background-color: rgb(99,26,144); }
div.DivClassName
{
background-color: #631A90;
}
.BgClassName
{
background-color: #631A90;
}
</style>
border-color css
<style>
span { border-color: #631A90; }
span { border-color: rgb(99,26,144); }
td.TdClassName
{
border-color: #631A90;
}
.TagClassName
{
border-color: #631A90;
}
</style>