Shades of Kingfisher Daisy #62308C
Tints of Kingfisher Daisy #62308C
RGB
CMYK
RGB Variations
Color information
#62308C (or 0x62308C) is known color: Kingfisher Daisy. HEX triplet: 62, 30 and 8C. RGB value is (98,48,140). Sum of RGB (Red+Green+Blue) = 98+48+140=286 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.27% from 286); Green value is 48 (19.14% from 255 or 16.78% from 286); Blue value is 140 (55.08% from 255 or 48.95% from 286); Max value from RGB is 140 - color contains mainly: blue. Hex color #62308C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62308C is #9DCF73. Grayscale: #494949. Windows color (decimal): -10342260 or 9187426. OLE color: 9187426.
HSL color Cylindrical-coordinate representation of color #62308C: hue angle of 272.61º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #62308C is Cyan = 0.3, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 48 | 140 | - |
| CMYK | 0.3 | 0.66 | 0 | 0.45 |
| HSL | 272.61º | 0.49% | 0.37% | - |
| HSV(B) | 272.61º | 0.66% | 0.55% | - |
| XYZ | 10.83 | 6.6 | 25.51 | - |
| YUV | 73.44 | 165.57 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 48 | 140 | 0.3 | 0.66 | 0 | 0.45 | 272.61 | 0.49 | 0.37 |
| Hex | 62 | 30 | 8C | 1E | 42 | 0 | 2D | 111 | 31 | 25 |
| Octal | 142 | 60 | 214 | 36 | 102 | 0 | 55 | 421 | 61 | 45 |
| Binary | 1100010 | 110000 | 10001100 | 11110 | 1000010 | 0 | 101101 | 100010001 | 110001 | 100101 |
Color Harmonies of #62308C
Complementary color
Monochromatic Colors of #62308C
Black with #62308C
Text Example
Text Example
White with #62308C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62308C; }
p { color: rgb(98,48,140); }
H1.HeaderClassName
{
color: #62308C;
}
.AnyTagClassName
{
color: #62308C;
}
</style>
background-color css
<style>
a { background-color: #62308C; }
a { background-color: rgb(98,48,140); }
div.DivClassName
{
background-color: #62308C;
}
.BgClassName
{
background-color: #62308C;
}
</style>
border-color css
<style>
span { border-color: #62308C; }
span { border-color: rgb(98,48,140); }
td.TdClassName
{
border-color: #62308C;
}
.TagClassName
{
border-color: #62308C;
}
</style>