Shades of Kingfisher Daisy #603F81
Tints of Kingfisher Daisy #603F81
RGB
CMYK
RGB Variations
Color information
#603F81 (or 0x603F81) is known color: Kingfisher Daisy. HEX triplet: 60, 3F and 81. RGB value is (96,63,129). Sum of RGB (Red+Green+Blue) = 96+63+129=288 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.33% from 288); Green value is 63 (25% from 255 or 21.88% from 288); Blue value is 129 (50.78% from 255 or 44.79% from 288); Max value from RGB is 129 - color contains mainly: blue. Hex color #603F81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603F81 is #9FC07E. Grayscale: #505050. Windows color (decimal): -10469503 or 8470368. OLE color: 8470368.
HSL color Cylindrical-coordinate representation of color #603F81: hue angle of 270º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #603F81 is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 96 | 63 | 129 | - |
| CMYK | 0.26 | 0.51 | 0 | 0.49 |
| HSL | 270º | 0.34% | 0.38% | - |
| HSV(B) | 270º | 0.51% | 0.51% | - |
| XYZ | 10.56 | 7.63 | 21.68 | - |
| YUV | 80.39 | 155.43 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 63 | 129 | 0.26 | 0.51 | 0 | 0.49 | 270 | 0.34 | 0.38 |
| Hex | 60 | 3F | 81 | 1A | 33 | 0 | 31 | 10E | 22 | 26 |
| Octal | 140 | 77 | 201 | 32 | 63 | 0 | 61 | 416 | 42 | 46 |
| Binary | 1100000 | 111111 | 10000001 | 11010 | 110011 | 0 | 110001 | 100001110 | 100010 | 100110 |
Color Harmonies of #603F81
Complementary color
Monochromatic Colors of #603F81
Black with #603F81
Text Example
Text Example
White with #603F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603F81; }
p { color: rgb(96,63,129); }
H1.HeaderClassName
{
color: #603F81;
}
.AnyTagClassName
{
color: #603F81;
}
</style>
background-color css
<style>
a { background-color: #603F81; }
a { background-color: rgb(96,63,129); }
div.DivClassName
{
background-color: #603F81;
}
.BgClassName
{
background-color: #603F81;
}
</style>
border-color css
<style>
span { border-color: #603F81; }
span { border-color: rgb(96,63,129); }
td.TdClassName
{
border-color: #603F81;
}
.TagClassName
{
border-color: #603F81;
}
</style>