Shades of Malibu #6FBDDB
Tints of Malibu #6FBDDB
RGB
CMYK
RGB Variations
Color information
#6FBDDB (or 0x6FBDDB) is known color: Malibu. HEX triplet: 6F, BD and DB. RGB value is (111,189,219). Sum of RGB (Red+Green+Blue) = 111+189+219=519 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.39% from 519); Green value is 189 (74.22% from 255 or 36.42% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #6FBDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBDDB is #904224. Grayscale: #A8A8A8. Windows color (decimal): -9454117 or 14400879. OLE color: 14400879.
HSL color Cylindrical-coordinate representation of color #6FBDDB: hue angle of 196.67º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FBDDB is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 189 | 219 | - |
| CMYK | 0.49 | 0.14 | 0 | 0.14 |
| HSL | 196.67º | 0.6% | 0.65% | - |
| HSV(B) | 196.67º | 0.49% | 0.86% | - |
| XYZ | 37.54 | 44.89 | 73.7 | - |
| YUV | 169.1 | 156.16 | 86.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 189 | 219 | 0.49 | 0.14 | 0 | 0.14 | 196.67 | 0.6 | 0.65 |
| Hex | 6F | BD | DB | 31 | E | 0 | E | C5 | 3C | 41 |
| Octal | 157 | 275 | 333 | 61 | 16 | 0 | 16 | 305 | 74 | 101 |
| Binary | 1101111 | 10111101 | 11011011 | 110001 | 1110 | 0 | 1110 | 11000101 | 111100 | 1000001 |
Color Harmonies of #6FBDDB
Complementary color
Monochromatic Colors of #6FBDDB
Black with #6FBDDB
Text Example
Text Example
White with #6FBDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBDDB; }
p { color: rgb(111,189,219); }
H1.HeaderClassName
{
color: #6FBDDB;
}
.AnyTagClassName
{
color: #6FBDDB;
}
</style>
background-color css
<style>
a { background-color: #6FBDDB; }
a { background-color: rgb(111,189,219); }
div.DivClassName
{
background-color: #6FBDDB;
}
.BgClassName
{
background-color: #6FBDDB;
}
</style>
border-color css
<style>
span { border-color: #6FBDDB; }
span { border-color: rgb(111,189,219); }
td.TdClassName
{
border-color: #6FBDDB;
}
.TagClassName
{
border-color: #6FBDDB;
}
</style>