Shades of Kingfisher Daisy #622F8A
Tints of Kingfisher Daisy #622F8A
RGB
CMYK
RGB Variations
Color information
#622F8A (or 0x622F8A) is known color: Kingfisher Daisy. HEX triplet: 62, 2F and 8A. RGB value is (98,47,138). Sum of RGB (Red+Green+Blue) = 98+47+138=283 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.63% from 283); Green value is 47 (18.75% from 255 or 16.61% from 283); Blue value is 138 (54.30% from 255 or 48.76% from 283); Max value from RGB is 138 - color contains mainly: blue. Hex color #622F8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622F8A is #9DD075. Grayscale: #484848. Windows color (decimal): -10342518 or 9056098. OLE color: 9056098.
HSL color Cylindrical-coordinate representation of color #622F8A: hue angle of 273.63º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #622F8A is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 98 | 47 | 138 | - |
| CMYK | 0.29 | 0.66 | 0 | 0.46 |
| HSL | 273.63º | 0.49% | 0.36% | - |
| HSV(B) | 273.63º | 0.66% | 0.54% | - |
| XYZ | 10.64 | 6.46 | 24.73 | - |
| YUV | 72.62 | 164.9 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 47 | 138 | 0.29 | 0.66 | 0 | 0.46 | 273.63 | 0.49 | 0.36 |
| Hex | 62 | 2F | 8A | 1D | 42 | 0 | 2E | 112 | 31 | 24 |
| Octal | 142 | 57 | 212 | 35 | 102 | 0 | 56 | 422 | 61 | 44 |
| Binary | 1100010 | 101111 | 10001010 | 11101 | 1000010 | 0 | 101110 | 100010010 | 110001 | 100100 |
Color Harmonies of #622F8A
Complementary color
Monochromatic Colors of #622F8A
Black with #622F8A
Text Example
Text Example
White with #622F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622F8A; }
p { color: rgb(98,47,138); }
H1.HeaderClassName
{
color: #622F8A;
}
.AnyTagClassName
{
color: #622F8A;
}
</style>
background-color css
<style>
a { background-color: #622F8A; }
a { background-color: rgb(98,47,138); }
div.DivClassName
{
background-color: #622F8A;
}
.BgClassName
{
background-color: #622F8A;
}
</style>
border-color css
<style>
span { border-color: #622F8A; }
span { border-color: rgb(98,47,138); }
td.TdClassName
{
border-color: #622F8A;
}
.TagClassName
{
border-color: #622F8A;
}
</style>