Shades of Malibu #69A8DC
Tints of Malibu #69A8DC
RGB
CMYK
RGB Variations
Color information
#69A8DC (or 0x69A8DC) is known color: Malibu. HEX triplet: 69, A8 and DC. RGB value is (105,168,220). Sum of RGB (Red+Green+Blue) = 105+168+220=493 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.30% from 493); Green value is 168 (66.02% from 255 or 34.08% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #69A8DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69A8DC is #965723. Grayscale: #9A9A9A. Windows color (decimal): -9852708 or 14461033. OLE color: 14461033.
HSL color Cylindrical-coordinate representation of color #69A8DC: hue angle of 207.13º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69A8DC is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 168 | 220 | - |
| CMYK | 0.52 | 0.24 | 0 | 0.14 |
| HSL | 207.13º | 0.62% | 0.64% | - |
| HSV(B) | 207.13º | 0.52% | 0.86% | - |
| XYZ | 32.75 | 36.18 | 72.97 | - |
| YUV | 155.09 | 164.63 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 168 | 220 | 0.52 | 0.24 | 0 | 0.14 | 207.13 | 0.62 | 0.64 |
| Hex | 69 | A8 | DC | 34 | 18 | 0 | E | CF | 3E | 40 |
| Octal | 151 | 250 | 334 | 64 | 30 | 0 | 16 | 317 | 76 | 100 |
| Binary | 1101001 | 10101000 | 11011100 | 110100 | 11000 | 0 | 1110 | 11001111 | 111110 | 1000000 |
Color Harmonies of #69A8DC
Complementary color
Monochromatic Colors of #69A8DC
Black with #69A8DC
Text Example
Text Example
White with #69A8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A8DC; }
p { color: rgb(105,168,220); }
H1.HeaderClassName
{
color: #69A8DC;
}
.AnyTagClassName
{
color: #69A8DC;
}
</style>
background-color css
<style>
a { background-color: #69A8DC; }
a { background-color: rgb(105,168,220); }
div.DivClassName
{
background-color: #69A8DC;
}
.BgClassName
{
background-color: #69A8DC;
}
</style>
border-color css
<style>
span { border-color: #69A8DC; }
span { border-color: rgb(105,168,220); }
td.TdClassName
{
border-color: #69A8DC;
}
.TagClassName
{
border-color: #69A8DC;
}
</style>