Shades of Malibu #6DBBE2
Tints of Malibu #6DBBE2
RGB
CMYK
RGB Variations
Color information
#6DBBE2 (or 0x6DBBE2) is known color: Malibu. HEX triplet: 6D, BB and E2. RGB value is (109,187,226). Sum of RGB (Red+Green+Blue) = 109+187+226=522 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.88% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 226 (88.67% from 255 or 43.30% from 522); Max value from RGB is 226 - color contains mainly: blue. Hex color #6DBBE2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBBE2 is #92441D. Grayscale: #A7A7A7. Windows color (decimal): -9585694 or 14859117. OLE color: 14859117.
HSL color Cylindrical-coordinate representation of color #6DBBE2: hue angle of 200º 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 #6DBBE2 is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 109 | 187 | 226 | - |
| CMYK | 0.52 | 0.17 | 0 | 0.11 |
| HSL | 200º | 0.67% | 0.66% | - |
| HSV(B) | 200º | 0.52% | 0.89% | - |
| XYZ | 37.8 | 44.28 | 78.51 | - |
| YUV | 168.12 | 160.66 | 85.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 187 | 226 | 0.52 | 0.17 | 0 | 0.11 | 200 | 0.67 | 0.66 |
| Hex | 6D | BB | E2 | 34 | 11 | 0 | B | C8 | 43 | 42 |
| Octal | 155 | 273 | 342 | 64 | 21 | 0 | 13 | 310 | 103 | 102 |
| Binary | 1101101 | 10111011 | 11100010 | 110100 | 10001 | 0 | 1011 | 11001000 | 1000011 | 1000010 |
Color Harmonies of #6DBBE2
Complementary color
Monochromatic Colors of #6DBBE2
Black with #6DBBE2
Text Example
Text Example
White with #6DBBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBBE2; }
p { color: rgb(109,187,226); }
H1.HeaderClassName
{
color: #6DBBE2;
}
.AnyTagClassName
{
color: #6DBBE2;
}
</style>
background-color css
<style>
a { background-color: #6DBBE2; }
a { background-color: rgb(109,187,226); }
div.DivClassName
{
background-color: #6DBBE2;
}
.BgClassName
{
background-color: #6DBBE2;
}
</style>
border-color css
<style>
span { border-color: #6DBBE2; }
span { border-color: rgb(109,187,226); }
td.TdClassName
{
border-color: #6DBBE2;
}
.TagClassName
{
border-color: #6DBBE2;
}
</style>