Shades of Kingfisher Daisy #632685
Tints of Kingfisher Daisy #632685
RGB
CMYK
RGB Variations
Color information
#632685 (or 0x632685) is known color: Kingfisher Daisy. HEX triplet: 63, 26 and 85. RGB value is (99,38,133). Sum of RGB (Red+Green+Blue) = 99+38+133=270 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.67% from 270); Green value is 38 (15.23% from 255 or 14.07% from 270); Blue value is 133 (52.34% from 255 or 49.26% from 270); Max value from RGB is 133 - color contains mainly: blue. Hex color #632685 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632685 is #9CD97A. Grayscale: #424242. Windows color (decimal): -10279291 or 8726115. OLE color: 8726115.
HSL color Cylindrical-coordinate representation of color #632685: hue angle of 278.53º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #632685 is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 99 | 38 | 133 | - |
| CMYK | 0.26 | 0.71 | 0 | 0.48 |
| HSL | 278.53º | 0.56% | 0.34% | - |
| HSV(B) | 278.53º | 0.71% | 0.52% | - |
| XYZ | 10.07 | 5.73 | 22.77 | - |
| YUV | 67.07 | 165.21 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 38 | 133 | 0.26 | 0.71 | 0 | 0.48 | 278.53 | 0.56 | 0.34 |
| Hex | 63 | 26 | 85 | 1A | 47 | 0 | 30 | 117 | 38 | 22 |
| Octal | 143 | 46 | 205 | 32 | 107 | 0 | 60 | 427 | 70 | 42 |
| Binary | 1100011 | 100110 | 10000101 | 11010 | 1000111 | 0 | 110000 | 100010111 | 111000 | 100010 |
Color Harmonies of #632685
Complementary color
Monochromatic Colors of #632685
Black with #632685
Text Example
Text Example
White with #632685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632685; }
p { color: rgb(99,38,133); }
H1.HeaderClassName
{
color: #632685;
}
.AnyTagClassName
{
color: #632685;
}
</style>
background-color css
<style>
a { background-color: #632685; }
a { background-color: rgb(99,38,133); }
div.DivClassName
{
background-color: #632685;
}
.BgClassName
{
background-color: #632685;
}
</style>
border-color css
<style>
span { border-color: #632685; }
span { border-color: rgb(99,38,133); }
td.TdClassName
{
border-color: #632685;
}
.TagClassName
{
border-color: #632685;
}
</style>