Shades of Kingfisher Daisy #624B7B
Tints of Kingfisher Daisy #624B7B
RGB
CMYK
RGB Variations
Color information
#624B7B (or 0x624B7B) is known color: Kingfisher Daisy. HEX triplet: 62, 4B and 7B. RGB value is (98,75,123). Sum of RGB (Red+Green+Blue) = 98+75+123=296 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.11% from 296); Green value is 75 (29.69% from 255 or 25.34% from 296); Blue value is 123 (48.44% from 255 or 41.55% from 296); Max value from RGB is 123 - color contains mainly: blue. Hex color #624B7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624B7B is #9DB484. Grayscale: #575757. Windows color (decimal): -10335365 or 8080226. OLE color: 8080226.
HSL color Cylindrical-coordinate representation of color #624B7B: hue angle of 268.75º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #624B7B is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 98 | 75 | 123 | - |
| CMYK | 0.20 | 0.39 | 0 | 0.52 |
| HSL | 268.75º | 0.24% | 0.39% | - |
| HSV(B) | 268.75º | 0.39% | 0.48% | - |
| XYZ | 11.13 | 9.06 | 19.9 | - |
| YUV | 87.35 | 148.12 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 75 | 123 | 0.20 | 0.39 | 0 | 0.52 | 268.75 | 0.24 | 0.39 |
| Hex | 62 | 4B | 7B | 14 | 27 | 0 | 34 | 10D | 18 | 27 |
| Octal | 142 | 113 | 173 | 24 | 47 | 0 | 64 | 415 | 30 | 47 |
| Binary | 1100010 | 1001011 | 1111011 | 10100 | 100111 | 0 | 110100 | 100001101 | 11000 | 100111 |
Color Harmonies of #624B7B
Complementary color
Monochromatic Colors of #624B7B
Black with #624B7B
Text Example
Text Example
White with #624B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624B7B; }
p { color: rgb(98,75,123); }
H1.HeaderClassName
{
color: #624B7B;
}
.AnyTagClassName
{
color: #624B7B;
}
</style>
background-color css
<style>
a { background-color: #624B7B; }
a { background-color: rgb(98,75,123); }
div.DivClassName
{
background-color: #624B7B;
}
.BgClassName
{
background-color: #624B7B;
}
</style>
border-color css
<style>
span { border-color: #624B7B; }
span { border-color: rgb(98,75,123); }
td.TdClassName
{
border-color: #624B7B;
}
.TagClassName
{
border-color: #624B7B;
}
</style>