Shades of Malibu #6FB6DB
Tints of Malibu #6FB6DB
RGB
CMYK
RGB Variations
Color information
#6FB6DB (or 0x6FB6DB) is known color: Malibu. HEX triplet: 6F, B6 and DB. RGB value is (111,182,219). Sum of RGB (Red+Green+Blue) = 111+182+219=512 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.68% from 512); Green value is 182 (71.48% from 255 or 35.55% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #6FB6DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FB6DB is #904924. Grayscale: #A4A4A4. Windows color (decimal): -9455909 or 14399087. OLE color: 14399087.
HSL color Cylindrical-coordinate representation of color #6FB6DB: hue angle of 200.56º 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 #6FB6DB is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 182 | 219 | - |
| CMYK | 0.49 | 0.17 | 0 | 0.14 |
| HSL | 200.56º | 0.6% | 0.65% | - |
| HSV(B) | 200.56º | 0.49% | 0.86% | - |
| XYZ | 36.07 | 41.95 | 73.21 | - |
| YUV | 164.99 | 158.48 | 89.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 182 | 219 | 0.49 | 0.17 | 0 | 0.14 | 200.56 | 0.6 | 0.65 |
| Hex | 6F | B6 | DB | 31 | 11 | 0 | E | C9 | 3C | 41 |
| Octal | 157 | 266 | 333 | 61 | 21 | 0 | 16 | 311 | 74 | 101 |
| Binary | 1101111 | 10110110 | 11011011 | 110001 | 10001 | 0 | 1110 | 11001001 | 111100 | 1000001 |
Color Harmonies of #6FB6DB
Complementary color
Monochromatic Colors of #6FB6DB
Black with #6FB6DB
Text Example
Text Example
White with #6FB6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB6DB; }
p { color: rgb(111,182,219); }
H1.HeaderClassName
{
color: #6FB6DB;
}
.AnyTagClassName
{
color: #6FB6DB;
}
</style>
background-color css
<style>
a { background-color: #6FB6DB; }
a { background-color: rgb(111,182,219); }
div.DivClassName
{
background-color: #6FB6DB;
}
.BgClassName
{
background-color: #6FB6DB;
}
</style>
border-color css
<style>
span { border-color: #6FB6DB; }
span { border-color: rgb(111,182,219); }
td.TdClassName
{
border-color: #6FB6DB;
}
.TagClassName
{
border-color: #6FB6DB;
}
</style>