Shades of Kingfisher Daisy #693C8A
Tints of Kingfisher Daisy #693C8A
RGB
CMYK
RGB Variations
Color information
#693C8A (or 0x693C8A) is known color: Kingfisher Daisy. HEX triplet: 69, 3C and 8A. RGB value is (105,60,138). Sum of RGB (Red+Green+Blue) = 105+60+138=303 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.65% from 303); Green value is 60 (23.83% from 255 or 19.80% from 303); Blue value is 138 (54.30% from 255 or 45.54% from 303); Max value from RGB is 138 - color contains mainly: blue. Hex color #693C8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693C8A is #96C375. Grayscale: #525252. Windows color (decimal): -9880438 or 9059433. OLE color: 9059433.
HSL color Cylindrical-coordinate representation of color #693C8A: hue angle of 274.62º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #693C8A is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 105 | 60 | 138 | - |
| CMYK | 0.24 | 0.57 | 0 | 0.46 |
| HSL | 274.62º | 0.39% | 0.39% | - |
| HSV(B) | 274.62º | 0.57% | 0.54% | - |
| XYZ | 12.03 | 8.07 | 24.97 | - |
| YUV | 82.35 | 159.41 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 60 | 138 | 0.24 | 0.57 | 0 | 0.46 | 274.62 | 0.39 | 0.39 |
| Hex | 69 | 3C | 8A | 18 | 39 | 0 | 2E | 113 | 27 | 27 |
| Octal | 151 | 74 | 212 | 30 | 71 | 0 | 56 | 423 | 47 | 47 |
| Binary | 1101001 | 111100 | 10001010 | 11000 | 111001 | 0 | 101110 | 100010011 | 100111 | 100111 |
Color Harmonies of #693C8A
Complementary color
Monochromatic Colors of #693C8A
Black with #693C8A
Text Example
Text Example
White with #693C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693C8A; }
p { color: rgb(105,60,138); }
H1.HeaderClassName
{
color: #693C8A;
}
.AnyTagClassName
{
color: #693C8A;
}
</style>
background-color css
<style>
a { background-color: #693C8A; }
a { background-color: rgb(105,60,138); }
div.DivClassName
{
background-color: #693C8A;
}
.BgClassName
{
background-color: #693C8A;
}
</style>
border-color css
<style>
span { border-color: #693C8A; }
span { border-color: rgb(105,60,138); }
td.TdClassName
{
border-color: #693C8A;
}
.TagClassName
{
border-color: #693C8A;
}
</style>