Shades of Kingfisher Daisy #632F90
Tints of Kingfisher Daisy #632F90
RGB
CMYK
RGB Variations
Color information
#632F90 (or 0x632F90) is known color: Kingfisher Daisy. HEX triplet: 63, 2F and 90. RGB value is (99,47,144). Sum of RGB (Red+Green+Blue) = 99+47+144=290 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.14% from 290); Green value is 47 (18.75% from 255 or 16.21% from 290); Blue value is 144 (56.64% from 255 or 49.66% from 290); Max value from RGB is 144 - color contains mainly: blue. Hex color #632F90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632F90 is #9CD06F. Grayscale: #494949. Windows color (decimal): -10276976 or 9449315. OLE color: 9449315.
HSL color Cylindrical-coordinate representation of color #632F90: hue angle of 272.16º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #632F90 is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 99 | 47 | 144 | - |
| CMYK | 0.31 | 0.67 | 0 | 0.44 |
| HSL | 272.16º | 0.51% | 0.37% | - |
| HSV(B) | 272.16º | 0.67% | 0.56% | - |
| XYZ | 11.2 | 6.7 | 27.09 | - |
| YUV | 73.61 | 167.73 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 47 | 144 | 0.31 | 0.67 | 0 | 0.44 | 272.16 | 0.51 | 0.37 |
| Hex | 63 | 2F | 90 | 1F | 43 | 0 | 2C | 110 | 33 | 25 |
| Octal | 143 | 57 | 220 | 37 | 103 | 0 | 54 | 420 | 63 | 45 |
| Binary | 1100011 | 101111 | 10010000 | 11111 | 1000011 | 0 | 101100 | 100010000 | 110011 | 100101 |
Color Harmonies of #632F90
Complementary color
Monochromatic Colors of #632F90
Black with #632F90
Text Example
Text Example
White with #632F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632F90; }
p { color: rgb(99,47,144); }
H1.HeaderClassName
{
color: #632F90;
}
.AnyTagClassName
{
color: #632F90;
}
</style>
background-color css
<style>
a { background-color: #632F90; }
a { background-color: rgb(99,47,144); }
div.DivClassName
{
background-color: #632F90;
}
.BgClassName
{
background-color: #632F90;
}
</style>
border-color css
<style>
span { border-color: #632F90; }
span { border-color: rgb(99,47,144); }
td.TdClassName
{
border-color: #632F90;
}
.TagClassName
{
border-color: #632F90;
}
</style>