Shades of Kingfisher Daisy #67308B
Tints of Kingfisher Daisy #67308B
RGB
CMYK
RGB Variations
Color information
#67308B (or 0x67308B) is known color: Kingfisher Daisy. HEX triplet: 67, 30 and 8B. RGB value is (103,48,139). Sum of RGB (Red+Green+Blue) = 103+48+139=290 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.52% from 290); Green value is 48 (19.14% from 255 or 16.55% from 290); Blue value is 139 (54.69% from 255 or 47.93% from 290); Max value from RGB is 139 - color contains mainly: blue. Hex color #67308B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #67308B is #98CF74. Grayscale: #4A4A4A. Windows color (decimal): -10014581 or 9121895. OLE color: 9121895.
HSL color Cylindrical-coordinate representation of color #67308B: hue angle of 276.26º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #67308B is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 48 | 139 | - |
| CMYK | 0.26 | 0.65 | 0 | 0.45 |
| HSL | 276.26º | 0.49% | 0.37% | - |
| HSV(B) | 276.26º | 0.65% | 0.55% | - |
| XYZ | 11.31 | 6.86 | 25.15 | - |
| YUV | 74.82 | 164.22 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 48 | 139 | 0.26 | 0.65 | 0 | 0.45 | 276.26 | 0.49 | 0.37 |
| Hex | 67 | 30 | 8B | 1A | 41 | 0 | 2D | 114 | 31 | 25 |
| Octal | 147 | 60 | 213 | 32 | 101 | 0 | 55 | 424 | 61 | 45 |
| Binary | 1100111 | 110000 | 10001011 | 11010 | 1000001 | 0 | 101101 | 100010100 | 110001 | 100101 |
Color Harmonies of #67308B
Complementary color
Monochromatic Colors of #67308B
Black with #67308B
Text Example
Text Example
White with #67308B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67308B; }
p { color: rgb(103,48,139); }
H1.HeaderClassName
{
color: #67308B;
}
.AnyTagClassName
{
color: #67308B;
}
</style>
background-color css
<style>
a { background-color: #67308B; }
a { background-color: rgb(103,48,139); }
div.DivClassName
{
background-color: #67308B;
}
.BgClassName
{
background-color: #67308B;
}
</style>
border-color css
<style>
span { border-color: #67308B; }
span { border-color: rgb(103,48,139); }
td.TdClassName
{
border-color: #67308B;
}
.TagClassName
{
border-color: #67308B;
}
</style>