Shades of Malibu #6BBCDD
Tints of Malibu #6BBCDD
RGB
CMYK
RGB Variations
Color information
#6BBCDD (or 0x6BBCDD) is known color: Malibu. HEX triplet: 6B, BC and DD. RGB value is (107,188,221). Sum of RGB (Red+Green+Blue) = 107+188+221=516 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.74% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #6BBCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBCDD is #944322. Grayscale: #A7A7A7. Windows color (decimal): -9716515 or 14531691. OLE color: 14531691.
HSL color Cylindrical-coordinate representation of color #6BBCDD: hue angle of 197.37º 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 #6BBCDD is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 188 | 221 | - |
| CMYK | 0.52 | 0.15 | 0 | 0.13 |
| HSL | 197.37º | 0.63% | 0.64% | - |
| HSV(B) | 197.37º | 0.52% | 0.87% | - |
| XYZ | 37.1 | 44.31 | 75 | - |
| YUV | 167.54 | 158.16 | 84.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 188 | 221 | 0.52 | 0.15 | 0 | 0.13 | 197.37 | 0.63 | 0.64 |
| Hex | 6B | BC | DD | 34 | F | 0 | D | C5 | 3F | 40 |
| Octal | 153 | 274 | 335 | 64 | 17 | 0 | 15 | 305 | 77 | 100 |
| Binary | 1101011 | 10111100 | 11011101 | 110100 | 1111 | 0 | 1101 | 11000101 | 111111 | 1000000 |
Color Harmonies of #6BBCDD
Complementary color
Monochromatic Colors of #6BBCDD
Black with #6BBCDD
Text Example
Text Example
White with #6BBCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBCDD; }
p { color: rgb(107,188,221); }
H1.HeaderClassName
{
color: #6BBCDD;
}
.AnyTagClassName
{
color: #6BBCDD;
}
</style>
background-color css
<style>
a { background-color: #6BBCDD; }
a { background-color: rgb(107,188,221); }
div.DivClassName
{
background-color: #6BBCDD;
}
.BgClassName
{
background-color: #6BBCDD;
}
</style>
border-color css
<style>
span { border-color: #6BBCDD; }
span { border-color: rgb(107,188,221); }
td.TdClassName
{
border-color: #6BBCDD;
}
.TagClassName
{
border-color: #6BBCDD;
}
</style>