Shades of Malibu #6BB9D7
Tints of Malibu #6BB9D7
RGB
CMYK
RGB Variations
Color information
#6BB9D7 (or 0x6BB9D7) is known color: Malibu. HEX triplet: 6B, B9 and D7. RGB value is (107,185,215). Sum of RGB (Red+Green+Blue) = 107+185+215=507 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.10% from 507); Green value is 185 (72.66% from 255 or 36.49% from 507); Blue value is 215 (84.38% from 255 or 42.41% from 507); Max value from RGB is 215 - color contains mainly: blue. Hex color #6BB9D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BB9D7 is #944628. Grayscale: #A4A4A4. Windows color (decimal): -9717289 or 14137707. OLE color: 14137707.
HSL color Cylindrical-coordinate representation of color #6BB9D7: hue angle of 196.67º 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 #6BB9D7 is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 107 | 185 | 215 | - |
| CMYK | 0.50 | 0.14 | 0 | 0.16 |
| HSL | 196.67º | 0.57% | 0.63% | - |
| HSV(B) | 196.67º | 0.5% | 0.84% | - |
| XYZ | 35.68 | 42.73 | 70.66 | - |
| YUV | 165.1 | 156.16 | 86.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 185 | 215 | 0.50 | 0.14 | 0 | 0.16 | 196.67 | 0.57 | 0.63 |
| Hex | 6B | B9 | D7 | 32 | E | 0 | 10 | C5 | 39 | 3F |
| Octal | 153 | 271 | 327 | 62 | 16 | 0 | 20 | 305 | 71 | 77 |
| Binary | 1101011 | 10111001 | 11010111 | 110010 | 1110 | 0 | 10000 | 11000101 | 111001 | 111111 |
Color Harmonies of #6BB9D7
Complementary color
Monochromatic Colors of #6BB9D7
Black with #6BB9D7
Text Example
Text Example
White with #6BB9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB9D7; }
p { color: rgb(107,185,215); }
H1.HeaderClassName
{
color: #6BB9D7;
}
.AnyTagClassName
{
color: #6BB9D7;
}
</style>
background-color css
<style>
a { background-color: #6BB9D7; }
a { background-color: rgb(107,185,215); }
div.DivClassName
{
background-color: #6BB9D7;
}
.BgClassName
{
background-color: #6BB9D7;
}
</style>
border-color css
<style>
span { border-color: #6BB9D7; }
span { border-color: rgb(107,185,215); }
td.TdClassName
{
border-color: #6BB9D7;
}
.TagClassName
{
border-color: #6BB9D7;
}
</style>