Shades of Kingfisher Daisy #69298B
Tints of Kingfisher Daisy #69298B
RGB
CMYK
RGB Variations
Color information
#69298B (or 0x69298B) is known color: Kingfisher Daisy. HEX triplet: 69, 29 and 8B. RGB value is (105,41,139). Sum of RGB (Red+Green+Blue) = 105+41+139=285 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.84% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 139 (54.69% from 255 or 48.77% from 285); Max value from RGB is 139 - color contains mainly: blue. Hex color #69298B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69298B is #96D674. Grayscale: #464646. Windows color (decimal): -9885301 or 9120105. OLE color: 9120105.
HSL color Cylindrical-coordinate representation of color #69298B: hue angle of 279.18º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #69298B is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 41 | 139 | - |
| CMYK | 0.24 | 0.71 | 0 | 0.45 |
| HSL | 279.18º | 0.54% | 0.35% | - |
| HSV(B) | 279.18º | 0.71% | 0.55% | - |
| XYZ | 11.28 | 6.45 | 25.08 | - |
| YUV | 71.31 | 166.2 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 41 | 139 | 0.24 | 0.71 | 0 | 0.45 | 279.18 | 0.54 | 0.35 |
| Hex | 69 | 29 | 8B | 18 | 47 | 0 | 2D | 117 | 36 | 23 |
| Octal | 151 | 51 | 213 | 30 | 107 | 0 | 55 | 427 | 66 | 43 |
| Binary | 1101001 | 101001 | 10001011 | 11000 | 1000111 | 0 | 101101 | 100010111 | 110110 | 100011 |
Color Harmonies of #69298B
Complementary color
Monochromatic Colors of #69298B
Black with #69298B
Text Example
Text Example
White with #69298B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69298B; }
p { color: rgb(105,41,139); }
H1.HeaderClassName
{
color: #69298B;
}
.AnyTagClassName
{
color: #69298B;
}
</style>
background-color css
<style>
a { background-color: #69298B; }
a { background-color: rgb(105,41,139); }
div.DivClassName
{
background-color: #69298B;
}
.BgClassName
{
background-color: #69298B;
}
</style>
border-color css
<style>
span { border-color: #69298B; }
span { border-color: rgb(105,41,139); }
td.TdClassName
{
border-color: #69298B;
}
.TagClassName
{
border-color: #69298B;
}
</style>