Shades of Kingfisher Daisy #693D8A
Tints of Kingfisher Daisy #693D8A
RGB
CMYK
RGB Variations
Color information
#693D8A (or 0x693D8A) is known color: Kingfisher Daisy. HEX triplet: 69, 3D and 8A. RGB value is (105,61,138). Sum of RGB (Red+Green+Blue) = 105+61+138=304 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.54% from 304); Green value is 61 (24.22% from 255 or 20.07% from 304); Blue value is 138 (54.30% from 255 or 45.39% from 304); Max value from RGB is 138 - color contains mainly: blue. Hex color #693D8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693D8A is #96C275. Grayscale: #525252. Windows color (decimal): -9880182 or 9059689. OLE color: 9059689.
HSL color Cylindrical-coordinate representation of color #693D8A: hue angle of 274.29º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #693D8A is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 105 | 61 | 138 | - |
| CMYK | 0.24 | 0.56 | 0 | 0.46 |
| HSL | 274.29º | 0.39% | 0.39% | - |
| HSV(B) | 274.29º | 0.56% | 0.54% | - |
| XYZ | 12.08 | 8.18 | 24.99 | - |
| YUV | 82.93 | 159.08 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 61 | 138 | 0.24 | 0.56 | 0 | 0.46 | 274.29 | 0.39 | 0.39 |
| Hex | 69 | 3D | 8A | 18 | 38 | 0 | 2E | 112 | 27 | 27 |
| Octal | 151 | 75 | 212 | 30 | 70 | 0 | 56 | 422 | 47 | 47 |
| Binary | 1101001 | 111101 | 10001010 | 11000 | 111000 | 0 | 101110 | 100010010 | 100111 | 100111 |
Color Harmonies of #693D8A
Complementary color
Monochromatic Colors of #693D8A
Black with #693D8A
Text Example
Text Example
White with #693D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693D8A; }
p { color: rgb(105,61,138); }
H1.HeaderClassName
{
color: #693D8A;
}
.AnyTagClassName
{
color: #693D8A;
}
</style>
background-color css
<style>
a { background-color: #693D8A; }
a { background-color: rgb(105,61,138); }
div.DivClassName
{
background-color: #693D8A;
}
.BgClassName
{
background-color: #693D8A;
}
</style>
border-color css
<style>
span { border-color: #693D8A; }
span { border-color: rgb(105,61,138); }
td.TdClassName
{
border-color: #693D8A;
}
.TagClassName
{
border-color: #693D8A;
}
</style>