Shades of Malibu #6DBAE2
Tints of Malibu #6DBAE2
RGB
CMYK
RGB Variations
Color information
#6DBAE2 (or 0x6DBAE2) is known color: Malibu. HEX triplet: 6D, BA and E2. RGB value is (109,186,226). Sum of RGB (Red+Green+Blue) = 109+186+226=521 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.92% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 226 (88.67% from 255 or 43.38% from 521); Max value from RGB is 226 - color contains mainly: blue. Hex color #6DBAE2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBAE2 is #92451D. Grayscale: #A7A7A7. Windows color (decimal): -9585950 or 14858861. OLE color: 14858861.
HSL color Cylindrical-coordinate representation of color #6DBAE2: hue angle of 200.51º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6DBAE2 is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 109 | 186 | 226 | - |
| CMYK | 0.52 | 0.18 | 0 | 0.11 |
| HSL | 200.51º | 0.67% | 0.66% | - |
| HSV(B) | 200.51º | 0.52% | 0.89% | - |
| XYZ | 37.59 | 43.86 | 78.44 | - |
| YUV | 167.54 | 160.99 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 186 | 226 | 0.52 | 0.18 | 0 | 0.11 | 200.51 | 0.67 | 0.66 |
| Hex | 6D | BA | E2 | 34 | 12 | 0 | B | C9 | 43 | 42 |
| Octal | 155 | 272 | 342 | 64 | 22 | 0 | 13 | 311 | 103 | 102 |
| Binary | 1101101 | 10111010 | 11100010 | 110100 | 10010 | 0 | 1011 | 11001001 | 1000011 | 1000010 |
Color Harmonies of #6DBAE2
Complementary color
Monochromatic Colors of #6DBAE2
Black with #6DBAE2
Text Example
Text Example
White with #6DBAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBAE2; }
p { color: rgb(109,186,226); }
H1.HeaderClassName
{
color: #6DBAE2;
}
.AnyTagClassName
{
color: #6DBAE2;
}
</style>
background-color css
<style>
a { background-color: #6DBAE2; }
a { background-color: rgb(109,186,226); }
div.DivClassName
{
background-color: #6DBAE2;
}
.BgClassName
{
background-color: #6DBAE2;
}
</style>
border-color css
<style>
span { border-color: #6DBAE2; }
span { border-color: rgb(109,186,226); }
td.TdClassName
{
border-color: #6DBAE2;
}
.TagClassName
{
border-color: #6DBAE2;
}
</style>