Shades of Kingfisher Daisy #66268A
Tints of Kingfisher Daisy #66268A
RGB
CMYK
RGB Variations
Color information
#66268A (or 0x66268A) is known color: Kingfisher Daisy. HEX triplet: 66, 26 and 8A. RGB value is (102,38,138). Sum of RGB (Red+Green+Blue) = 102+38+138=278 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.69% from 278); Green value is 38 (15.23% from 255 or 13.67% from 278); Blue value is 138 (54.30% from 255 or 49.64% from 278); Max value from RGB is 138 - color contains mainly: blue. Hex color #66268A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66268A is #99D975. Grayscale: #444444. Windows color (decimal): -10082678 or 9053798. OLE color: 9053798.
HSL color Cylindrical-coordinate representation of color #66268A: hue angle of 278.4º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #66268A is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 102 | 38 | 138 | - |
| CMYK | 0.26 | 0.72 | 0 | 0.46 |
| HSL | 278.4º | 0.57% | 0.35% | - |
| HSV(B) | 278.4º | 0.72% | 0.54% | - |
| XYZ | 10.76 | 6.05 | 24.64 | - |
| YUV | 68.54 | 167.2 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 38 | 138 | 0.26 | 0.72 | 0 | 0.46 | 278.4 | 0.57 | 0.35 |
| Hex | 66 | 26 | 8A | 1A | 48 | 0 | 2E | 116 | 39 | 23 |
| Octal | 146 | 46 | 212 | 32 | 110 | 0 | 56 | 426 | 71 | 43 |
| Binary | 1100110 | 100110 | 10001010 | 11010 | 1001000 | 0 | 101110 | 100010110 | 111001 | 100011 |
Color Harmonies of #66268A
Complementary color
Monochromatic Colors of #66268A
Black with #66268A
Text Example
Text Example
White with #66268A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66268A; }
p { color: rgb(102,38,138); }
H1.HeaderClassName
{
color: #66268A;
}
.AnyTagClassName
{
color: #66268A;
}
</style>
background-color css
<style>
a { background-color: #66268A; }
a { background-color: rgb(102,38,138); }
div.DivClassName
{
background-color: #66268A;
}
.BgClassName
{
background-color: #66268A;
}
</style>
border-color css
<style>
span { border-color: #66268A; }
span { border-color: rgb(102,38,138); }
td.TdClassName
{
border-color: #66268A;
}
.TagClassName
{
border-color: #66268A;
}
</style>