Shades of Kingfisher Daisy #602A8A
Tints of Kingfisher Daisy #602A8A
RGB
CMYK
RGB Variations
Color information
#602A8A (or 0x602A8A) is known color: Kingfisher Daisy. HEX triplet: 60, 2A and 8A. RGB value is (96,42,138). Sum of RGB (Red+Green+Blue) = 96+42+138=276 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.78% from 276); Green value is 42 (16.80% from 255 or 15.22% from 276); Blue value is 138 (54.30% from 255 or 50% from 276); Max value from RGB is 138 - color contains mainly: blue. Hex color #602A8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602A8A is #9FD575. Grayscale: #444444. Windows color (decimal): -10474870 or 9054816. OLE color: 9054816.
HSL color Cylindrical-coordinate representation of color #602A8A: hue angle of 273.75º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #602A8A is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 96 | 42 | 138 | - |
| CMYK | 0.30 | 0.70 | 0 | 0.46 |
| HSL | 273.75º | 0.53% | 0.35% | - |
| HSV(B) | 273.75º | 0.7% | 0.54% | - |
| XYZ | 10.24 | 5.98 | 24.66 | - |
| YUV | 69.09 | 166.89 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 42 | 138 | 0.30 | 0.70 | 0 | 0.46 | 273.75 | 0.53 | 0.35 |
| Hex | 60 | 2A | 8A | 1E | 46 | 0 | 2E | 112 | 35 | 23 |
| Octal | 140 | 52 | 212 | 36 | 106 | 0 | 56 | 422 | 65 | 43 |
| Binary | 1100000 | 101010 | 10001010 | 11110 | 1000110 | 0 | 101110 | 100010010 | 110101 | 100011 |
Color Harmonies of #602A8A
Complementary color
Monochromatic Colors of #602A8A
Black with #602A8A
Text Example
Text Example
White with #602A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602A8A; }
p { color: rgb(96,42,138); }
H1.HeaderClassName
{
color: #602A8A;
}
.AnyTagClassName
{
color: #602A8A;
}
</style>
background-color css
<style>
a { background-color: #602A8A; }
a { background-color: rgb(96,42,138); }
div.DivClassName
{
background-color: #602A8A;
}
.BgClassName
{
background-color: #602A8A;
}
</style>
border-color css
<style>
span { border-color: #602A8A; }
span { border-color: rgb(96,42,138); }
td.TdClassName
{
border-color: #602A8A;
}
.TagClassName
{
border-color: #602A8A;
}
</style>