Shades of Malibu #6DBDDA
Tints of Malibu #6DBDDA
RGB
CMYK
RGB Variations
Color information
#6DBDDA (or 0x6DBDDA) is known color: Malibu. HEX triplet: 6D, BD and DA. RGB value is (109,189,218). Sum of RGB (Red+Green+Blue) = 109+189+218=516 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.12% from 516); Green value is 189 (74.22% from 255 or 36.63% from 516); Blue value is 218 (85.55% from 255 or 42.25% from 516); Max value from RGB is 218 - color contains mainly: blue. Hex color #6DBDDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBDDA is #924225. Grayscale: #A8A8A8. Windows color (decimal): -9585190 or 14335341. OLE color: 14335341.
HSL color Cylindrical-coordinate representation of color #6DBDDA: hue angle of 195.96º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DBDDA is Cyan = 0.5, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 109 | 189 | 218 | - |
| CMYK | 0.5 | 0.13 | 0 | 0.15 |
| HSL | 195.96º | 0.6% | 0.64% | - |
| HSV(B) | 195.96º | 0.5% | 0.85% | - |
| XYZ | 37.16 | 44.71 | 73 | - |
| YUV | 168.39 | 156 | 85.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 189 | 218 | 0.5 | 0.13 | 0 | 0.15 | 195.96 | 0.6 | 0.64 |
| Hex | 6D | BD | DA | 32 | D | 0 | F | C4 | 3C | 40 |
| Octal | 155 | 275 | 332 | 62 | 15 | 0 | 17 | 304 | 74 | 100 |
| Binary | 1101101 | 10111101 | 11011010 | 110010 | 1101 | 0 | 1111 | 11000100 | 111100 | 1000000 |
Color Harmonies of #6DBDDA
Complementary color
Monochromatic Colors of #6DBDDA
Black with #6DBDDA
Text Example
Text Example
White with #6DBDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBDDA; }
p { color: rgb(109,189,218); }
H1.HeaderClassName
{
color: #6DBDDA;
}
.AnyTagClassName
{
color: #6DBDDA;
}
</style>
background-color css
<style>
a { background-color: #6DBDDA; }
a { background-color: rgb(109,189,218); }
div.DivClassName
{
background-color: #6DBDDA;
}
.BgClassName
{
background-color: #6DBDDA;
}
</style>
border-color css
<style>
span { border-color: #6DBDDA; }
span { border-color: rgb(109,189,218); }
td.TdClassName
{
border-color: #6DBDDA;
}
.TagClassName
{
border-color: #6DBDDA;
}
</style>