Shades of Kingfisher Daisy #67268B
Tints of Kingfisher Daisy #67268B
RGB
CMYK
RGB Variations
Color information
#67268B (or 0x67268B) is known color: Kingfisher Daisy. HEX triplet: 67, 26 and 8B. RGB value is (103,38,139). Sum of RGB (Red+Green+Blue) = 103+38+139=280 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.79% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 139 (54.69% from 255 or 49.64% from 280); Max value from RGB is 139 - color contains mainly: blue. Hex color #67268B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #67268B is #98D974. Grayscale: #444444. Windows color (decimal): -10017141 or 9119335. OLE color: 9119335.
HSL color Cylindrical-coordinate representation of color #67268B: hue angle of 278.61º degrees, saturation: 0.57, 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 #67268B is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 38 | 139 | - |
| CMYK | 0.26 | 0.73 | 0 | 0.45 |
| HSL | 278.61º | 0.57% | 0.35% | - |
| HSV(B) | 278.61º | 0.73% | 0.55% | - |
| XYZ | 10.95 | 6.13 | 25.03 | - |
| YUV | 68.95 | 167.53 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 38 | 139 | 0.26 | 0.73 | 0 | 0.45 | 278.61 | 0.57 | 0.35 |
| Hex | 67 | 26 | 8B | 1A | 49 | 0 | 2D | 117 | 39 | 23 |
| Octal | 147 | 46 | 213 | 32 | 111 | 0 | 55 | 427 | 71 | 43 |
| Binary | 1100111 | 100110 | 10001011 | 11010 | 1001001 | 0 | 101101 | 100010111 | 111001 | 100011 |
Color Harmonies of #67268B
Complementary color
Monochromatic Colors of #67268B
Black with #67268B
Text Example
Text Example
White with #67268B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67268B; }
p { color: rgb(103,38,139); }
H1.HeaderClassName
{
color: #67268B;
}
.AnyTagClassName
{
color: #67268B;
}
</style>
background-color css
<style>
a { background-color: #67268B; }
a { background-color: rgb(103,38,139); }
div.DivClassName
{
background-color: #67268B;
}
.BgClassName
{
background-color: #67268B;
}
</style>
border-color css
<style>
span { border-color: #67268B; }
span { border-color: rgb(103,38,139); }
td.TdClassName
{
border-color: #67268B;
}
.TagClassName
{
border-color: #67268B;
}
</style>