Shades of Malibu #6FB7DA
Tints of Malibu #6FB7DA
RGB
CMYK
RGB Variations
Color information
#6FB7DA (or 0x6FB7DA) is known color: Malibu. HEX triplet: 6F, B7 and DA. RGB value is (111,183,218). Sum of RGB (Red+Green+Blue) = 111+183+218=512 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.68% from 512); Green value is 183 (71.88% from 255 or 35.74% 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 #6FB7DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FB7DA is #904825. Grayscale: #A5A5A5. Windows color (decimal): -9455654 or 14333807. OLE color: 14333807.
HSL color Cylindrical-coordinate representation of color #6FB7DA: hue angle of 199.63º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FB7DA is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 111 | 183 | 218 | - |
| CMYK | 0.49 | 0.16 | 0 | 0.15 |
| HSL | 199.63º | 0.59% | 0.65% | - |
| HSV(B) | 199.63º | 0.49% | 0.85% | - |
| XYZ | 36.14 | 42.31 | 72.59 | - |
| YUV | 165.46 | 157.65 | 89.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 183 | 218 | 0.49 | 0.16 | 0 | 0.15 | 199.63 | 0.59 | 0.65 |
| Hex | 6F | B7 | DA | 31 | 10 | 0 | F | C8 | 3B | 41 |
| Octal | 157 | 267 | 332 | 61 | 20 | 0 | 17 | 310 | 73 | 101 |
| Binary | 1101111 | 10110111 | 11011010 | 110001 | 10000 | 0 | 1111 | 11001000 | 111011 | 1000001 |
Color Harmonies of #6FB7DA
Complementary color
Monochromatic Colors of #6FB7DA
Black with #6FB7DA
Text Example
Text Example
White with #6FB7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB7DA; }
p { color: rgb(111,183,218); }
H1.HeaderClassName
{
color: #6FB7DA;
}
.AnyTagClassName
{
color: #6FB7DA;
}
</style>
background-color css
<style>
a { background-color: #6FB7DA; }
a { background-color: rgb(111,183,218); }
div.DivClassName
{
background-color: #6FB7DA;
}
.BgClassName
{
background-color: #6FB7DA;
}
</style>
border-color css
<style>
span { border-color: #6FB7DA; }
span { border-color: rgb(111,183,218); }
td.TdClassName
{
border-color: #6FB7DA;
}
.TagClassName
{
border-color: #6FB7DA;
}
</style>