Shades of Kingfisher Daisy #68318B
Tints of Kingfisher Daisy #68318B
RGB
CMYK
RGB Variations
Color information
#68318B (or 0x68318B) is known color: Kingfisher Daisy. HEX triplet: 68, 31 and 8B. RGB value is (104,49,139). Sum of RGB (Red+Green+Blue) = 104+49+139=292 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.62% from 292); Green value is 49 (19.53% from 255 or 16.78% from 292); Blue value is 139 (54.69% from 255 or 47.60% from 292); Max value from RGB is 139 - color contains mainly: blue. Hex color #68318B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68318B is #97CE74. Grayscale: #4B4B4B. Windows color (decimal): -9948789 or 9122152. OLE color: 9122152.
HSL color Cylindrical-coordinate representation of color #68318B: hue angle of 276.67º degrees, saturation: 0.48, 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 #68318B is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 49 | 139 | - |
| CMYK | 0.25 | 0.65 | 0 | 0.45 |
| HSL | 276.67º | 0.48% | 0.37% | - |
| HSV(B) | 276.67º | 0.65% | 0.55% | - |
| XYZ | 11.47 | 7 | 25.17 | - |
| YUV | 75.71 | 163.72 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 49 | 139 | 0.25 | 0.65 | 0 | 0.45 | 276.67 | 0.48 | 0.37 |
| Hex | 68 | 31 | 8B | 19 | 41 | 0 | 2D | 115 | 30 | 25 |
| Octal | 150 | 61 | 213 | 31 | 101 | 0 | 55 | 425 | 60 | 45 |
| Binary | 1101000 | 110001 | 10001011 | 11001 | 1000001 | 0 | 101101 | 100010101 | 110000 | 100101 |
Color Harmonies of #68318B
Complementary color
Monochromatic Colors of #68318B
Black with #68318B
Text Example
Text Example
White with #68318B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68318B; }
p { color: rgb(104,49,139); }
H1.HeaderClassName
{
color: #68318B;
}
.AnyTagClassName
{
color: #68318B;
}
</style>
background-color css
<style>
a { background-color: #68318B; }
a { background-color: rgb(104,49,139); }
div.DivClassName
{
background-color: #68318B;
}
.BgClassName
{
background-color: #68318B;
}
</style>
border-color css
<style>
span { border-color: #68318B; }
span { border-color: rgb(104,49,139); }
td.TdClassName
{
border-color: #68318B;
}
.TagClassName
{
border-color: #68318B;
}
</style>