Shades of Kingfisher Daisy #663288
Tints of Kingfisher Daisy #663288
RGB
CMYK
RGB Variations
Color information
#663288 (or 0x663288) is known color: Kingfisher Daisy. HEX triplet: 66, 32 and 88. RGB value is (102,50,136). Sum of RGB (Red+Green+Blue) = 102+50+136=288 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.42% from 288); Green value is 50 (19.92% from 255 or 17.36% from 288); Blue value is 136 (53.52% from 255 or 47.22% from 288); Max value from RGB is 136 - color contains mainly: blue. Hex color #663288 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663288 is #99CD77. Grayscale: #4B4B4B. Windows color (decimal): -10079608 or 8925798. OLE color: 8925798.
HSL color Cylindrical-coordinate representation of color #663288: hue angle of 276.28º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #663288 is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 50 | 136 | - |
| CMYK | 0.25 | 0.63 | 0 | 0.47 |
| HSL | 276.28º | 0.46% | 0.36% | - |
| HSV(B) | 276.28º | 0.63% | 0.53% | - |
| XYZ | 11.06 | 6.88 | 24.04 | - |
| YUV | 75.35 | 162.23 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 50 | 136 | 0.25 | 0.63 | 0 | 0.47 | 276.28 | 0.46 | 0.36 |
| Hex | 66 | 32 | 88 | 19 | 3F | 0 | 2F | 114 | 2E | 24 |
| Octal | 146 | 62 | 210 | 31 | 77 | 0 | 57 | 424 | 56 | 44 |
| Binary | 1100110 | 110010 | 10001000 | 11001 | 111111 | 0 | 101111 | 100010100 | 101110 | 100100 |
Color Harmonies of #663288
Complementary color
Monochromatic Colors of #663288
Black with #663288
Text Example
Text Example
White with #663288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663288; }
p { color: rgb(102,50,136); }
H1.HeaderClassName
{
color: #663288;
}
.AnyTagClassName
{
color: #663288;
}
</style>
background-color css
<style>
a { background-color: #663288; }
a { background-color: rgb(102,50,136); }
div.DivClassName
{
background-color: #663288;
}
.BgClassName
{
background-color: #663288;
}
</style>
border-color css
<style>
span { border-color: #663288; }
span { border-color: rgb(102,50,136); }
td.TdClassName
{
border-color: #663288;
}
.TagClassName
{
border-color: #663288;
}
</style>