Shades of Malibu #6BB9D9
Tints of Malibu #6BB9D9
RGB
CMYK
RGB Variations
Color information
#6BB9D9 (or 0x6BB9D9) is known color: Malibu. HEX triplet: 6B, B9 and D9. RGB value is (107,185,217). Sum of RGB (Red+Green+Blue) = 107+185+217=509 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.02% from 509); Green value is 185 (72.66% from 255 or 36.35% from 509); Blue value is 217 (85.16% from 255 or 42.63% from 509); Max value from RGB is 217 - color contains mainly: blue. Hex color #6BB9D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BB9D9 is #944626. Grayscale: #A5A5A5. Windows color (decimal): -9717287 or 14268779. OLE color: 14268779.
HSL color Cylindrical-coordinate representation of color #6BB9D9: hue angle of 197.45º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BB9D9 is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 107 | 185 | 217 | - |
| CMYK | 0.51 | 0.15 | 0 | 0.15 |
| HSL | 197.45º | 0.59% | 0.64% | - |
| HSV(B) | 197.45º | 0.51% | 0.85% | - |
| XYZ | 35.94 | 42.83 | 72.02 | - |
| YUV | 165.33 | 157.16 | 86.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 185 | 217 | 0.51 | 0.15 | 0 | 0.15 | 197.45 | 0.59 | 0.64 |
| Hex | 6B | B9 | D9 | 33 | F | 0 | F | C5 | 3B | 40 |
| Octal | 153 | 271 | 331 | 63 | 17 | 0 | 17 | 305 | 73 | 100 |
| Binary | 1101011 | 10111001 | 11011001 | 110011 | 1111 | 0 | 1111 | 11000101 | 111011 | 1000000 |
Color Harmonies of #6BB9D9
Complementary color
Monochromatic Colors of #6BB9D9
Black with #6BB9D9
Text Example
Text Example
White with #6BB9D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB9D9; }
p { color: rgb(107,185,217); }
H1.HeaderClassName
{
color: #6BB9D9;
}
.AnyTagClassName
{
color: #6BB9D9;
}
</style>
background-color css
<style>
a { background-color: #6BB9D9; }
a { background-color: rgb(107,185,217); }
div.DivClassName
{
background-color: #6BB9D9;
}
.BgClassName
{
background-color: #6BB9D9;
}
</style>
border-color css
<style>
span { border-color: #6BB9D9; }
span { border-color: rgb(107,185,217); }
td.TdClassName
{
border-color: #6BB9D9;
}
.TagClassName
{
border-color: #6BB9D9;
}
</style>