Shades of Kingfisher Daisy #69348D
Tints of Kingfisher Daisy #69348D
RGB
CMYK
RGB Variations
Color information
#69348D (or 0x69348D) is known color: Kingfisher Daisy. HEX triplet: 69, 34 and 8D. RGB value is (105,52,141). Sum of RGB (Red+Green+Blue) = 105+52+141=298 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.23% from 298); Green value is 52 (20.70% from 255 or 17.45% from 298); Blue value is 141 (55.47% from 255 or 47.32% from 298); Max value from RGB is 141 - color contains mainly: blue. Hex color #69348D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69348D is #96CB72. Grayscale: #4D4D4D. Windows color (decimal): -9882483 or 9253993. OLE color: 9253993.
HSL color Cylindrical-coordinate representation of color #69348D: hue angle of 275.73º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #69348D is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 52 | 141 | - |
| CMYK | 0.26 | 0.63 | 0 | 0.45 |
| HSL | 275.73º | 0.46% | 0.38% | - |
| HSV(B) | 275.73º | 0.63% | 0.55% | - |
| XYZ | 11.86 | 7.38 | 26 | - |
| YUV | 77.99 | 163.56 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 52 | 141 | 0.26 | 0.63 | 0 | 0.45 | 275.73 | 0.46 | 0.38 |
| Hex | 69 | 34 | 8D | 1A | 3F | 0 | 2D | 114 | 2E | 26 |
| Octal | 151 | 64 | 215 | 32 | 77 | 0 | 55 | 424 | 56 | 46 |
| Binary | 1101001 | 110100 | 10001101 | 11010 | 111111 | 0 | 101101 | 100010100 | 101110 | 100110 |
Color Harmonies of #69348D
Complementary color
Monochromatic Colors of #69348D
Black with #69348D
Text Example
Text Example
White with #69348D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69348D; }
p { color: rgb(105,52,141); }
H1.HeaderClassName
{
color: #69348D;
}
.AnyTagClassName
{
color: #69348D;
}
</style>
background-color css
<style>
a { background-color: #69348D; }
a { background-color: rgb(105,52,141); }
div.DivClassName
{
background-color: #69348D;
}
.BgClassName
{
background-color: #69348D;
}
</style>
border-color css
<style>
span { border-color: #69348D; }
span { border-color: rgb(105,52,141); }
td.TdClassName
{
border-color: #69348D;
}
.TagClassName
{
border-color: #69348D;
}
</style>