Shades of Kingfisher Daisy #683485
Tints of Kingfisher Daisy #683485
RGB
CMYK
RGB Variations
Color information
#683485 (or 0x683485) is known color: Kingfisher Daisy. HEX triplet: 68, 34 and 85. RGB value is (104,52,133). Sum of RGB (Red+Green+Blue) = 104+52+133=289 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.99% from 289); Green value is 52 (20.70% from 255 or 17.99% from 289); Blue value is 133 (52.34% from 255 or 46.02% from 289); Max value from RGB is 133 - color contains mainly: blue. Hex color #683485 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683485 is #97CB7A. Grayscale: #4C4C4C. Windows color (decimal): -9948027 or 8729704. OLE color: 8729704.
HSL color Cylindrical-coordinate representation of color #683485: hue angle of 278.52º 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 #683485 is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 104 | 52 | 133 | - |
| CMYK | 0.22 | 0.61 | 0 | 0.48 |
| HSL | 278.52º | 0.44% | 0.36% | - |
| HSV(B) | 278.52º | 0.61% | 0.52% | - |
| XYZ | 11.17 | 7.09 | 22.97 | - |
| YUV | 76.78 | 159.73 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 52 | 133 | 0.22 | 0.61 | 0 | 0.48 | 278.52 | 0.44 | 0.36 |
| Hex | 68 | 34 | 85 | 16 | 3D | 0 | 30 | 117 | 2C | 24 |
| Octal | 150 | 64 | 205 | 26 | 75 | 0 | 60 | 427 | 54 | 44 |
| Binary | 1101000 | 110100 | 10000101 | 10110 | 111101 | 0 | 110000 | 100010111 | 101100 | 100100 |
Color Harmonies of #683485
Complementary color
Monochromatic Colors of #683485
Black with #683485
Text Example
Text Example
White with #683485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683485; }
p { color: rgb(104,52,133); }
H1.HeaderClassName
{
color: #683485;
}
.AnyTagClassName
{
color: #683485;
}
</style>
background-color css
<style>
a { background-color: #683485; }
a { background-color: rgb(104,52,133); }
div.DivClassName
{
background-color: #683485;
}
.BgClassName
{
background-color: #683485;
}
</style>
border-color css
<style>
span { border-color: #683485; }
span { border-color: rgb(104,52,133); }
td.TdClassName
{
border-color: #683485;
}
.TagClassName
{
border-color: #683485;
}
</style>