Shades of Kingfisher Daisy #67308D
Tints of Kingfisher Daisy #67308D
RGB
CMYK
RGB Variations
Color information
#67308D (or 0x67308D) is known color: Kingfisher Daisy. HEX triplet: 67, 30 and 8D. RGB value is (103,48,141). Sum of RGB (Red+Green+Blue) = 103+48+141=292 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.27% from 292); Green value is 48 (19.14% from 255 or 16.44% from 292); Blue value is 141 (55.47% from 255 or 48.29% from 292); Max value from RGB is 141 - color contains mainly: blue. Hex color #67308D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #67308D is #98CF72. Grayscale: #4A4A4A. Windows color (decimal): -10014579 or 9252967. OLE color: 9252967.
HSL color Cylindrical-coordinate representation of color #67308D: hue angle of 275.48º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #67308D is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 48 | 141 | - |
| CMYK | 0.27 | 0.66 | 0 | 0.45 |
| HSL | 275.48º | 0.49% | 0.37% | - |
| HSV(B) | 275.48º | 0.66% | 0.55% | - |
| XYZ | 11.46 | 6.92 | 25.93 | - |
| YUV | 75.05 | 165.22 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 48 | 141 | 0.27 | 0.66 | 0 | 0.45 | 275.48 | 0.49 | 0.37 |
| Hex | 67 | 30 | 8D | 1B | 42 | 0 | 2D | 113 | 31 | 25 |
| Octal | 147 | 60 | 215 | 33 | 102 | 0 | 55 | 423 | 61 | 45 |
| Binary | 1100111 | 110000 | 10001101 | 11011 | 1000010 | 0 | 101101 | 100010011 | 110001 | 100101 |
Color Harmonies of #67308D
Complementary color
Monochromatic Colors of #67308D
Black with #67308D
Text Example
Text Example
White with #67308D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67308D; }
p { color: rgb(103,48,141); }
H1.HeaderClassName
{
color: #67308D;
}
.AnyTagClassName
{
color: #67308D;
}
</style>
background-color css
<style>
a { background-color: #67308D; }
a { background-color: rgb(103,48,141); }
div.DivClassName
{
background-color: #67308D;
}
.BgClassName
{
background-color: #67308D;
}
</style>
border-color css
<style>
span { border-color: #67308D; }
span { border-color: rgb(103,48,141); }
td.TdClassName
{
border-color: #67308D;
}
.TagClassName
{
border-color: #67308D;
}
</style>