Shades of Kingfisher Daisy #692D8E
Tints of Kingfisher Daisy #692D8E
RGB
CMYK
RGB Variations
Color information
#692D8E (or 0x692D8E) is known color: Kingfisher Daisy. HEX triplet: 69, 2D and 8E. RGB value is (105,45,142). Sum of RGB (Red+Green+Blue) = 105+45+142=292 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.96% from 292); Green value is 45 (17.97% from 255 or 15.41% from 292); Blue value is 142 (55.86% from 255 or 48.63% from 292); Max value from RGB is 142 - color contains mainly: blue. Hex color #692D8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #692D8E is #96D271. Grayscale: #494949. Windows color (decimal): -9884274 or 9317737. OLE color: 9317737.
HSL color Cylindrical-coordinate representation of color #692D8E: hue angle of 277.11º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #692D8E is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 105 | 45 | 142 | - |
| CMYK | 0.26 | 0.68 | 0 | 0.44 |
| HSL | 277.11º | 0.52% | 0.37% | - |
| HSV(B) | 277.11º | 0.68% | 0.56% | - |
| XYZ | 11.65 | 6.83 | 26.3 | - |
| YUV | 74 | 166.38 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 45 | 142 | 0.26 | 0.68 | 0 | 0.44 | 277.11 | 0.52 | 0.37 |
| Hex | 69 | 2D | 8E | 1A | 44 | 0 | 2C | 115 | 34 | 25 |
| Octal | 151 | 55 | 216 | 32 | 104 | 0 | 54 | 425 | 64 | 45 |
| Binary | 1101001 | 101101 | 10001110 | 11010 | 1000100 | 0 | 101100 | 100010101 | 110100 | 100101 |
Color Harmonies of #692D8E
Complementary color
Monochromatic Colors of #692D8E
Black with #692D8E
Text Example
Text Example
White with #692D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692D8E; }
p { color: rgb(105,45,142); }
H1.HeaderClassName
{
color: #692D8E;
}
.AnyTagClassName
{
color: #692D8E;
}
</style>
background-color css
<style>
a { background-color: #692D8E; }
a { background-color: rgb(105,45,142); }
div.DivClassName
{
background-color: #692D8E;
}
.BgClassName
{
background-color: #692D8E;
}
</style>
border-color css
<style>
span { border-color: #692D8E; }
span { border-color: rgb(105,45,142); }
td.TdClassName
{
border-color: #692D8E;
}
.TagClassName
{
border-color: #692D8E;
}
</style>