Shades of Malibu #6DB6EF
Tints of Malibu #6DB6EF
RGB
CMYK
RGB Variations
Color information
#6DB6EF (or 0x6DB6EF) is known color: Malibu. HEX triplet: 6D, B6 and EF. RGB value is (109,182,239). Sum of RGB (Red+Green+Blue) = 109+182+239=530 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.57% from 530); Green value is 182 (71.48% from 255 or 34.34% from 530); Blue value is 239 (93.75% from 255 or 45.09% from 530); Max value from RGB is 239 - color contains mainly: blue. Hex color #6DB6EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DB6EF is #924910. Grayscale: #A6A6A6. Windows color (decimal): -9586961 or 15709805. OLE color: 15709805.
HSL color Cylindrical-coordinate representation of color #6DB6EF: hue angle of 206.31º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DB6EF is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 109 | 182 | 239 | - |
| CMYK | 0.54 | 0.24 | 0 | 0.06 |
| HSL | 206.31º | 0.8% | 0.68% | - |
| HSV(B) | 206.31º | 0.54% | 0.94% | - |
| XYZ | 38.61 | 42.94 | 87.91 | - |
| YUV | 166.67 | 168.82 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 182 | 239 | 0.54 | 0.24 | 0 | 0.06 | 206.31 | 0.8 | 0.68 |
| Hex | 6D | B6 | EF | 36 | 18 | 0 | 6 | CE | 50 | 44 |
| Octal | 155 | 266 | 357 | 66 | 30 | 0 | 6 | 316 | 120 | 104 |
| Binary | 1101101 | 10110110 | 11101111 | 110110 | 11000 | 0 | 110 | 11001110 | 1010000 | 1000100 |
Color Harmonies of #6DB6EF
Complementary color
Monochromatic Colors of #6DB6EF
Black with #6DB6EF
Text Example
Text Example
White with #6DB6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB6EF; }
p { color: rgb(109,182,239); }
H1.HeaderClassName
{
color: #6DB6EF;
}
.AnyTagClassName
{
color: #6DB6EF;
}
</style>
background-color css
<style>
a { background-color: #6DB6EF; }
a { background-color: rgb(109,182,239); }
div.DivClassName
{
background-color: #6DB6EF;
}
.BgClassName
{
background-color: #6DB6EF;
}
</style>
border-color css
<style>
span { border-color: #6DB6EF; }
span { border-color: rgb(109,182,239); }
td.TdClassName
{
border-color: #6DB6EF;
}
.TagClassName
{
border-color: #6DB6EF;
}
</style>