Shades of Malibu #6DBDDE
Tints of Malibu #6DBDDE
RGB
CMYK
RGB Variations
Color information
#6DBDDE (or 0x6DBDDE) is known color: Malibu. HEX triplet: 6D, BD and DE. RGB value is (109,189,222). Sum of RGB (Red+Green+Blue) = 109+189+222=520 (68% of max value = 765). Red value is 109 (42.97% from 255 or 20.96% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 222 (87.11% from 255 or 42.69% from 520); Max value from RGB is 222 - color contains mainly: blue. Hex color #6DBDDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBDDE is #924221. Grayscale: #A8A8A8. Windows color (decimal): -9585186 or 14597485. OLE color: 14597485.
HSL color Cylindrical-coordinate representation of color #6DBDDE: hue angle of 197.52º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DBDDE is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 189 | 222 | - |
| CMYK | 0.51 | 0.15 | 0 | 0.13 |
| HSL | 197.52º | 0.63% | 0.65% | - |
| HSV(B) | 197.52º | 0.51% | 0.87% | - |
| XYZ | 37.69 | 44.92 | 75.79 | - |
| YUV | 168.84 | 158 | 85.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 189 | 222 | 0.51 | 0.15 | 0 | 0.13 | 197.52 | 0.63 | 0.65 |
| Hex | 6D | BD | DE | 33 | F | 0 | D | C6 | 3F | 41 |
| Octal | 155 | 275 | 336 | 63 | 17 | 0 | 15 | 306 | 77 | 101 |
| Binary | 1101101 | 10111101 | 11011110 | 110011 | 1111 | 0 | 1101 | 11000110 | 111111 | 1000001 |
Color Harmonies of #6DBDDE
Complementary color
Monochromatic Colors of #6DBDDE
Black with #6DBDDE
Text Example
Text Example
White with #6DBDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBDDE; }
p { color: rgb(109,189,222); }
H1.HeaderClassName
{
color: #6DBDDE;
}
.AnyTagClassName
{
color: #6DBDDE;
}
</style>
background-color css
<style>
a { background-color: #6DBDDE; }
a { background-color: rgb(109,189,222); }
div.DivClassName
{
background-color: #6DBDDE;
}
.BgClassName
{
background-color: #6DBDDE;
}
</style>
border-color css
<style>
span { border-color: #6DBDDE; }
span { border-color: rgb(109,189,222); }
td.TdClassName
{
border-color: #6DBDDE;
}
.TagClassName
{
border-color: #6DBDDE;
}
</style>