Shades of Malibu #6DBFEC
Tints of Malibu #6DBFEC
RGB
CMYK
RGB Variations
Color information
#6DBFEC (or 0x6DBFEC) is known color: Malibu. HEX triplet: 6D, BF and EC. RGB value is (109,191,236). Sum of RGB (Red+Green+Blue) = 109+191+236=536 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.34% from 536); Green value is 191 (75% from 255 or 35.63% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 236 - color contains mainly: blue. Hex color #6DBFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DBFEC is #924013. Grayscale: #ABABAB. Windows color (decimal): -9584660 or 15515501. OLE color: 15515501.
HSL color Cylindrical-coordinate representation of color #6DBFEC: hue angle of 201.26º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DBFEC is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 191 | 236 | - |
| CMYK | 0.54 | 0.19 | 0 | 0.07 |
| HSL | 201.26º | 0.77% | 0.68% | - |
| HSV(B) | 201.26º | 0.54% | 0.93% | - |
| XYZ | 40.08 | 46.57 | 86.23 | - |
| YUV | 171.61 | 164.33 | 83.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 191 | 236 | 0.54 | 0.19 | 0 | 0.07 | 201.26 | 0.77 | 0.68 |
| Hex | 6D | BF | EC | 36 | 13 | 0 | 7 | C9 | 4D | 44 |
| Octal | 155 | 277 | 354 | 66 | 23 | 0 | 7 | 311 | 115 | 104 |
| Binary | 1101101 | 10111111 | 11101100 | 110110 | 10011 | 0 | 111 | 11001001 | 1001101 | 1000100 |
Color Harmonies of #6DBFEC
Complementary color
Monochromatic Colors of #6DBFEC
Black with #6DBFEC
Text Example
Text Example
White with #6DBFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBFEC; }
p { color: rgb(109,191,236); }
H1.HeaderClassName
{
color: #6DBFEC;
}
.AnyTagClassName
{
color: #6DBFEC;
}
</style>
background-color css
<style>
a { background-color: #6DBFEC; }
a { background-color: rgb(109,191,236); }
div.DivClassName
{
background-color: #6DBFEC;
}
.BgClassName
{
background-color: #6DBFEC;
}
</style>
border-color css
<style>
span { border-color: #6DBFEC; }
span { border-color: rgb(109,191,236); }
td.TdClassName
{
border-color: #6DBFEC;
}
.TagClassName
{
border-color: #6DBFEC;
}
</style>