Shades of Kingfisher Daisy #663F83
Tints of Kingfisher Daisy #663F83
RGB
CMYK
RGB Variations
Color information
#663F83 (or 0x663F83) is known color: Kingfisher Daisy. HEX triplet: 66, 3F and 83. RGB value is (102,63,131). Sum of RGB (Red+Green+Blue) = 102+63+131=296 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.46% from 296); Green value is 63 (25% from 255 or 21.28% from 296); Blue value is 131 (51.56% from 255 or 44.26% from 296); Max value from RGB is 131 - color contains mainly: blue. Hex color #663F83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663F83 is #99C07C. Grayscale: #525252. Windows color (decimal): -10076285 or 8601446. OLE color: 8601446.
HSL color Cylindrical-coordinate representation of color #663F83: hue angle of 274.41º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #663F83 is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 63 | 131 | - |
| CMYK | 0.22 | 0.52 | 0 | 0.49 |
| HSL | 274.41º | 0.35% | 0.38% | - |
| HSV(B) | 274.41º | 0.52% | 0.51% | - |
| XYZ | 11.35 | 8.02 | 22.42 | - |
| YUV | 82.41 | 155.42 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 63 | 131 | 0.22 | 0.52 | 0 | 0.49 | 274.41 | 0.35 | 0.38 |
| Hex | 66 | 3F | 83 | 16 | 34 | 0 | 31 | 112 | 23 | 26 |
| Octal | 146 | 77 | 203 | 26 | 64 | 0 | 61 | 422 | 43 | 46 |
| Binary | 1100110 | 111111 | 10000011 | 10110 | 110100 | 0 | 110001 | 100010010 | 100011 | 100110 |
Color Harmonies of #663F83
Complementary color
Monochromatic Colors of #663F83
Black with #663F83
Text Example
Text Example
White with #663F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663F83; }
p { color: rgb(102,63,131); }
H1.HeaderClassName
{
color: #663F83;
}
.AnyTagClassName
{
color: #663F83;
}
</style>
background-color css
<style>
a { background-color: #663F83; }
a { background-color: rgb(102,63,131); }
div.DivClassName
{
background-color: #663F83;
}
.BgClassName
{
background-color: #663F83;
}
</style>
border-color css
<style>
span { border-color: #663F83; }
span { border-color: rgb(102,63,131); }
td.TdClassName
{
border-color: #663F83;
}
.TagClassName
{
border-color: #663F83;
}
</style>