Shades of Kingfisher Daisy #69358D
Tints of Kingfisher Daisy #69358D
RGB
CMYK
RGB Variations
Color information
#69358D (or 0x69358D) is known color: Kingfisher Daisy. HEX triplet: 69, 35 and 8D. RGB value is (105,53,141). Sum of RGB (Red+Green+Blue) = 105+53+141=299 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.12% from 299); Green value is 53 (21.09% from 255 or 17.73% from 299); Blue value is 141 (55.47% from 255 or 47.16% from 299); Max value from RGB is 141 - color contains mainly: blue. Hex color #69358D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69358D is #96CA72. Grayscale: #4E4E4E. Windows color (decimal): -9882227 or 9254249. OLE color: 9254249.
HSL color Cylindrical-coordinate representation of color #69358D: hue angle of 275.45º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #69358D is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 53 | 141 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.45 |
| HSL | 275.45º | 0.45% | 0.38% | - |
| HSV(B) | 275.45º | 0.62% | 0.55% | - |
| XYZ | 11.91 | 7.47 | 26.01 | - |
| YUV | 78.58 | 163.23 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 53 | 141 | 0.26 | 0.62 | 0 | 0.45 | 275.45 | 0.45 | 0.38 |
| Hex | 69 | 35 | 8D | 1A | 3E | 0 | 2D | 113 | 2D | 26 |
| Octal | 151 | 65 | 215 | 32 | 76 | 0 | 55 | 423 | 55 | 46 |
| Binary | 1101001 | 110101 | 10001101 | 11010 | 111110 | 0 | 101101 | 100010011 | 101101 | 100110 |
Color Harmonies of #69358D
Complementary color
Monochromatic Colors of #69358D
Black with #69358D
Text Example
Text Example
White with #69358D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69358D; }
p { color: rgb(105,53,141); }
H1.HeaderClassName
{
color: #69358D;
}
.AnyTagClassName
{
color: #69358D;
}
</style>
background-color css
<style>
a { background-color: #69358D; }
a { background-color: rgb(105,53,141); }
div.DivClassName
{
background-color: #69358D;
}
.BgClassName
{
background-color: #69358D;
}
</style>
border-color css
<style>
span { border-color: #69358D; }
span { border-color: rgb(105,53,141); }
td.TdClassName
{
border-color: #69358D;
}
.TagClassName
{
border-color: #69358D;
}
</style>