Shades of Kingfisher Daisy #62268F
Tints of Kingfisher Daisy #62268F
RGB
CMYK
RGB Variations
Color information
#62268F (or 0x62268F) is known color: Kingfisher Daisy. HEX triplet: 62, 26 and 8F. RGB value is (98,38,143). Sum of RGB (Red+Green+Blue) = 98+38+143=279 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.13% from 279); Green value is 38 (15.23% from 255 or 13.62% from 279); Blue value is 143 (56.25% from 255 or 51.25% from 279); Max value from RGB is 143 - color contains mainly: blue. Hex color #62268F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62268F is #9DD970. Grayscale: #434343. Windows color (decimal): -10344817 or 9381474. OLE color: 9381474.
HSL color Cylindrical-coordinate representation of color #62268F: hue angle of 274.29º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #62268F is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 98 | 38 | 143 | - |
| CMYK | 0.31 | 0.73 | 0 | 0.44 |
| HSL | 274.29º | 0.58% | 0.35% | - |
| HSV(B) | 274.29º | 0.73% | 0.56% | - |
| XYZ | 10.69 | 5.97 | 26.57 | - |
| YUV | 67.91 | 170.38 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 38 | 143 | 0.31 | 0.73 | 0 | 0.44 | 274.29 | 0.58 | 0.35 |
| Hex | 62 | 26 | 8F | 1F | 49 | 0 | 2C | 112 | 3A | 23 |
| Octal | 142 | 46 | 217 | 37 | 111 | 0 | 54 | 422 | 72 | 43 |
| Binary | 1100010 | 100110 | 10001111 | 11111 | 1001001 | 0 | 101100 | 100010010 | 111010 | 100011 |
Color Harmonies of #62268F
Complementary color
Monochromatic Colors of #62268F
Black with #62268F
Text Example
Text Example
White with #62268F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62268F; }
p { color: rgb(98,38,143); }
H1.HeaderClassName
{
color: #62268F;
}
.AnyTagClassName
{
color: #62268F;
}
</style>
background-color css
<style>
a { background-color: #62268F; }
a { background-color: rgb(98,38,143); }
div.DivClassName
{
background-color: #62268F;
}
.BgClassName
{
background-color: #62268F;
}
</style>
border-color css
<style>
span { border-color: #62268F; }
span { border-color: rgb(98,38,143); }
td.TdClassName
{
border-color: #62268F;
}
.TagClassName
{
border-color: #62268F;
}
</style>