Shades of Kingfisher Daisy #63268C
Tints of Kingfisher Daisy #63268C
RGB
CMYK
RGB Variations
Color information
#63268C (or 0x63268C) is known color: Kingfisher Daisy. HEX triplet: 63, 26 and 8C. RGB value is (99,38,140). Sum of RGB (Red+Green+Blue) = 99+38+140=277 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.74% from 277); Green value is 38 (15.23% from 255 or 13.72% from 277); Blue value is 140 (55.08% from 255 or 50.54% from 277); Max value from RGB is 140 - color contains mainly: blue. Hex color #63268C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63268C is #9CD973. Grayscale: #434343. Windows color (decimal): -10279284 or 9184867. OLE color: 9184867.
HSL color Cylindrical-coordinate representation of color #63268C: hue angle of 275.88º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #63268C is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 99 | 38 | 140 | - |
| CMYK | 0.29 | 0.73 | 0 | 0.45 |
| HSL | 275.88º | 0.57% | 0.35% | - |
| HSV(B) | 275.88º | 0.73% | 0.55% | - |
| XYZ | 10.57 | 5.93 | 25.4 | - |
| YUV | 67.87 | 168.71 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 38 | 140 | 0.29 | 0.73 | 0 | 0.45 | 275.88 | 0.57 | 0.35 |
| Hex | 63 | 26 | 8C | 1D | 49 | 0 | 2D | 114 | 39 | 23 |
| Octal | 143 | 46 | 214 | 35 | 111 | 0 | 55 | 424 | 71 | 43 |
| Binary | 1100011 | 100110 | 10001100 | 11101 | 1001001 | 0 | 101101 | 100010100 | 111001 | 100011 |
Color Harmonies of #63268C
Complementary color
Monochromatic Colors of #63268C
Black with #63268C
Text Example
Text Example
White with #63268C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63268C; }
p { color: rgb(99,38,140); }
H1.HeaderClassName
{
color: #63268C;
}
.AnyTagClassName
{
color: #63268C;
}
</style>
background-color css
<style>
a { background-color: #63268C; }
a { background-color: rgb(99,38,140); }
div.DivClassName
{
background-color: #63268C;
}
.BgClassName
{
background-color: #63268C;
}
</style>
border-color css
<style>
span { border-color: #63268C; }
span { border-color: rgb(99,38,140); }
td.TdClassName
{
border-color: #63268C;
}
.TagClassName
{
border-color: #63268C;
}
</style>