Shades of Malibu #6DBCEC
Tints of Malibu #6DBCEC
RGB
CMYK
RGB Variations
Color information
#6DBCEC (or 0x6DBCEC) is known color: Malibu. HEX triplet: 6D, BC and EC. RGB value is (109,188,236). Sum of RGB (Red+Green+Blue) = 109+188+236=533 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.45% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 236 (92.58% from 255 or 44.28% from 533); Max value from RGB is 236 - color contains mainly: blue. Hex color #6DBCEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DBCEC is #924313. Grayscale: #A9A9A9. Windows color (decimal): -9585428 or 15514733. OLE color: 15514733.
HSL color Cylindrical-coordinate representation of color #6DBCEC: hue angle of 202.68º 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 #6DBCEC is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 188 | 236 | - |
| CMYK | 0.54 | 0.20 | 0 | 0.07 |
| HSL | 202.68º | 0.77% | 0.68% | - |
| HSV(B) | 202.68º | 0.54% | 0.93% | - |
| XYZ | 39.43 | 45.27 | 86.02 | - |
| YUV | 169.85 | 165.33 | 84.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 188 | 236 | 0.54 | 0.20 | 0 | 0.07 | 202.68 | 0.77 | 0.68 |
| Hex | 6D | BC | EC | 36 | 14 | 0 | 7 | CB | 4D | 44 |
| Octal | 155 | 274 | 354 | 66 | 24 | 0 | 7 | 313 | 115 | 104 |
| Binary | 1101101 | 10111100 | 11101100 | 110110 | 10100 | 0 | 111 | 11001011 | 1001101 | 1000100 |
Color Harmonies of #6DBCEC
Complementary color
Monochromatic Colors of #6DBCEC
Black with #6DBCEC
Text Example
Text Example
White with #6DBCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBCEC; }
p { color: rgb(109,188,236); }
H1.HeaderClassName
{
color: #6DBCEC;
}
.AnyTagClassName
{
color: #6DBCEC;
}
</style>
background-color css
<style>
a { background-color: #6DBCEC; }
a { background-color: rgb(109,188,236); }
div.DivClassName
{
background-color: #6DBCEC;
}
.BgClassName
{
background-color: #6DBCEC;
}
</style>
border-color css
<style>
span { border-color: #6DBCEC; }
span { border-color: rgb(109,188,236); }
td.TdClassName
{
border-color: #6DBCEC;
}
.TagClassName
{
border-color: #6DBCEC;
}
</style>