Shades of Malibu #6BBBDA
Tints of Malibu #6BBBDA
RGB
CMYK
RGB Variations
Color information
#6BBBDA (or 0x6BBBDA) is known color: Malibu. HEX triplet: 6B, BB and DA. RGB value is (107,187,218). Sum of RGB (Red+Green+Blue) = 107+187+218=512 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.90% from 512); Green value is 187 (73.44% from 255 or 36.52% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #6BBBDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBBDA is #944425. Grayscale: #A6A6A6. Windows color (decimal): -9716774 or 14334827. OLE color: 14334827.
HSL color Cylindrical-coordinate representation of color #6BBBDA: hue angle of 196.76º degrees, saturation: 0.6, 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 #6BBBDA is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 107 | 187 | 218 | - |
| CMYK | 0.51 | 0.14 | 0 | 0.15 |
| HSL | 196.76º | 0.6% | 0.64% | - |
| HSV(B) | 196.76º | 0.51% | 0.85% | - |
| XYZ | 36.49 | 43.73 | 72.85 | - |
| YUV | 166.61 | 157 | 85.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 187 | 218 | 0.51 | 0.14 | 0 | 0.15 | 196.76 | 0.6 | 0.64 |
| Hex | 6B | BB | DA | 33 | E | 0 | F | C5 | 3C | 40 |
| Octal | 153 | 273 | 332 | 63 | 16 | 0 | 17 | 305 | 74 | 100 |
| Binary | 1101011 | 10111011 | 11011010 | 110011 | 1110 | 0 | 1111 | 11000101 | 111100 | 1000000 |
Color Harmonies of #6BBBDA
Complementary color
Monochromatic Colors of #6BBBDA
Black with #6BBBDA
Text Example
Text Example
White with #6BBBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBBDA; }
p { color: rgb(107,187,218); }
H1.HeaderClassName
{
color: #6BBBDA;
}
.AnyTagClassName
{
color: #6BBBDA;
}
</style>
background-color css
<style>
a { background-color: #6BBBDA; }
a { background-color: rgb(107,187,218); }
div.DivClassName
{
background-color: #6BBBDA;
}
.BgClassName
{
background-color: #6BBBDA;
}
</style>
border-color css
<style>
span { border-color: #6BBBDA; }
span { border-color: rgb(107,187,218); }
td.TdClassName
{
border-color: #6BBBDA;
}
.TagClassName
{
border-color: #6BBBDA;
}
</style>