Shades of Kingfisher Daisy #602D8A
Tints of Kingfisher Daisy #602D8A
RGB
CMYK
RGB Variations
Color information
#602D8A (or 0x602D8A) is known color: Kingfisher Daisy. HEX triplet: 60, 2D and 8A. RGB value is (96,45,138). Sum of RGB (Red+Green+Blue) = 96+45+138=279 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.41% from 279); Green value is 45 (17.97% from 255 or 16.13% from 279); Blue value is 138 (54.30% from 255 or 49.46% from 279); Max value from RGB is 138 - color contains mainly: blue. Hex color #602D8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602D8A is #9FD275. Grayscale: #464646. Windows color (decimal): -10474102 or 9055584. OLE color: 9055584.
HSL color Cylindrical-coordinate representation of color #602D8A: hue angle of 272.9º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #602D8A is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 96 | 45 | 138 | - |
| CMYK | 0.30 | 0.67 | 0 | 0.46 |
| HSL | 272.9º | 0.51% | 0.36% | - |
| HSV(B) | 272.9º | 0.67% | 0.54% | - |
| XYZ | 10.35 | 6.2 | 24.7 | - |
| YUV | 70.85 | 165.9 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 45 | 138 | 0.30 | 0.67 | 0 | 0.46 | 272.9 | 0.51 | 0.36 |
| Hex | 60 | 2D | 8A | 1E | 43 | 0 | 2E | 111 | 33 | 24 |
| Octal | 140 | 55 | 212 | 36 | 103 | 0 | 56 | 421 | 63 | 44 |
| Binary | 1100000 | 101101 | 10001010 | 11110 | 1000011 | 0 | 101110 | 100010001 | 110011 | 100100 |
Color Harmonies of #602D8A
Complementary color
Monochromatic Colors of #602D8A
Black with #602D8A
Text Example
Text Example
White with #602D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602D8A; }
p { color: rgb(96,45,138); }
H1.HeaderClassName
{
color: #602D8A;
}
.AnyTagClassName
{
color: #602D8A;
}
</style>
background-color css
<style>
a { background-color: #602D8A; }
a { background-color: rgb(96,45,138); }
div.DivClassName
{
background-color: #602D8A;
}
.BgClassName
{
background-color: #602D8A;
}
</style>
border-color css
<style>
span { border-color: #602D8A; }
span { border-color: rgb(96,45,138); }
td.TdClassName
{
border-color: #602D8A;
}
.TagClassName
{
border-color: #602D8A;
}
</style>