Shades of Kingfisher Daisy #662E8B
Tints of Kingfisher Daisy #662E8B
RGB
CMYK
RGB Variations
Color information
#662E8B (or 0x662E8B) is known color: Kingfisher Daisy. HEX triplet: 66, 2E and 8B. RGB value is (102,46,139). Sum of RGB (Red+Green+Blue) = 102+46+139=287 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.54% from 287); Green value is 46 (18.36% from 255 or 16.03% from 287); Blue value is 139 (54.69% from 255 or 48.43% from 287); Max value from RGB is 139 - color contains mainly: blue. Hex color #662E8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662E8B is #99D174. Grayscale: #494949. Windows color (decimal): -10080629 or 9121382. OLE color: 9121382.
HSL color Cylindrical-coordinate representation of color #662E8B: hue angle of 276.13º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #662E8B is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 46 | 139 | - |
| CMYK | 0.27 | 0.67 | 0 | 0.45 |
| HSL | 276.13º | 0.5% | 0.36% | - |
| HSV(B) | 276.13º | 0.67% | 0.55% | - |
| XYZ | 11.12 | 6.64 | 25.12 | - |
| YUV | 73.35 | 165.05 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 46 | 139 | 0.27 | 0.67 | 0 | 0.45 | 276.13 | 0.5 | 0.36 |
| Hex | 66 | 2E | 8B | 1B | 43 | 0 | 2D | 114 | 32 | 24 |
| Octal | 146 | 56 | 213 | 33 | 103 | 0 | 55 | 424 | 62 | 44 |
| Binary | 1100110 | 101110 | 10001011 | 11011 | 1000011 | 0 | 101101 | 100010100 | 110010 | 100100 |
Color Harmonies of #662E8B
Complementary color
Monochromatic Colors of #662E8B
Black with #662E8B
Text Example
Text Example
White with #662E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662E8B; }
p { color: rgb(102,46,139); }
H1.HeaderClassName
{
color: #662E8B;
}
.AnyTagClassName
{
color: #662E8B;
}
</style>
background-color css
<style>
a { background-color: #662E8B; }
a { background-color: rgb(102,46,139); }
div.DivClassName
{
background-color: #662E8B;
}
.BgClassName
{
background-color: #662E8B;
}
</style>
border-color css
<style>
span { border-color: #662E8B; }
span { border-color: rgb(102,46,139); }
td.TdClassName
{
border-color: #662E8B;
}
.TagClassName
{
border-color: #662E8B;
}
</style>