Shades of Kingfisher Daisy #66368C
Tints of Kingfisher Daisy #66368C
RGB
CMYK
RGB Variations
Color information
#66368C (or 0x66368C) is known color: Kingfisher Daisy. HEX triplet: 66, 36 and 8C. RGB value is (102,54,140). Sum of RGB (Red+Green+Blue) = 102+54+140=296 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.46% from 296); Green value is 54 (21.48% from 255 or 18.24% from 296); Blue value is 140 (55.08% from 255 or 47.30% from 296); Max value from RGB is 140 - color contains mainly: blue. Hex color #66368C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66368C is #99C973. Grayscale: #4D4D4D. Windows color (decimal): -10078580 or 9188966. OLE color: 9188966.
HSL color Cylindrical-coordinate representation of color #66368C: hue angle of 273.49º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #66368C is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 54 | 140 | - |
| CMYK | 0.27 | 0.61 | 0 | 0.45 |
| HSL | 273.49º | 0.44% | 0.38% | - |
| HSV(B) | 273.49º | 0.61% | 0.55% | - |
| XYZ | 11.53 | 7.36 | 25.62 | - |
| YUV | 78.16 | 162.9 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 54 | 140 | 0.27 | 0.61 | 0 | 0.45 | 273.49 | 0.44 | 0.38 |
| Hex | 66 | 36 | 8C | 1B | 3D | 0 | 2D | 111 | 2C | 26 |
| Octal | 146 | 66 | 214 | 33 | 75 | 0 | 55 | 421 | 54 | 46 |
| Binary | 1100110 | 110110 | 10001100 | 11011 | 111101 | 0 | 101101 | 100010001 | 101100 | 100110 |
Color Harmonies of #66368C
Complementary color
Monochromatic Colors of #66368C
Black with #66368C
Text Example
Text Example
White with #66368C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66368C; }
p { color: rgb(102,54,140); }
H1.HeaderClassName
{
color: #66368C;
}
.AnyTagClassName
{
color: #66368C;
}
</style>
background-color css
<style>
a { background-color: #66368C; }
a { background-color: rgb(102,54,140); }
div.DivClassName
{
background-color: #66368C;
}
.BgClassName
{
background-color: #66368C;
}
</style>
border-color css
<style>
span { border-color: #66368C; }
span { border-color: rgb(102,54,140); }
td.TdClassName
{
border-color: #66368C;
}
.TagClassName
{
border-color: #66368C;
}
</style>