Shades of Kingfisher Daisy #69258B
Tints of Kingfisher Daisy #69258B
RGB
CMYK
RGB Variations
Color information
#69258B (or 0x69258B) is known color: Kingfisher Daisy. HEX triplet: 69, 25 and 8B. RGB value is (105,37,139). Sum of RGB (Red+Green+Blue) = 105+37+139=281 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.37% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 139 (54.69% from 255 or 49.47% from 281); Max value from RGB is 139 - color contains mainly: blue. Hex color #69258B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69258B is #96DA74. Grayscale: #444444. Windows color (decimal): -9886325 or 9119081. OLE color: 9119081.
HSL color Cylindrical-coordinate representation of color #69258B: hue angle of 280º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #69258B is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 37 | 139 | - |
| CMYK | 0.24 | 0.73 | 0 | 0.45 |
| HSL | 280º | 0.58% | 0.35% | - |
| HSV(B) | 280º | 0.73% | 0.55% | - |
| XYZ | 11.15 | 6.19 | 25.03 | - |
| YUV | 68.96 | 167.53 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 37 | 139 | 0.24 | 0.73 | 0 | 0.45 | 280 | 0.58 | 0.35 |
| Hex | 69 | 25 | 8B | 18 | 49 | 0 | 2D | 118 | 3A | 23 |
| Octal | 151 | 45 | 213 | 30 | 111 | 0 | 55 | 430 | 72 | 43 |
| Binary | 1101001 | 100101 | 10001011 | 11000 | 1001001 | 0 | 101101 | 100011000 | 111010 | 100011 |
Color Harmonies of #69258B
Complementary color
Monochromatic Colors of #69258B
Black with #69258B
Text Example
Text Example
White with #69258B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69258B; }
p { color: rgb(105,37,139); }
H1.HeaderClassName
{
color: #69258B;
}
.AnyTagClassName
{
color: #69258B;
}
</style>
background-color css
<style>
a { background-color: #69258B; }
a { background-color: rgb(105,37,139); }
div.DivClassName
{
background-color: #69258B;
}
.BgClassName
{
background-color: #69258B;
}
</style>
border-color css
<style>
span { border-color: #69258B; }
span { border-color: rgb(105,37,139); }
td.TdClassName
{
border-color: #69258B;
}
.TagClassName
{
border-color: #69258B;
}
</style>