Shades of Kingfisher Daisy #692C8C
Tints of Kingfisher Daisy #692C8C
RGB
CMYK
RGB Variations
Color information
#692C8C (or 0x692C8C) is known color: Kingfisher Daisy. HEX triplet: 69, 2C and 8C. RGB value is (105,44,140). Sum of RGB (Red+Green+Blue) = 105+44+140=289 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.33% from 289); Green value is 44 (17.58% from 255 or 15.22% from 289); Blue value is 140 (55.08% from 255 or 48.44% from 289); Max value from RGB is 140 - color contains mainly: blue. Hex color #692C8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #692C8C is #96D373. Grayscale: #484848. Windows color (decimal): -9884532 or 9186409. OLE color: 9186409.
HSL color Cylindrical-coordinate representation of color #692C8C: hue angle of 278.12º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #692C8C is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 44 | 140 | - |
| CMYK | 0.25 | 0.69 | 0 | 0.45 |
| HSL | 278.13º | 0.52% | 0.36% | - |
| HSV(B) | 278.13º | 0.69% | 0.55% | - |
| XYZ | 11.46 | 6.7 | 25.5 | - |
| YUV | 73.18 | 165.71 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 44 | 140 | 0.25 | 0.69 | 0 | 0.45 | 278.13 | 0.52 | 0.36 |
| Hex | 69 | 2C | 8C | 19 | 45 | 0 | 2D | 116 | 34 | 24 |
| Octal | 151 | 54 | 214 | 31 | 105 | 0 | 55 | 426 | 64 | 44 |
| Binary | 1101001 | 101100 | 10001100 | 11001 | 1000101 | 0 | 101101 | 100010110 | 110100 | 100100 |
Color Harmonies of #692C8C
Complementary color
Monochromatic Colors of #692C8C
Black with #692C8C
Text Example
Text Example
White with #692C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692C8C; }
p { color: rgb(105,44,140); }
H1.HeaderClassName
{
color: #692C8C;
}
.AnyTagClassName
{
color: #692C8C;
}
</style>
background-color css
<style>
a { background-color: #692C8C; }
a { background-color: rgb(105,44,140); }
div.DivClassName
{
background-color: #692C8C;
}
.BgClassName
{
background-color: #692C8C;
}
</style>
border-color css
<style>
span { border-color: #692C8C; }
span { border-color: rgb(105,44,140); }
td.TdClassName
{
border-color: #692C8C;
}
.TagClassName
{
border-color: #692C8C;
}
</style>