Shades of Malibu #6FB9DF
Tints of Malibu #6FB9DF
RGB
CMYK
RGB Variations
Color information
#6FB9DF (or 0x6FB9DF) is known color: Malibu. HEX triplet: 6F, B9 and DF. RGB value is (111,185,223). Sum of RGB (Red+Green+Blue) = 111+185+223=519 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.39% from 519); Green value is 185 (72.66% from 255 or 35.65% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #6FB9DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FB9DF is #904620. Grayscale: #A6A6A6. Windows color (decimal): -9455137 or 14661999. OLE color: 14661999.
HSL color Cylindrical-coordinate representation of color #6FB9DF: hue angle of 200.36º degrees, saturation: 0.64, 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 #6FB9DF is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 185 | 223 | - |
| CMYK | 0.50 | 0.17 | 0 | 0.13 |
| HSL | 200.36º | 0.64% | 0.65% | - |
| HSV(B) | 200.36º | 0.5% | 0.87% | - |
| XYZ | 37.22 | 43.41 | 76.23 | - |
| YUV | 167.21 | 159.48 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 185 | 223 | 0.50 | 0.17 | 0 | 0.13 | 200.36 | 0.64 | 0.65 |
| Hex | 6F | B9 | DF | 32 | 11 | 0 | D | C8 | 40 | 41 |
| Octal | 157 | 271 | 337 | 62 | 21 | 0 | 15 | 310 | 100 | 101 |
| Binary | 1101111 | 10111001 | 11011111 | 110010 | 10001 | 0 | 1101 | 11001000 | 1000000 | 1000001 |
Color Harmonies of #6FB9DF
Complementary color
Monochromatic Colors of #6FB9DF
Black with #6FB9DF
Text Example
Text Example
White with #6FB9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB9DF; }
p { color: rgb(111,185,223); }
H1.HeaderClassName
{
color: #6FB9DF;
}
.AnyTagClassName
{
color: #6FB9DF;
}
</style>
background-color css
<style>
a { background-color: #6FB9DF; }
a { background-color: rgb(111,185,223); }
div.DivClassName
{
background-color: #6FB9DF;
}
.BgClassName
{
background-color: #6FB9DF;
}
</style>
border-color css
<style>
span { border-color: #6FB9DF; }
span { border-color: rgb(111,185,223); }
td.TdClassName
{
border-color: #6FB9DF;
}
.TagClassName
{
border-color: #6FB9DF;
}
</style>