Shades of Kingfisher Daisy #69348C
Tints of Kingfisher Daisy #69348C
RGB
CMYK
RGB Variations
Color information
#69348C (or 0x69348C) is known color: Kingfisher Daisy. HEX triplet: 69, 34 and 8C. RGB value is (105,52,140). Sum of RGB (Red+Green+Blue) = 105+52+140=297 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.35% from 297); Green value is 52 (20.70% from 255 or 17.51% from 297); Blue value is 140 (55.08% from 255 or 47.14% from 297); Max value from RGB is 140 - color contains mainly: blue. Hex color #69348C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69348C is #96CB73. Grayscale: #4D4D4D. Windows color (decimal): -9882484 or 9188457. OLE color: 9188457.
HSL color Cylindrical-coordinate representation of color #69348C: hue angle of 276.14º 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 #69348C is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 52 | 140 | - |
| CMYK | 0.25 | 0.63 | 0 | 0.45 |
| HSL | 276.14º | 0.46% | 0.38% | - |
| HSV(B) | 276.14º | 0.63% | 0.55% | - |
| XYZ | 11.79 | 7.35 | 25.61 | - |
| YUV | 77.88 | 163.06 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 52 | 140 | 0.25 | 0.63 | 0 | 0.45 | 276.14 | 0.46 | 0.38 |
| Hex | 69 | 34 | 8C | 19 | 3F | 0 | 2D | 114 | 2E | 26 |
| Octal | 151 | 64 | 214 | 31 | 77 | 0 | 55 | 424 | 56 | 46 |
| Binary | 1101001 | 110100 | 10001100 | 11001 | 111111 | 0 | 101101 | 100010100 | 101110 | 100110 |
Color Harmonies of #69348C
Complementary color
Monochromatic Colors of #69348C
Black with #69348C
Text Example
Text Example
White with #69348C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69348C; }
p { color: rgb(105,52,140); }
H1.HeaderClassName
{
color: #69348C;
}
.AnyTagClassName
{
color: #69348C;
}
</style>
background-color css
<style>
a { background-color: #69348C; }
a { background-color: rgb(105,52,140); }
div.DivClassName
{
background-color: #69348C;
}
.BgClassName
{
background-color: #69348C;
}
</style>
border-color css
<style>
span { border-color: #69348C; }
span { border-color: rgb(105,52,140); }
td.TdClassName
{
border-color: #69348C;
}
.TagClassName
{
border-color: #69348C;
}
</style>