Shades of Kingfisher Daisy #69238B
Tints of Kingfisher Daisy #69238B
RGB
CMYK
RGB Variations
Color information
#69238B (or 0x69238B) is known color: Kingfisher Daisy. HEX triplet: 69, 23 and 8B. RGB value is (105,35,139). Sum of RGB (Red+Green+Blue) = 105+35+139=279 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.63% from 279); Green value is 35 (14.06% from 255 or 12.54% from 279); Blue value is 139 (54.69% from 255 or 49.82% from 279); Max value from RGB is 139 - color contains mainly: blue. Hex color #69238B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69238B is #96DC74. Grayscale: #434343. Windows color (decimal): -9886837 or 9118569. OLE color: 9118569.
HSL color Cylindrical-coordinate representation of color #69238B: hue angle of 280.38º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #69238B is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 35 | 139 | - |
| CMYK | 0.24 | 0.75 | 0 | 0.45 |
| HSL | 280.38º | 0.6% | 0.34% | - |
| HSV(B) | 280.38º | 0.75% | 0.55% | - |
| XYZ | 11.09 | 6.07 | 25.01 | - |
| YUV | 67.79 | 168.19 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 35 | 139 | 0.24 | 0.75 | 0 | 0.45 | 280.38 | 0.6 | 0.34 |
| Hex | 69 | 23 | 8B | 18 | 4B | 0 | 2D | 118 | 3C | 22 |
| Octal | 151 | 43 | 213 | 30 | 113 | 0 | 55 | 430 | 74 | 42 |
| Binary | 1101001 | 100011 | 10001011 | 11000 | 1001011 | 0 | 101101 | 100011000 | 111100 | 100010 |
Color Harmonies of #69238B
Complementary color
Monochromatic Colors of #69238B
Black with #69238B
Text Example
Text Example
White with #69238B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69238B; }
p { color: rgb(105,35,139); }
H1.HeaderClassName
{
color: #69238B;
}
.AnyTagClassName
{
color: #69238B;
}
</style>
background-color css
<style>
a { background-color: #69238B; }
a { background-color: rgb(105,35,139); }
div.DivClassName
{
background-color: #69238B;
}
.BgClassName
{
background-color: #69238B;
}
</style>
border-color css
<style>
span { border-color: #69238B; }
span { border-color: rgb(105,35,139); }
td.TdClassName
{
border-color: #69238B;
}
.TagClassName
{
border-color: #69238B;
}
</style>