Shades of Malibu #6FB4D9
Tints of Malibu #6FB4D9
RGB
CMYK
RGB Variations
Color information
#6FB4D9 (or 0x6FB4D9) is known color: Malibu. HEX triplet: 6F, B4 and D9. RGB value is (111,180,217). Sum of RGB (Red+Green+Blue) = 111+180+217=508 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.85% from 508); Green value is 180 (70.70% from 255 or 35.43% from 508); Blue value is 217 (85.16% from 255 or 42.72% from 508); Max value from RGB is 217 - color contains mainly: blue. Hex color #6FB4D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FB4D9 is #904B26. Grayscale: #A3A3A3. Windows color (decimal): -9456423 or 14267503. OLE color: 14267503.
HSL color Cylindrical-coordinate representation of color #6FB4D9: hue angle of 200.94º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FB4D9 is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 111 | 180 | 217 | - |
| CMYK | 0.49 | 0.17 | 0 | 0.15 |
| HSL | 200.94º | 0.58% | 0.64% | - |
| HSV(B) | 200.94º | 0.49% | 0.85% | - |
| XYZ | 35.4 | 41.03 | 71.7 | - |
| YUV | 163.59 | 158.14 | 90.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 180 | 217 | 0.49 | 0.17 | 0 | 0.15 | 200.94 | 0.58 | 0.64 |
| Hex | 6F | B4 | D9 | 31 | 11 | 0 | F | C9 | 3A | 40 |
| Octal | 157 | 264 | 331 | 61 | 21 | 0 | 17 | 311 | 72 | 100 |
| Binary | 1101111 | 10110100 | 11011001 | 110001 | 10001 | 0 | 1111 | 11001001 | 111010 | 1000000 |
Color Harmonies of #6FB4D9
Complementary color
Monochromatic Colors of #6FB4D9
Black with #6FB4D9
Text Example
Text Example
White with #6FB4D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB4D9; }
p { color: rgb(111,180,217); }
H1.HeaderClassName
{
color: #6FB4D9;
}
.AnyTagClassName
{
color: #6FB4D9;
}
</style>
background-color css
<style>
a { background-color: #6FB4D9; }
a { background-color: rgb(111,180,217); }
div.DivClassName
{
background-color: #6FB4D9;
}
.BgClassName
{
background-color: #6FB4D9;
}
</style>
border-color css
<style>
span { border-color: #6FB4D9; }
span { border-color: rgb(111,180,217); }
td.TdClassName
{
border-color: #6FB4D9;
}
.TagClassName
{
border-color: #6FB4D9;
}
</style>