Shades of Kingfisher Daisy #69268D
Tints of Kingfisher Daisy #69268D
RGB
CMYK
RGB Variations
Color information
#69268D (or 0x69268D) is known color: Kingfisher Daisy. HEX triplet: 69, 26 and 8D. RGB value is (105,38,141). Sum of RGB (Red+Green+Blue) = 105+38+141=284 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.97% from 284); Green value is 38 (15.23% from 255 or 13.38% from 284); Blue value is 141 (55.47% from 255 or 49.65% from 284); Max value from RGB is 141 - color contains mainly: blue. Hex color #69268D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69268D is #96D972. Grayscale: #454545. Windows color (decimal): -9886067 or 9250409. OLE color: 9250409.
HSL color Cylindrical-coordinate representation of color #69268D: hue angle of 279.03º degrees, saturation: 0.58, 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 #69268D is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 38 | 141 | - |
| CMYK | 0.26 | 0.73 | 0 | 0.45 |
| HSL | 279.03º | 0.58% | 0.35% | - |
| HSV(B) | 279.03º | 0.73% | 0.55% | - |
| XYZ | 11.33 | 6.31 | 25.82 | - |
| YUV | 69.78 | 168.2 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 38 | 141 | 0.26 | 0.73 | 0 | 0.45 | 279.03 | 0.58 | 0.35 |
| Hex | 69 | 26 | 8D | 1A | 49 | 0 | 2D | 117 | 3A | 23 |
| Octal | 151 | 46 | 215 | 32 | 111 | 0 | 55 | 427 | 72 | 43 |
| Binary | 1101001 | 100110 | 10001101 | 11010 | 1001001 | 0 | 101101 | 100010111 | 111010 | 100011 |
Color Harmonies of #69268D
Complementary color
Monochromatic Colors of #69268D
Black with #69268D
Text Example
Text Example
White with #69268D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69268D; }
p { color: rgb(105,38,141); }
H1.HeaderClassName
{
color: #69268D;
}
.AnyTagClassName
{
color: #69268D;
}
</style>
background-color css
<style>
a { background-color: #69268D; }
a { background-color: rgb(105,38,141); }
div.DivClassName
{
background-color: #69268D;
}
.BgClassName
{
background-color: #69268D;
}
</style>
border-color css
<style>
span { border-color: #69268D; }
span { border-color: rgb(105,38,141); }
td.TdClassName
{
border-color: #69268D;
}
.TagClassName
{
border-color: #69268D;
}
</style>