Shades of Kingfisher Daisy #67388B
Tints of Kingfisher Daisy #67388B
RGB
CMYK
RGB Variations
Color information
#67388B (or 0x67388B) is known color: Kingfisher Daisy. HEX triplet: 67, 38 and 8B. RGB value is (103,56,139). Sum of RGB (Red+Green+Blue) = 103+56+139=298 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.56% from 298); Green value is 56 (22.27% from 255 or 18.79% from 298); Blue value is 139 (54.69% from 255 or 46.64% from 298); Max value from RGB is 139 - color contains mainly: blue. Hex color #67388B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #67388B is #98C774. Grayscale: #4F4F4F. Windows color (decimal): -10012533 or 9123943. OLE color: 9123943.
HSL color Cylindrical-coordinate representation of color #67388B: hue angle of 273.98º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #67388B is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 56 | 139 | - |
| CMYK | 0.26 | 0.60 | 0 | 0.45 |
| HSL | 273.98º | 0.43% | 0.38% | - |
| HSV(B) | 273.98º | 0.6% | 0.55% | - |
| XYZ | 11.67 | 7.58 | 25.27 | - |
| YUV | 79.52 | 161.57 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 56 | 139 | 0.26 | 0.60 | 0 | 0.45 | 273.98 | 0.43 | 0.38 |
| Hex | 67 | 38 | 8B | 1A | 3C | 0 | 2D | 112 | 2B | 26 |
| Octal | 147 | 70 | 213 | 32 | 74 | 0 | 55 | 422 | 53 | 46 |
| Binary | 1100111 | 111000 | 10001011 | 11010 | 111100 | 0 | 101101 | 100010010 | 101011 | 100110 |
Color Harmonies of #67388B
Complementary color
Monochromatic Colors of #67388B
Black with #67388B
Text Example
Text Example
White with #67388B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67388B; }
p { color: rgb(103,56,139); }
H1.HeaderClassName
{
color: #67388B;
}
.AnyTagClassName
{
color: #67388B;
}
</style>
background-color css
<style>
a { background-color: #67388B; }
a { background-color: rgb(103,56,139); }
div.DivClassName
{
background-color: #67388B;
}
.BgClassName
{
background-color: #67388B;
}
</style>
border-color css
<style>
span { border-color: #67388B; }
span { border-color: rgb(103,56,139); }
td.TdClassName
{
border-color: #67388B;
}
.TagClassName
{
border-color: #67388B;
}
</style>