Shades of Kingfisher Daisy #662B82
Tints of Kingfisher Daisy #662B82
RGB
CMYK
RGB Variations
Color information
#662B82 (or 0x662B82) is known color: Kingfisher Daisy. HEX triplet: 66, 2B and 82. RGB value is (102,43,130). Sum of RGB (Red+Green+Blue) = 102+43+130=275 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.09% from 275); Green value is 43 (17.19% from 255 or 15.64% from 275); Blue value is 130 (51.17% from 255 or 47.27% from 275); Max value from RGB is 130 - color contains mainly: blue. Hex color #662B82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662B82 is #99D47D. Grayscale: #464646. Windows color (decimal): -10081406 or 8530790. OLE color: 8530790.
HSL color Cylindrical-coordinate representation of color #662B82: hue angle of 280.69º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #662B82 is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 43 | 130 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.49 |
| HSL | 280.69º | 0.5% | 0.34% | - |
| HSV(B) | 280.69º | 0.67% | 0.51% | - |
| XYZ | 10.37 | 6.16 | 21.76 | - |
| YUV | 70.56 | 161.55 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 43 | 130 | 0.22 | 0.67 | 0 | 0.49 | 280.69 | 0.5 | 0.34 |
| Hex | 66 | 2B | 82 | 16 | 43 | 0 | 31 | 119 | 32 | 22 |
| Octal | 146 | 53 | 202 | 26 | 103 | 0 | 61 | 431 | 62 | 42 |
| Binary | 1100110 | 101011 | 10000010 | 10110 | 1000011 | 0 | 110001 | 100011001 | 110010 | 100010 |
Color Harmonies of #662B82
Complementary color
Monochromatic Colors of #662B82
Black with #662B82
Text Example
Text Example
White with #662B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662B82; }
p { color: rgb(102,43,130); }
H1.HeaderClassName
{
color: #662B82;
}
.AnyTagClassName
{
color: #662B82;
}
</style>
background-color css
<style>
a { background-color: #662B82; }
a { background-color: rgb(102,43,130); }
div.DivClassName
{
background-color: #662B82;
}
.BgClassName
{
background-color: #662B82;
}
</style>
border-color css
<style>
span { border-color: #662B82; }
span { border-color: rgb(102,43,130); }
td.TdClassName
{
border-color: #662B82;
}
.TagClassName
{
border-color: #662B82;
}
</style>