Shades of Malibu #6FB7DD
Tints of Malibu #6FB7DD
RGB
CMYK
RGB Variations
Color information
#6FB7DD (or 0x6FB7DD) is known color: Malibu. HEX triplet: 6F, B7 and DD. RGB value is (111,183,221). Sum of RGB (Red+Green+Blue) = 111+183+221=515 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.55% from 515); Green value is 183 (71.88% from 255 or 35.53% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #6FB7DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FB7DD is #904822. Grayscale: #A5A5A5. Windows color (decimal): -9455651 or 14530415. OLE color: 14530415.
HSL color Cylindrical-coordinate representation of color #6FB7DD: hue angle of 200.73º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FB7DD is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 183 | 221 | - |
| CMYK | 0.50 | 0.17 | 0 | 0.13 |
| HSL | 200.73º | 0.62% | 0.65% | - |
| HSV(B) | 200.73º | 0.5% | 0.87% | - |
| XYZ | 36.54 | 42.47 | 74.68 | - |
| YUV | 165.8 | 159.15 | 88.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 183 | 221 | 0.50 | 0.17 | 0 | 0.13 | 200.73 | 0.62 | 0.65 |
| Hex | 6F | B7 | DD | 32 | 11 | 0 | D | C9 | 3E | 41 |
| Octal | 157 | 267 | 335 | 62 | 21 | 0 | 15 | 311 | 76 | 101 |
| Binary | 1101111 | 10110111 | 11011101 | 110010 | 10001 | 0 | 1101 | 11001001 | 111110 | 1000001 |
Color Harmonies of #6FB7DD
Complementary color
Monochromatic Colors of #6FB7DD
Black with #6FB7DD
Text Example
Text Example
White with #6FB7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB7DD; }
p { color: rgb(111,183,221); }
H1.HeaderClassName
{
color: #6FB7DD;
}
.AnyTagClassName
{
color: #6FB7DD;
}
</style>
background-color css
<style>
a { background-color: #6FB7DD; }
a { background-color: rgb(111,183,221); }
div.DivClassName
{
background-color: #6FB7DD;
}
.BgClassName
{
background-color: #6FB7DD;
}
</style>
border-color css
<style>
span { border-color: #6FB7DD; }
span { border-color: rgb(111,183,221); }
td.TdClassName
{
border-color: #6FB7DD;
}
.TagClassName
{
border-color: #6FB7DD;
}
</style>