Shades of Kingfisher Daisy #692192
Tints of Kingfisher Daisy #692192
RGB
CMYK
RGB Variations
Color information
#692192 (or 0x692192) is known color: Kingfisher Daisy. HEX triplet: 69, 21 and 92. RGB value is (105,33,146). Sum of RGB (Red+Green+Blue) = 105+33+146=284 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.97% from 284); Green value is 33 (13.28% from 255 or 11.62% from 284); Blue value is 146 (57.42% from 255 or 51.41% from 284); Max value from RGB is 146 - color contains mainly: blue. Hex color #692192 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #692192 is #96DE6D. Grayscale: #434343. Windows color (decimal): -9887342 or 9576809. OLE color: 9576809.
HSL color Cylindrical-coordinate representation of color #692192: hue angle of 278.23º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #692192 is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 105 | 33 | 146 | - |
| CMYK | 0.28 | 0.77 | 0 | 0.43 |
| HSL | 278.23º | 0.63% | 0.35% | - |
| HSV(B) | 278.23º | 0.77% | 0.57% | - |
| XYZ | 11.56 | 6.17 | 27.78 | - |
| YUV | 67.41 | 172.35 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 33 | 146 | 0.28 | 0.77 | 0 | 0.43 | 278.23 | 0.63 | 0.35 |
| Hex | 69 | 21 | 92 | 1C | 4D | 0 | 2B | 116 | 3F | 23 |
| Octal | 151 | 41 | 222 | 34 | 115 | 0 | 53 | 426 | 77 | 43 |
| Binary | 1101001 | 100001 | 10010010 | 11100 | 1001101 | 0 | 101011 | 100010110 | 111111 | 100011 |
Color Harmonies of #692192
Complementary color
Monochromatic Colors of #692192
Black with #692192
Text Example
Text Example
White with #692192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692192; }
p { color: rgb(105,33,146); }
H1.HeaderClassName
{
color: #692192;
}
.AnyTagClassName
{
color: #692192;
}
</style>
background-color css
<style>
a { background-color: #692192; }
a { background-color: rgb(105,33,146); }
div.DivClassName
{
background-color: #692192;
}
.BgClassName
{
background-color: #692192;
}
</style>
border-color css
<style>
span { border-color: #692192; }
span { border-color: rgb(105,33,146); }
td.TdClassName
{
border-color: #692192;
}
.TagClassName
{
border-color: #692192;
}
</style>