Shades of Malibu #6DBCEB
Tints of Malibu #6DBCEB
RGB
CMYK
RGB Variations
Color information
#6DBCEB (or 0x6DBCEB) is known color: Malibu. HEX triplet: 6D, BC and EB. RGB value is (109,188,235). Sum of RGB (Red+Green+Blue) = 109+188+235=532 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.49% from 532); Green value is 188 (73.83% from 255 or 35.34% from 532); Blue value is 235 (92.19% from 255 or 44.17% from 532); Max value from RGB is 235 - color contains mainly: blue. Hex color #6DBCEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DBCEB is #924314. Grayscale: #A9A9A9. Windows color (decimal): -9585429 or 15449197. OLE color: 15449197.
HSL color Cylindrical-coordinate representation of color #6DBCEB: hue angle of 202.38º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DBCEB is Cyan = 0.54, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 109 | 188 | 235 | - |
| CMYK | 0.54 | 0.2 | 0 | 0.08 |
| HSL | 202.38º | 0.76% | 0.67% | - |
| HSV(B) | 202.38º | 0.54% | 0.92% | - |
| XYZ | 39.29 | 45.22 | 85.25 | - |
| YUV | 169.74 | 164.83 | 84.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 188 | 235 | 0.54 | 0.2 | 0 | 0.08 | 202.38 | 0.76 | 0.67 |
| Hex | 6D | BC | EB | 36 | 14 | 0 | 8 | CA | 4C | 43 |
| Octal | 155 | 274 | 353 | 66 | 24 | 0 | 10 | 312 | 114 | 103 |
| Binary | 1101101 | 10111100 | 11101011 | 110110 | 10100 | 0 | 1000 | 11001010 | 1001100 | 1000011 |
Color Harmonies of #6DBCEB
Complementary color
Monochromatic Colors of #6DBCEB
Black with #6DBCEB
Text Example
Text Example
White with #6DBCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBCEB; }
p { color: rgb(109,188,235); }
H1.HeaderClassName
{
color: #6DBCEB;
}
.AnyTagClassName
{
color: #6DBCEB;
}
</style>
background-color css
<style>
a { background-color: #6DBCEB; }
a { background-color: rgb(109,188,235); }
div.DivClassName
{
background-color: #6DBCEB;
}
.BgClassName
{
background-color: #6DBCEB;
}
</style>
border-color css
<style>
span { border-color: #6DBCEB; }
span { border-color: rgb(109,188,235); }
td.TdClassName
{
border-color: #6DBCEB;
}
.TagClassName
{
border-color: #6DBCEB;
}
</style>