Shades of Kingfisher Daisy #62268C
Tints of Kingfisher Daisy #62268C
RGB
CMYK
RGB Variations
Color information
#62268C (or 0x62268C) is known color: Kingfisher Daisy. HEX triplet: 62, 26 and 8C. RGB value is (98,38,140). Sum of RGB (Red+Green+Blue) = 98+38+140=276 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.51% from 276); Green value is 38 (15.23% from 255 or 13.77% from 276); Blue value is 140 (55.08% from 255 or 50.72% from 276); Max value from RGB is 140 - color contains mainly: blue. Hex color #62268C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62268C is #9DD973. Grayscale: #434343. Windows color (decimal): -10344820 or 9184866. OLE color: 9184866.
HSL color Cylindrical-coordinate representation of color #62268C: hue angle of 275.29º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #62268C is Cyan = 0.3, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 38 | 140 | - |
| CMYK | 0.3 | 0.73 | 0 | 0.45 |
| HSL | 275.29º | 0.57% | 0.35% | - |
| HSV(B) | 275.29º | 0.73% | 0.55% | - |
| XYZ | 10.46 | 5.88 | 25.39 | - |
| YUV | 67.57 | 168.88 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 38 | 140 | 0.3 | 0.73 | 0 | 0.45 | 275.29 | 0.57 | 0.35 |
| Hex | 62 | 26 | 8C | 1E | 49 | 0 | 2D | 113 | 39 | 23 |
| Octal | 142 | 46 | 214 | 36 | 111 | 0 | 55 | 423 | 71 | 43 |
| Binary | 1100010 | 100110 | 10001100 | 11110 | 1001001 | 0 | 101101 | 100010011 | 111001 | 100011 |
Color Harmonies of #62268C
Complementary color
Monochromatic Colors of #62268C
Black with #62268C
Text Example
Text Example
White with #62268C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62268C; }
p { color: rgb(98,38,140); }
H1.HeaderClassName
{
color: #62268C;
}
.AnyTagClassName
{
color: #62268C;
}
</style>
background-color css
<style>
a { background-color: #62268C; }
a { background-color: rgb(98,38,140); }
div.DivClassName
{
background-color: #62268C;
}
.BgClassName
{
background-color: #62268C;
}
</style>
border-color css
<style>
span { border-color: #62268C; }
span { border-color: rgb(98,38,140); }
td.TdClassName
{
border-color: #62268C;
}
.TagClassName
{
border-color: #62268C;
}
</style>