Shades of Kingfisher Daisy #622F7C
Tints of Kingfisher Daisy #622F7C
RGB
CMYK
RGB Variations
Color information
#622F7C (or 0x622F7C) is known color: Kingfisher Daisy. HEX triplet: 62, 2F and 7C. RGB value is (98,47,124). Sum of RGB (Red+Green+Blue) = 98+47+124=269 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.43% from 269); Green value is 47 (18.75% from 255 or 17.47% from 269); Blue value is 124 (48.83% from 255 or 46.10% from 269); Max value from RGB is 124 - color contains mainly: blue. Hex color #622F7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622F7C is #9DD083. Grayscale: #464646. Windows color (decimal): -10342532 or 8138594. OLE color: 8138594.
HSL color Cylindrical-coordinate representation of color #622F7C: hue angle of 279.74º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #622F7C is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 98 | 47 | 124 | - |
| CMYK | 0.21 | 0.62 | 0 | 0.51 |
| HSL | 279.74º | 0.45% | 0.34% | - |
| HSV(B) | 279.74º | 0.62% | 0.49% | - |
| XYZ | 9.69 | 6.08 | 19.73 | - |
| YUV | 71.03 | 157.9 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 47 | 124 | 0.21 | 0.62 | 0 | 0.51 | 279.74 | 0.45 | 0.34 |
| Hex | 62 | 2F | 7C | 15 | 3E | 0 | 33 | 118 | 2D | 22 |
| Octal | 142 | 57 | 174 | 25 | 76 | 0 | 63 | 430 | 55 | 42 |
| Binary | 1100010 | 101111 | 1111100 | 10101 | 111110 | 0 | 110011 | 100011000 | 101101 | 100010 |
Color Harmonies of #622F7C
Complementary color
Monochromatic Colors of #622F7C
Black with #622F7C
Text Example
Text Example
White with #622F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622F7C; }
p { color: rgb(98,47,124); }
H1.HeaderClassName
{
color: #622F7C;
}
.AnyTagClassName
{
color: #622F7C;
}
</style>
background-color css
<style>
a { background-color: #622F7C; }
a { background-color: rgb(98,47,124); }
div.DivClassName
{
background-color: #622F7C;
}
.BgClassName
{
background-color: #622F7C;
}
</style>
border-color css
<style>
span { border-color: #622F7C; }
span { border-color: rgb(98,47,124); }
td.TdClassName
{
border-color: #622F7C;
}
.TagClassName
{
border-color: #622F7C;
}
</style>