Shades of Kingfisher Daisy #652F90
Tints of Kingfisher Daisy #652F90
RGB
CMYK
RGB Variations
Color information
#652F90 (or 0x652F90) is known color: Kingfisher Daisy. HEX triplet: 65, 2F and 90. RGB value is (101,47,144). Sum of RGB (Red+Green+Blue) = 101+47+144=292 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.59% from 292); Green value is 47 (18.75% from 255 or 16.10% from 292); Blue value is 144 (56.64% from 255 or 49.32% from 292); Max value from RGB is 144 - color contains mainly: blue. Hex color #652F90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652F90 is #9AD06F. Grayscale: #494949. Windows color (decimal): -10145904 or 9449317. OLE color: 9449317.
HSL color Cylindrical-coordinate representation of color #652F90: hue angle of 273.4º 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 #652F90 is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 47 | 144 | - |
| CMYK | 0.30 | 0.67 | 0 | 0.44 |
| HSL | 273.4º | 0.51% | 0.37% | - |
| HSV(B) | 273.4º | 0.67% | 0.56% | - |
| XYZ | 11.42 | 6.81 | 27.1 | - |
| YUV | 74.2 | 167.39 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 47 | 144 | 0.30 | 0.67 | 0 | 0.44 | 273.4 | 0.51 | 0.37 |
| Hex | 65 | 2F | 90 | 1E | 43 | 0 | 2C | 111 | 33 | 25 |
| Octal | 145 | 57 | 220 | 36 | 103 | 0 | 54 | 421 | 63 | 45 |
| Binary | 1100101 | 101111 | 10010000 | 11110 | 1000011 | 0 | 101100 | 100010001 | 110011 | 100101 |
Color Harmonies of #652F90
Complementary color
Monochromatic Colors of #652F90
Black with #652F90
Text Example
Text Example
White with #652F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652F90; }
p { color: rgb(101,47,144); }
H1.HeaderClassName
{
color: #652F90;
}
.AnyTagClassName
{
color: #652F90;
}
</style>
background-color css
<style>
a { background-color: #652F90; }
a { background-color: rgb(101,47,144); }
div.DivClassName
{
background-color: #652F90;
}
.BgClassName
{
background-color: #652F90;
}
</style>
border-color css
<style>
span { border-color: #652F90; }
span { border-color: rgb(101,47,144); }
td.TdClassName
{
border-color: #652F90;
}
.TagClassName
{
border-color: #652F90;
}
</style>