Shades of Kingfisher Daisy #623C85
Tints of Kingfisher Daisy #623C85
RGB
CMYK
RGB Variations
Color information
#623C85 (or 0x623C85) is known color: Kingfisher Daisy. HEX triplet: 62, 3C and 85. RGB value is (98,60,133). Sum of RGB (Red+Green+Blue) = 98+60+133=291 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.68% from 291); Green value is 60 (23.83% from 255 or 20.62% from 291); Blue value is 133 (52.34% from 255 or 45.70% from 291); Max value from RGB is 133 - color contains mainly: blue. Hex color #623C85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #623C85 is #9DC37A. Grayscale: #4F4F4F. Windows color (decimal): -10339195 or 8731746. OLE color: 8731746.
HSL color Cylindrical-coordinate representation of color #623C85: hue angle of 271.23º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #623C85 is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 98 | 60 | 133 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.48 |
| HSL | 271.23º | 0.38% | 0.38% | - |
| HSV(B) | 271.23º | 0.55% | 0.52% | - |
| XYZ | 10.89 | 7.52 | 23.07 | - |
| YUV | 79.68 | 158.09 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 60 | 133 | 0.26 | 0.55 | 0 | 0.48 | 271.23 | 0.38 | 0.38 |
| Hex | 62 | 3C | 85 | 1A | 37 | 0 | 30 | 10F | 26 | 26 |
| Octal | 142 | 74 | 205 | 32 | 67 | 0 | 60 | 417 | 46 | 46 |
| Binary | 1100010 | 111100 | 10000101 | 11010 | 110111 | 0 | 110000 | 100001111 | 100110 | 100110 |
Color Harmonies of #623C85
Complementary color
Monochromatic Colors of #623C85
Black with #623C85
Text Example
Text Example
White with #623C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623C85; }
p { color: rgb(98,60,133); }
H1.HeaderClassName
{
color: #623C85;
}
.AnyTagClassName
{
color: #623C85;
}
</style>
background-color css
<style>
a { background-color: #623C85; }
a { background-color: rgb(98,60,133); }
div.DivClassName
{
background-color: #623C85;
}
.BgClassName
{
background-color: #623C85;
}
</style>
border-color css
<style>
span { border-color: #623C85; }
span { border-color: rgb(98,60,133); }
td.TdClassName
{
border-color: #623C85;
}
.TagClassName
{
border-color: #623C85;
}
</style>