Shades of Kingfisher Daisy #631C8A
Tints of Kingfisher Daisy #631C8A
RGB
CMYK
RGB Variations
Color information
#631C8A (or 0x631C8A) is known color: Kingfisher Daisy. HEX triplet: 63, 1C and 8A. RGB value is (99,28,138). Sum of RGB (Red+Green+Blue) = 99+28+138=265 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.36% from 265); Green value is 28 (11.33% from 255 or 10.57% from 265); Blue value is 138 (54.30% from 255 or 52.08% from 265); Max value from RGB is 138 - color contains mainly: blue. Hex color #631C8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #631C8A is #9CE375. Grayscale: #3D3D3D. Windows color (decimal): -10281846 or 9051235. OLE color: 9051235.
HSL color Cylindrical-coordinate representation of color #631C8A: hue angle of 278.73º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #631C8A is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 99 | 28 | 138 | - |
| CMYK | 0.28 | 0.80 | 0 | 0.46 |
| HSL | 278.73º | 0.66% | 0.33% | - |
| HSV(B) | 278.73º | 0.8% | 0.54% | - |
| XYZ | 10.15 | 5.32 | 24.54 | - |
| YUV | 61.77 | 171.02 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 28 | 138 | 0.28 | 0.80 | 0 | 0.46 | 278.73 | 0.66 | 0.33 |
| Hex | 63 | 1C | 8A | 1C | 50 | 0 | 2E | 117 | 42 | 21 |
| Octal | 143 | 34 | 212 | 34 | 120 | 0 | 56 | 427 | 102 | 41 |
| Binary | 1100011 | 11100 | 10001010 | 11100 | 1010000 | 0 | 101110 | 100010111 | 1000010 | 100001 |
Color Harmonies of #631C8A
Complementary color
Monochromatic Colors of #631C8A
Black with #631C8A
Text Example
Text Example
White with #631C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631C8A; }
p { color: rgb(99,28,138); }
H1.HeaderClassName
{
color: #631C8A;
}
.AnyTagClassName
{
color: #631C8A;
}
</style>
background-color css
<style>
a { background-color: #631C8A; }
a { background-color: rgb(99,28,138); }
div.DivClassName
{
background-color: #631C8A;
}
.BgClassName
{
background-color: #631C8A;
}
</style>
border-color css
<style>
span { border-color: #631C8A; }
span { border-color: rgb(99,28,138); }
td.TdClassName
{
border-color: #631C8A;
}
.TagClassName
{
border-color: #631C8A;
}
</style>