Shades of Kingfisher Daisy #633485
Tints of Kingfisher Daisy #633485
RGB
CMYK
RGB Variations
Color information
#633485 (or 0x633485) is known color: Kingfisher Daisy. HEX triplet: 63, 34 and 85. RGB value is (99,52,133). Sum of RGB (Red+Green+Blue) = 99+52+133=284 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.86% from 284); Green value is 52 (20.70% from 255 or 18.31% from 284); Blue value is 133 (52.34% from 255 or 46.83% from 284); Max value from RGB is 133 - color contains mainly: blue. Hex color #633485 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #633485 is #9CCB7A. Grayscale: #4B4B4B. Windows color (decimal): -10275707 or 8729699. OLE color: 8729699.
HSL color Cylindrical-coordinate representation of color #633485: hue angle of 274.81º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #633485 is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 99 | 52 | 133 | - |
| CMYK | 0.26 | 0.61 | 0 | 0.48 |
| HSL | 274.81º | 0.44% | 0.36% | - |
| HSV(B) | 274.81º | 0.61% | 0.52% | - |
| XYZ | 10.61 | 6.8 | 22.94 | - |
| YUV | 75.29 | 160.57 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 52 | 133 | 0.26 | 0.61 | 0 | 0.48 | 274.81 | 0.44 | 0.36 |
| Hex | 63 | 34 | 85 | 1A | 3D | 0 | 30 | 113 | 2C | 24 |
| Octal | 143 | 64 | 205 | 32 | 75 | 0 | 60 | 423 | 54 | 44 |
| Binary | 1100011 | 110100 | 10000101 | 11010 | 111101 | 0 | 110000 | 100010011 | 101100 | 100100 |
Color Harmonies of #633485
Complementary color
Monochromatic Colors of #633485
Black with #633485
Text Example
Text Example
White with #633485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633485; }
p { color: rgb(99,52,133); }
H1.HeaderClassName
{
color: #633485;
}
.AnyTagClassName
{
color: #633485;
}
</style>
background-color css
<style>
a { background-color: #633485; }
a { background-color: rgb(99,52,133); }
div.DivClassName
{
background-color: #633485;
}
.BgClassName
{
background-color: #633485;
}
</style>
border-color css
<style>
span { border-color: #633485; }
span { border-color: rgb(99,52,133); }
td.TdClassName
{
border-color: #633485;
}
.TagClassName
{
border-color: #633485;
}
</style>