Shades of Kingfisher Daisy #6B348B
Tints of Kingfisher Daisy #6B348B
RGB
CMYK
RGB Variations
Color information
#6B348B (or 0x6B348B) is known color: Kingfisher Daisy. HEX triplet: 6B, 34 and 8B. RGB value is (107,52,139). Sum of RGB (Red+Green+Blue) = 107+52+139=298 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.91% from 298); Green value is 52 (20.70% from 255 or 17.45% 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 #6B348B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B348B is #94CB74. Grayscale: #4E4E4E. Windows color (decimal): -9751413 or 9122923. OLE color: 9122923.
HSL color Cylindrical-coordinate representation of color #6B348B: hue angle of 277.93º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6B348B is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 52 | 139 | - |
| CMYK | 0.23 | 0.63 | 0 | 0.45 |
| HSL | 277.93º | 0.46% | 0.37% | - |
| HSV(B) | 277.93º | 0.63% | 0.55% | - |
| XYZ | 11.95 | 7.45 | 25.23 | - |
| YUV | 78.36 | 162.22 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 52 | 139 | 0.23 | 0.63 | 0 | 0.45 | 277.93 | 0.46 | 0.37 |
| Hex | 6B | 34 | 8B | 17 | 3F | 0 | 2D | 116 | 2E | 25 |
| Octal | 153 | 64 | 213 | 27 | 77 | 0 | 55 | 426 | 56 | 45 |
| Binary | 1101011 | 110100 | 10001011 | 10111 | 111111 | 0 | 101101 | 100010110 | 101110 | 100101 |
Color Harmonies of #6B348B
Complementary color
Monochromatic Colors of #6B348B
Black with #6B348B
Text Example
Text Example
White with #6B348B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B348B; }
p { color: rgb(107,52,139); }
H1.HeaderClassName
{
color: #6B348B;
}
.AnyTagClassName
{
color: #6B348B;
}
</style>
background-color css
<style>
a { background-color: #6B348B; }
a { background-color: rgb(107,52,139); }
div.DivClassName
{
background-color: #6B348B;
}
.BgClassName
{
background-color: #6B348B;
}
</style>
border-color css
<style>
span { border-color: #6B348B; }
span { border-color: rgb(107,52,139); }
td.TdClassName
{
border-color: #6B348B;
}
.TagClassName
{
border-color: #6B348B;
}
</style>