Shades of Kingfisher Daisy #69278B
Tints of Kingfisher Daisy #69278B
RGB
CMYK
RGB Variations
Color information
#69278B (or 0x69278B) is known color: Kingfisher Daisy. HEX triplet: 69, 27 and 8B. RGB value is (105,39,139). Sum of RGB (Red+Green+Blue) = 105+39+139=283 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.10% from 283); Green value is 39 (15.62% from 255 or 13.78% from 283); Blue value is 139 (54.69% from 255 or 49.12% from 283); Max value from RGB is 139 - color contains mainly: blue. Hex color #69278B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69278B is #96D874. Grayscale: #454545. Windows color (decimal): -9885813 or 9119593. OLE color: 9119593.
HSL color Cylindrical-coordinate representation of color #69278B: hue angle of 279.6º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #69278B is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 39 | 139 | - |
| CMYK | 0.24 | 0.72 | 0 | 0.45 |
| HSL | 279.6º | 0.56% | 0.35% | - |
| HSV(B) | 279.6º | 0.72% | 0.55% | - |
| XYZ | 11.21 | 6.32 | 25.05 | - |
| YUV | 70.13 | 166.87 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 39 | 139 | 0.24 | 0.72 | 0 | 0.45 | 279.6 | 0.56 | 0.35 |
| Hex | 69 | 27 | 8B | 18 | 48 | 0 | 2D | 118 | 38 | 23 |
| Octal | 151 | 47 | 213 | 30 | 110 | 0 | 55 | 430 | 70 | 43 |
| Binary | 1101001 | 100111 | 10001011 | 11000 | 1001000 | 0 | 101101 | 100011000 | 111000 | 100011 |
Color Harmonies of #69278B
Complementary color
Monochromatic Colors of #69278B
Black with #69278B
Text Example
Text Example
White with #69278B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69278B; }
p { color: rgb(105,39,139); }
H1.HeaderClassName
{
color: #69278B;
}
.AnyTagClassName
{
color: #69278B;
}
</style>
background-color css
<style>
a { background-color: #69278B; }
a { background-color: rgb(105,39,139); }
div.DivClassName
{
background-color: #69278B;
}
.BgClassName
{
background-color: #69278B;
}
</style>
border-color css
<style>
span { border-color: #69278B; }
span { border-color: rgb(105,39,139); }
td.TdClassName
{
border-color: #69278B;
}
.TagClassName
{
border-color: #69278B;
}
</style>