Shades of Kingfisher Daisy #6A318C
Tints of Kingfisher Daisy #6A318C
RGB
CMYK
RGB Variations
Color information
#6A318C (or 0x6A318C) is known color: Kingfisher Daisy. HEX triplet: 6A, 31 and 8C. RGB value is (106,49,140). Sum of RGB (Red+Green+Blue) = 106+49+140=295 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.93% from 295); Green value is 49 (19.53% from 255 or 16.61% from 295); Blue value is 140 (55.08% from 255 or 47.46% from 295); Max value from RGB is 140 - color contains mainly: blue. Hex color #6A318C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A318C is #95CE73. Grayscale: #4C4C4C. Windows color (decimal): -9817716 or 9187690. OLE color: 9187690.
HSL color Cylindrical-coordinate representation of color #6A318C: hue angle of 277.58º 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 #6A318C is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 106 | 49 | 140 | - |
| CMYK | 0.24 | 0.65 | 0 | 0.45 |
| HSL | 277.58º | 0.48% | 0.37% | - |
| HSV(B) | 277.58º | 0.65% | 0.55% | - |
| XYZ | 11.78 | 7.15 | 25.57 | - |
| YUV | 76.42 | 163.88 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 49 | 140 | 0.24 | 0.65 | 0 | 0.45 | 277.58 | 0.48 | 0.37 |
| Hex | 6A | 31 | 8C | 18 | 41 | 0 | 2D | 116 | 30 | 25 |
| Octal | 152 | 61 | 214 | 30 | 101 | 0 | 55 | 426 | 60 | 45 |
| Binary | 1101010 | 110001 | 10001100 | 11000 | 1000001 | 0 | 101101 | 100010110 | 110000 | 100101 |
Color Harmonies of #6A318C
Complementary color
Monochromatic Colors of #6A318C
Black with #6A318C
Text Example
Text Example
White with #6A318C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A318C; }
p { color: rgb(106,49,140); }
H1.HeaderClassName
{
color: #6A318C;
}
.AnyTagClassName
{
color: #6A318C;
}
</style>
background-color css
<style>
a { background-color: #6A318C; }
a { background-color: rgb(106,49,140); }
div.DivClassName
{
background-color: #6A318C;
}
.BgClassName
{
background-color: #6A318C;
}
</style>
border-color css
<style>
span { border-color: #6A318C; }
span { border-color: rgb(106,49,140); }
td.TdClassName
{
border-color: #6A318C;
}
.TagClassName
{
border-color: #6A318C;
}
</style>