Shades of Malibu #6DBFEB
Tints of Malibu #6DBFEB
RGB
CMYK
RGB Variations
Color information
#6DBFEB (or 0x6DBFEB) is known color: Malibu. HEX triplet: 6D, BF and EB. RGB value is (109,191,235). Sum of RGB (Red+Green+Blue) = 109+191+235=535 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.37% from 535); Green value is 191 (75% from 255 or 35.70% from 535); Blue value is 235 (92.19% from 255 or 43.93% from 535); Max value from RGB is 235 - color contains mainly: blue. Hex color #6DBFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DBFEB is #924014. Grayscale: #ABABAB. Windows color (decimal): -9584661 or 15449965. OLE color: 15449965.
HSL color Cylindrical-coordinate representation of color #6DBFEB: hue angle of 200.95º 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 #6DBFEB is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 109 | 191 | 235 | - |
| CMYK | 0.54 | 0.19 | 0 | 0.08 |
| HSL | 200.95º | 0.76% | 0.67% | - |
| HSV(B) | 200.95º | 0.54% | 0.92% | - |
| XYZ | 39.93 | 46.51 | 85.47 | - |
| YUV | 171.5 | 163.83 | 83.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 191 | 235 | 0.54 | 0.19 | 0 | 0.08 | 200.95 | 0.76 | 0.67 |
| Hex | 6D | BF | EB | 36 | 13 | 0 | 8 | C9 | 4C | 43 |
| Octal | 155 | 277 | 353 | 66 | 23 | 0 | 10 | 311 | 114 | 103 |
| Binary | 1101101 | 10111111 | 11101011 | 110110 | 10011 | 0 | 1000 | 11001001 | 1001100 | 1000011 |
Color Harmonies of #6DBFEB
Complementary color
Monochromatic Colors of #6DBFEB
Black with #6DBFEB
Text Example
Text Example
White with #6DBFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBFEB; }
p { color: rgb(109,191,235); }
H1.HeaderClassName
{
color: #6DBFEB;
}
.AnyTagClassName
{
color: #6DBFEB;
}
</style>
background-color css
<style>
a { background-color: #6DBFEB; }
a { background-color: rgb(109,191,235); }
div.DivClassName
{
background-color: #6DBFEB;
}
.BgClassName
{
background-color: #6DBFEB;
}
</style>
border-color css
<style>
span { border-color: #6DBFEB; }
span { border-color: rgb(109,191,235); }
td.TdClassName
{
border-color: #6DBFEB;
}
.TagClassName
{
border-color: #6DBFEB;
}
</style>