Shades of Kingfisher Daisy #6A358B
Tints of Kingfisher Daisy #6A358B
RGB
CMYK
RGB Variations
Color information
#6A358B (or 0x6A358B) is known color: Kingfisher Daisy. HEX triplet: 6A, 35 and 8B. RGB value is (106,53,139). Sum of RGB (Red+Green+Blue) = 106+53+139=298 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.57% from 298); Green value is 53 (21.09% from 255 or 17.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 #6A358B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A358B is #95CA74. Grayscale: #4E4E4E. Windows color (decimal): -9816693 or 9123178. OLE color: 9123178.
HSL color Cylindrical-coordinate representation of color #6A358B: hue angle of 276.98º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6A358B is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 106 | 53 | 139 | - |
| CMYK | 0.24 | 0.62 | 0 | 0.45 |
| HSL | 276.98º | 0.45% | 0.38% | - |
| HSV(B) | 276.98º | 0.62% | 0.55% | - |
| XYZ | 11.88 | 7.47 | 25.24 | - |
| YUV | 78.65 | 162.06 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 53 | 139 | 0.24 | 0.62 | 0 | 0.45 | 276.98 | 0.45 | 0.38 |
| Hex | 6A | 35 | 8B | 18 | 3E | 0 | 2D | 115 | 2D | 26 |
| Octal | 152 | 65 | 213 | 30 | 76 | 0 | 55 | 425 | 55 | 46 |
| Binary | 1101010 | 110101 | 10001011 | 11000 | 111110 | 0 | 101101 | 100010101 | 101101 | 100110 |
Color Harmonies of #6A358B
Complementary color
Monochromatic Colors of #6A358B
Black with #6A358B
Text Example
Text Example
White with #6A358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A358B; }
p { color: rgb(106,53,139); }
H1.HeaderClassName
{
color: #6A358B;
}
.AnyTagClassName
{
color: #6A358B;
}
</style>
background-color css
<style>
a { background-color: #6A358B; }
a { background-color: rgb(106,53,139); }
div.DivClassName
{
background-color: #6A358B;
}
.BgClassName
{
background-color: #6A358B;
}
</style>
border-color css
<style>
span { border-color: #6A358B; }
span { border-color: rgb(106,53,139); }
td.TdClassName
{
border-color: #6A358B;
}
.TagClassName
{
border-color: #6A358B;
}
</style>