Shades of Kingfisher Daisy #634881
Tints of Kingfisher Daisy #634881
RGB
CMYK
RGB Variations
Color information
#634881 (or 0x634881) is known color: Kingfisher Daisy. HEX triplet: 63, 48 and 81. RGB value is (99,72,129). Sum of RGB (Red+Green+Blue) = 99+72+129=300 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33% from 300); Green value is 72 (28.52% from 255 or 24% from 300); Blue value is 129 (50.78% from 255 or 43% from 300); Max value from RGB is 129 - color contains mainly: blue. Hex color #634881 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634881 is #9CB77E. Grayscale: #565656. Windows color (decimal): -10270591 or 8472675. OLE color: 8472675.
HSL color Cylindrical-coordinate representation of color #634881: hue angle of 268.42º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #634881 is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 99 | 72 | 129 | - |
| CMYK | 0.23 | 0.44 | 0 | 0.49 |
| HSL | 268.42º | 0.28% | 0.39% | - |
| HSV(B) | 268.42º | 0.44% | 0.51% | - |
| XYZ | 11.43 | 8.87 | 21.88 | - |
| YUV | 86.57 | 151.95 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 72 | 129 | 0.23 | 0.44 | 0 | 0.49 | 268.42 | 0.28 | 0.39 |
| Hex | 63 | 48 | 81 | 17 | 2C | 0 | 31 | 10C | 1C | 27 |
| Octal | 143 | 110 | 201 | 27 | 54 | 0 | 61 | 414 | 34 | 47 |
| Binary | 1100011 | 1001000 | 10000001 | 10111 | 101100 | 0 | 110001 | 100001100 | 11100 | 100111 |
Color Harmonies of #634881
Complementary color
Monochromatic Colors of #634881
Black with #634881
Text Example
Text Example
White with #634881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634881; }
p { color: rgb(99,72,129); }
H1.HeaderClassName
{
color: #634881;
}
.AnyTagClassName
{
color: #634881;
}
</style>
background-color css
<style>
a { background-color: #634881; }
a { background-color: rgb(99,72,129); }
div.DivClassName
{
background-color: #634881;
}
.BgClassName
{
background-color: #634881;
}
</style>
border-color css
<style>
span { border-color: #634881; }
span { border-color: rgb(99,72,129); }
td.TdClassName
{
border-color: #634881;
}
.TagClassName
{
border-color: #634881;
}
</style>