Shades of Malibu #6DBEDA
Tints of Malibu #6DBEDA
RGB
CMYK
RGB Variations
Color information
#6DBEDA (or 0x6DBEDA) is known color: Malibu. HEX triplet: 6D, BE and DA. RGB value is (109,190,218). Sum of RGB (Red+Green+Blue) = 109+190+218=517 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.08% from 517); Green value is 190 (74.61% from 255 or 36.75% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #6DBEDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBEDA is #924125. Grayscale: #A8A8A8. Windows color (decimal): -9584934 or 14335597. OLE color: 14335597.
HSL color Cylindrical-coordinate representation of color #6DBEDA: hue angle of 195.41º 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 #6DBEDA is Cyan = 0.5, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 109 | 190 | 218 | - |
| CMYK | 0.5 | 0.13 | 0 | 0.15 |
| HSL | 195.41º | 0.6% | 0.64% | - |
| HSV(B) | 195.41º | 0.5% | 0.85% | - |
| XYZ | 37.38 | 45.14 | 73.07 | - |
| YUV | 168.97 | 155.66 | 85.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 190 | 218 | 0.5 | 0.13 | 0 | 0.15 | 195.41 | 0.6 | 0.64 |
| Hex | 6D | BE | DA | 32 | D | 0 | F | C3 | 3C | 40 |
| Octal | 155 | 276 | 332 | 62 | 15 | 0 | 17 | 303 | 74 | 100 |
| Binary | 1101101 | 10111110 | 11011010 | 110010 | 1101 | 0 | 1111 | 11000011 | 111100 | 1000000 |
Color Harmonies of #6DBEDA
Complementary color
Monochromatic Colors of #6DBEDA
Black with #6DBEDA
Text Example
Text Example
White with #6DBEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBEDA; }
p { color: rgb(109,190,218); }
H1.HeaderClassName
{
color: #6DBEDA;
}
.AnyTagClassName
{
color: #6DBEDA;
}
</style>
background-color css
<style>
a { background-color: #6DBEDA; }
a { background-color: rgb(109,190,218); }
div.DivClassName
{
background-color: #6DBEDA;
}
.BgClassName
{
background-color: #6DBEDA;
}
</style>
border-color css
<style>
span { border-color: #6DBEDA; }
span { border-color: rgb(109,190,218); }
td.TdClassName
{
border-color: #6DBEDA;
}
.TagClassName
{
border-color: #6DBEDA;
}
</style>