Shades of Kingfisher Daisy #6B3389
Tints of Kingfisher Daisy #6B3389
RGB
CMYK
RGB Variations
Color information
#6B3389 (or 0x6B3389) is known color: Kingfisher Daisy. HEX triplet: 6B, 33 and 89. RGB value is (107,51,137). Sum of RGB (Red+Green+Blue) = 107+51+137=295 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.27% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 137 (53.91% from 255 or 46.44% from 295); Max value from RGB is 137 - color contains mainly: blue. Hex color #6B3389 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B3389 is #94CC76. Grayscale: #4D4D4D. Windows color (decimal): -9751671 or 8991595. OLE color: 8991595.
HSL color Cylindrical-coordinate representation of color #6B3389: hue angle of 279.07º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6B3389 is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 107 | 51 | 137 | - |
| CMYK | 0.22 | 0.63 | 0 | 0.46 |
| HSL | 279.07º | 0.46% | 0.37% | - |
| HSV(B) | 279.07º | 0.63% | 0.54% | - |
| XYZ | 11.76 | 7.3 | 24.46 | - |
| YUV | 77.55 | 161.55 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 51 | 137 | 0.22 | 0.63 | 0 | 0.46 | 279.07 | 0.46 | 0.37 |
| Hex | 6B | 33 | 89 | 16 | 3F | 0 | 2E | 117 | 2E | 25 |
| Octal | 153 | 63 | 211 | 26 | 77 | 0 | 56 | 427 | 56 | 45 |
| Binary | 1101011 | 110011 | 10001001 | 10110 | 111111 | 0 | 101110 | 100010111 | 101110 | 100101 |
Color Harmonies of #6B3389
Complementary color
Monochromatic Colors of #6B3389
Black with #6B3389
Text Example
Text Example
White with #6B3389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3389; }
p { color: rgb(107,51,137); }
H1.HeaderClassName
{
color: #6B3389;
}
.AnyTagClassName
{
color: #6B3389;
}
</style>
background-color css
<style>
a { background-color: #6B3389; }
a { background-color: rgb(107,51,137); }
div.DivClassName
{
background-color: #6B3389;
}
.BgClassName
{
background-color: #6B3389;
}
</style>
border-color css
<style>
span { border-color: #6B3389; }
span { border-color: rgb(107,51,137); }
td.TdClassName
{
border-color: #6B3389;
}
.TagClassName
{
border-color: #6B3389;
}
</style>