Shades of Malibu #6DAEDA
Tints of Malibu #6DAEDA
RGB
CMYK
RGB Variations
Color information
#6DAEDA (or 0x6DAEDA) is known color: Malibu. HEX triplet: 6D, AE and DA. RGB value is (109,174,218). Sum of RGB (Red+Green+Blue) = 109+174+218=501 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.76% from 501); Green value is 174 (68.36% from 255 or 34.73% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #6DAEDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DAEDA is #925125. Grayscale: #9F9F9F. Windows color (decimal): -9589030 or 14331501. OLE color: 14331501.
HSL color Cylindrical-coordinate representation of color #6DAEDA: hue angle of 204.22º 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 #6DAEDA is Cyan = 0.5, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 109 | 174 | 218 | - |
| CMYK | 0.5 | 0.20 | 0 | 0.15 |
| HSL | 204.22º | 0.6% | 0.64% | - |
| HSV(B) | 204.22º | 0.5% | 0.85% | - |
| XYZ | 34.1 | 38.59 | 71.98 | - |
| YUV | 159.58 | 160.97 | 91.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 174 | 218 | 0.5 | 0.20 | 0 | 0.15 | 204.22 | 0.6 | 0.64 |
| Hex | 6D | AE | DA | 32 | 14 | 0 | F | CC | 3C | 40 |
| Octal | 155 | 256 | 332 | 62 | 24 | 0 | 17 | 314 | 74 | 100 |
| Binary | 1101101 | 10101110 | 11011010 | 110010 | 10100 | 0 | 1111 | 11001100 | 111100 | 1000000 |
Color Harmonies of #6DAEDA
Complementary color
Monochromatic Colors of #6DAEDA
Black with #6DAEDA
Text Example
Text Example
White with #6DAEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAEDA; }
p { color: rgb(109,174,218); }
H1.HeaderClassName
{
color: #6DAEDA;
}
.AnyTagClassName
{
color: #6DAEDA;
}
</style>
background-color css
<style>
a { background-color: #6DAEDA; }
a { background-color: rgb(109,174,218); }
div.DivClassName
{
background-color: #6DAEDA;
}
.BgClassName
{
background-color: #6DAEDA;
}
</style>
border-color css
<style>
span { border-color: #6DAEDA; }
span { border-color: rgb(109,174,218); }
td.TdClassName
{
border-color: #6DAEDA;
}
.TagClassName
{
border-color: #6DAEDA;
}
</style>