Shades of Malibu #6BBCD7
Tints of Malibu #6BBCD7
RGB
CMYK
RGB Variations
Color information
#6BBCD7 (or 0x6BBCD7) is known color: Malibu. HEX triplet: 6B, BC and D7. RGB value is (107,188,215). Sum of RGB (Red+Green+Blue) = 107+188+215=510 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.98% from 510); Green value is 188 (73.83% from 255 or 36.86% from 510); Blue value is 215 (84.38% from 255 or 42.16% from 510); Max value from RGB is 215 - color contains mainly: blue. Hex color #6BBCD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBCD7 is #944328. Grayscale: #A6A6A6. Windows color (decimal): -9716521 or 14138475. OLE color: 14138475.
HSL color Cylindrical-coordinate representation of color #6BBCD7: hue angle of 195º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6BBCD7 is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 107 | 188 | 215 | - |
| CMYK | 0.50 | 0.13 | 0 | 0.16 |
| HSL | 195º | 0.57% | 0.63% | - |
| HSV(B) | 195º | 0.5% | 0.84% | - |
| XYZ | 36.31 | 44 | 70.87 | - |
| YUV | 166.86 | 155.16 | 85.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 188 | 215 | 0.50 | 0.13 | 0 | 0.16 | 195 | 0.57 | 0.63 |
| Hex | 6B | BC | D7 | 32 | D | 0 | 10 | C3 | 39 | 3F |
| Octal | 153 | 274 | 327 | 62 | 15 | 0 | 20 | 303 | 71 | 77 |
| Binary | 1101011 | 10111100 | 11010111 | 110010 | 1101 | 0 | 10000 | 11000011 | 111001 | 111111 |
Color Harmonies of #6BBCD7
Complementary color
Monochromatic Colors of #6BBCD7
Black with #6BBCD7
Text Example
Text Example
White with #6BBCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBCD7; }
p { color: rgb(107,188,215); }
H1.HeaderClassName
{
color: #6BBCD7;
}
.AnyTagClassName
{
color: #6BBCD7;
}
</style>
background-color css
<style>
a { background-color: #6BBCD7; }
a { background-color: rgb(107,188,215); }
div.DivClassName
{
background-color: #6BBCD7;
}
.BgClassName
{
background-color: #6BBCD7;
}
</style>
border-color css
<style>
span { border-color: #6BBCD7; }
span { border-color: rgb(107,188,215); }
td.TdClassName
{
border-color: #6BBCD7;
}
.TagClassName
{
border-color: #6BBCD7;
}
</style>