Shades of Kingfisher Daisy #692C86
Tints of Kingfisher Daisy #692C86
RGB
CMYK
RGB Variations
Color information
#692C86 (or 0x692C86) is known color: Kingfisher Daisy. HEX triplet: 69, 2C and 86. RGB value is (105,44,134). Sum of RGB (Red+Green+Blue) = 105+44+134=283 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.10% from 283); Green value is 44 (17.58% from 255 or 15.55% from 283); Blue value is 134 (52.73% from 255 or 47.35% from 283); Max value from RGB is 134 - color contains mainly: blue. Hex color #692C86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #692C86 is #96D379. Grayscale: #484848. Windows color (decimal): -9884538 or 8793193. OLE color: 8793193.
HSL color Cylindrical-coordinate representation of color #692C86: hue angle of 280.67º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #692C86 is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 44 | 134 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.47 |
| HSL | 280.67º | 0.51% | 0.35% | - |
| HSV(B) | 280.67º | 0.67% | 0.53% | - |
| XYZ | 11.03 | 6.53 | 23.23 | - |
| YUV | 72.5 | 162.71 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 44 | 134 | 0.22 | 0.67 | 0 | 0.47 | 280.67 | 0.51 | 0.35 |
| Hex | 69 | 2C | 86 | 16 | 43 | 0 | 2F | 119 | 33 | 23 |
| Octal | 151 | 54 | 206 | 26 | 103 | 0 | 57 | 431 | 63 | 43 |
| Binary | 1101001 | 101100 | 10000110 | 10110 | 1000011 | 0 | 101111 | 100011001 | 110011 | 100011 |
Color Harmonies of #692C86
Complementary color
Monochromatic Colors of #692C86
Black with #692C86
Text Example
Text Example
White with #692C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692C86; }
p { color: rgb(105,44,134); }
H1.HeaderClassName
{
color: #692C86;
}
.AnyTagClassName
{
color: #692C86;
}
</style>
background-color css
<style>
a { background-color: #692C86; }
a { background-color: rgb(105,44,134); }
div.DivClassName
{
background-color: #692C86;
}
.BgClassName
{
background-color: #692C86;
}
</style>
border-color css
<style>
span { border-color: #692C86; }
span { border-color: rgb(105,44,134); }
td.TdClassName
{
border-color: #692C86;
}
.TagClassName
{
border-color: #692C86;
}
</style>