Shades of Malibu #6BB9DD
Tints of Malibu #6BB9DD
RGB
CMYK
RGB Variations
Color information
#6BB9DD (or 0x6BB9DD) is known color: Malibu. HEX triplet: 6B, B9 and DD. RGB value is (107,185,221). Sum of RGB (Red+Green+Blue) = 107+185+221=513 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.86% from 513); Green value is 185 (72.66% from 255 or 36.06% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #6BB9DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BB9DD is #944622. Grayscale: #A5A5A5. Windows color (decimal): -9717283 or 14530923. OLE color: 14530923.
HSL color Cylindrical-coordinate representation of color #6BB9DD: hue angle of 198.95º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BB9DD is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 185 | 221 | - |
| CMYK | 0.52 | 0.16 | 0 | 0.13 |
| HSL | 198.95º | 0.63% | 0.64% | - |
| HSV(B) | 198.95º | 0.52% | 0.87% | - |
| XYZ | 36.46 | 43.04 | 74.79 | - |
| YUV | 165.78 | 159.16 | 86.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 185 | 221 | 0.52 | 0.16 | 0 | 0.13 | 198.95 | 0.63 | 0.64 |
| Hex | 6B | B9 | DD | 34 | 10 | 0 | D | C7 | 3F | 40 |
| Octal | 153 | 271 | 335 | 64 | 20 | 0 | 15 | 307 | 77 | 100 |
| Binary | 1101011 | 10111001 | 11011101 | 110100 | 10000 | 0 | 1101 | 11000111 | 111111 | 1000000 |
Color Harmonies of #6BB9DD
Complementary color
Monochromatic Colors of #6BB9DD
Black with #6BB9DD
Text Example
Text Example
White with #6BB9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB9DD; }
p { color: rgb(107,185,221); }
H1.HeaderClassName
{
color: #6BB9DD;
}
.AnyTagClassName
{
color: #6BB9DD;
}
</style>
background-color css
<style>
a { background-color: #6BB9DD; }
a { background-color: rgb(107,185,221); }
div.DivClassName
{
background-color: #6BB9DD;
}
.BgClassName
{
background-color: #6BB9DD;
}
</style>
border-color css
<style>
span { border-color: #6BB9DD; }
span { border-color: rgb(107,185,221); }
td.TdClassName
{
border-color: #6BB9DD;
}
.TagClassName
{
border-color: #6BB9DD;
}
</style>