Shades of Kingfisher Daisy #69308A
Tints of Kingfisher Daisy #69308A
RGB
CMYK
RGB Variations
Color information
#69308A (or 0x69308A) is known color: Kingfisher Daisy. HEX triplet: 69, 30 and 8A. RGB value is (105,48,138). Sum of RGB (Red+Green+Blue) = 105+48+138=291 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.08% from 291); Green value is 48 (19.14% from 255 or 16.49% from 291); Blue value is 138 (54.30% from 255 or 47.42% from 291); Max value from RGB is 138 - color contains mainly: blue. Hex color #69308A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69308A is #96CF75. Grayscale: #4B4B4B. Windows color (decimal): -9883510 or 9056361. OLE color: 9056361.
HSL color Cylindrical-coordinate representation of color #69308A: hue angle of 278º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #69308A is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 105 | 48 | 138 | - |
| CMYK | 0.24 | 0.65 | 0 | 0.46 |
| HSL | 278º | 0.48% | 0.36% | - |
| HSV(B) | 278º | 0.65% | 0.54% | - |
| XYZ | 11.47 | 6.95 | 24.78 | - |
| YUV | 75.3 | 163.38 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 48 | 138 | 0.24 | 0.65 | 0 | 0.46 | 278 | 0.48 | 0.36 |
| Hex | 69 | 30 | 8A | 18 | 41 | 0 | 2E | 116 | 30 | 24 |
| Octal | 151 | 60 | 212 | 30 | 101 | 0 | 56 | 426 | 60 | 44 |
| Binary | 1101001 | 110000 | 10001010 | 11000 | 1000001 | 0 | 101110 | 100010110 | 110000 | 100100 |
Color Harmonies of #69308A
Complementary color
Monochromatic Colors of #69308A
Black with #69308A
Text Example
Text Example
White with #69308A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69308A; }
p { color: rgb(105,48,138); }
H1.HeaderClassName
{
color: #69308A;
}
.AnyTagClassName
{
color: #69308A;
}
</style>
background-color css
<style>
a { background-color: #69308A; }
a { background-color: rgb(105,48,138); }
div.DivClassName
{
background-color: #69308A;
}
.BgClassName
{
background-color: #69308A;
}
</style>
border-color css
<style>
span { border-color: #69308A; }
span { border-color: rgb(105,48,138); }
td.TdClassName
{
border-color: #69308A;
}
.TagClassName
{
border-color: #69308A;
}
</style>