Shades of Kingfisher Daisy #623285
Tints of Kingfisher Daisy #623285
RGB
CMYK
RGB Variations
Color information
#623285 (or 0x623285) is known color: Kingfisher Daisy. HEX triplet: 62, 32 and 85. RGB value is (98,50,133). Sum of RGB (Red+Green+Blue) = 98+50+133=281 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.88% from 281); Green value is 50 (19.92% from 255 or 17.79% from 281); Blue value is 133 (52.34% from 255 or 47.33% from 281); Max value from RGB is 133 - color contains mainly: blue. Hex color #623285 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #623285 is #9DCD7A. Grayscale: #494949. Windows color (decimal): -10341755 or 8729186. OLE color: 8729186.
HSL color Cylindrical-coordinate representation of color #623285: hue angle of 274.7º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #623285 is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 98 | 50 | 133 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.48 |
| HSL | 274.7º | 0.45% | 0.36% | - |
| HSV(B) | 274.7º | 0.62% | 0.52% | - |
| XYZ | 10.41 | 6.57 | 22.91 | - |
| YUV | 73.81 | 161.4 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 50 | 133 | 0.26 | 0.62 | 0 | 0.48 | 274.7 | 0.45 | 0.36 |
| Hex | 62 | 32 | 85 | 1A | 3E | 0 | 30 | 113 | 2D | 24 |
| Octal | 142 | 62 | 205 | 32 | 76 | 0 | 60 | 423 | 55 | 44 |
| Binary | 1100010 | 110010 | 10000101 | 11010 | 111110 | 0 | 110000 | 100010011 | 101101 | 100100 |
Color Harmonies of #623285
Complementary color
Monochromatic Colors of #623285
Black with #623285
Text Example
Text Example
White with #623285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623285; }
p { color: rgb(98,50,133); }
H1.HeaderClassName
{
color: #623285;
}
.AnyTagClassName
{
color: #623285;
}
</style>
background-color css
<style>
a { background-color: #623285; }
a { background-color: rgb(98,50,133); }
div.DivClassName
{
background-color: #623285;
}
.BgClassName
{
background-color: #623285;
}
</style>
border-color css
<style>
span { border-color: #623285; }
span { border-color: rgb(98,50,133); }
td.TdClassName
{
border-color: #623285;
}
.TagClassName
{
border-color: #623285;
}
</style>