Shades of Kingfisher Daisy #691D8B
Tints of Kingfisher Daisy #691D8B
RGB
CMYK
RGB Variations
Color information
#691D8B (or 0x691D8B) is known color: Kingfisher Daisy. HEX triplet: 69, 1D and 8B. RGB value is (105,29,139). Sum of RGB (Red+Green+Blue) = 105+29+139=273 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.46% from 273); Green value is 29 (11.72% from 255 or 10.62% from 273); Blue value is 139 (54.69% from 255 or 50.92% from 273); Max value from RGB is 139 - color contains mainly: blue. Hex color #691D8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #691D8B is #96E274. Grayscale: #3F3F3F. Windows color (decimal): -9888373 or 9117033. OLE color: 9117033.
HSL color Cylindrical-coordinate representation of color #691D8B: hue angle of 281.45º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #691D8B is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 29 | 139 | - |
| CMYK | 0.24 | 0.79 | 0 | 0.45 |
| HSL | 281.45º | 0.65% | 0.33% | - |
| HSV(B) | 281.45º | 0.79% | 0.55% | - |
| XYZ | 10.93 | 5.75 | 24.96 | - |
| YUV | 64.26 | 170.18 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 29 | 139 | 0.24 | 0.79 | 0 | 0.45 | 281.45 | 0.65 | 0.33 |
| Hex | 69 | 1D | 8B | 18 | 4F | 0 | 2D | 119 | 41 | 21 |
| Octal | 151 | 35 | 213 | 30 | 117 | 0 | 55 | 431 | 101 | 41 |
| Binary | 1101001 | 11101 | 10001011 | 11000 | 1001111 | 0 | 101101 | 100011001 | 1000001 | 100001 |
Color Harmonies of #691D8B
Complementary color
Monochromatic Colors of #691D8B
Black with #691D8B
Text Example
Text Example
White with #691D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691D8B; }
p { color: rgb(105,29,139); }
H1.HeaderClassName
{
color: #691D8B;
}
.AnyTagClassName
{
color: #691D8B;
}
</style>
background-color css
<style>
a { background-color: #691D8B; }
a { background-color: rgb(105,29,139); }
div.DivClassName
{
background-color: #691D8B;
}
.BgClassName
{
background-color: #691D8B;
}
</style>
border-color css
<style>
span { border-color: #691D8B; }
span { border-color: rgb(105,29,139); }
td.TdClassName
{
border-color: #691D8B;
}
.TagClassName
{
border-color: #691D8B;
}
</style>