Shades of Malibu #6BADDA
Tints of Malibu #6BADDA
RGB
CMYK
RGB Variations
Color information
#6BADDA (or 0x6BADDA) is known color: Malibu. HEX triplet: 6B, AD and DA. RGB value is (107,173,218). Sum of RGB (Red+Green+Blue) = 107+173+218=498 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.49% from 498); Green value is 173 (67.97% from 255 or 34.74% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 218 - color contains mainly: blue. Hex color #6BADDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BADDA is #945225. Grayscale: #9E9E9E. Windows color (decimal): -9720358 or 14331243. OLE color: 14331243.
HSL color Cylindrical-coordinate representation of color #6BADDA: hue angle of 204.32º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BADDA is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 107 | 173 | 218 | - |
| CMYK | 0.51 | 0.21 | 0 | 0.15 |
| HSL | 204.32º | 0.6% | 0.64% | - |
| HSV(B) | 204.32º | 0.51% | 0.85% | - |
| XYZ | 33.66 | 38.07 | 71.9 | - |
| YUV | 158.4 | 161.63 | 91.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 173 | 218 | 0.51 | 0.21 | 0 | 0.15 | 204.32 | 0.6 | 0.64 |
| Hex | 6B | AD | DA | 33 | 15 | 0 | F | CC | 3C | 40 |
| Octal | 153 | 255 | 332 | 63 | 25 | 0 | 17 | 314 | 74 | 100 |
| Binary | 1101011 | 10101101 | 11011010 | 110011 | 10101 | 0 | 1111 | 11001100 | 111100 | 1000000 |
Color Harmonies of #6BADDA
Complementary color
Monochromatic Colors of #6BADDA
Black with #6BADDA
Text Example
Text Example
White with #6BADDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BADDA; }
p { color: rgb(107,173,218); }
H1.HeaderClassName
{
color: #6BADDA;
}
.AnyTagClassName
{
color: #6BADDA;
}
</style>
background-color css
<style>
a { background-color: #6BADDA; }
a { background-color: rgb(107,173,218); }
div.DivClassName
{
background-color: #6BADDA;
}
.BgClassName
{
background-color: #6BADDA;
}
</style>
border-color css
<style>
span { border-color: #6BADDA; }
span { border-color: rgb(107,173,218); }
td.TdClassName
{
border-color: #6BADDA;
}
.TagClassName
{
border-color: #6BADDA;
}
</style>