Shades of Malibu #6BABDF
Tints of Malibu #6BABDF
RGB
CMYK
RGB Variations
Color information
#6BABDF (or 0x6BABDF) is known color: Malibu. HEX triplet: 6B, AB and DF. RGB value is (107,171,223). Sum of RGB (Red+Green+Blue) = 107+171+223=501 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.36% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #6BABDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BABDF is #945420. Grayscale: #9D9D9D. Windows color (decimal): -9720865 or 14658411. OLE color: 14658411.
HSL color Cylindrical-coordinate representation of color #6BABDF: hue angle of 206.9º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BABDF is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 171 | 223 | - |
| CMYK | 0.52 | 0.23 | 0 | 0.13 |
| HSL | 206.9º | 0.64% | 0.65% | - |
| HSV(B) | 206.9º | 0.52% | 0.87% | - |
| XYZ | 33.95 | 37.58 | 75.28 | - |
| YUV | 157.79 | 164.8 | 91.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 171 | 223 | 0.52 | 0.23 | 0 | 0.13 | 206.9 | 0.64 | 0.65 |
| Hex | 6B | AB | DF | 34 | 17 | 0 | D | CF | 40 | 41 |
| Octal | 153 | 253 | 337 | 64 | 27 | 0 | 15 | 317 | 100 | 101 |
| Binary | 1101011 | 10101011 | 11011111 | 110100 | 10111 | 0 | 1101 | 11001111 | 1000000 | 1000001 |
Color Harmonies of #6BABDF
Complementary color
Monochromatic Colors of #6BABDF
Black with #6BABDF
Text Example
Text Example
White with #6BABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BABDF; }
p { color: rgb(107,171,223); }
H1.HeaderClassName
{
color: #6BABDF;
}
.AnyTagClassName
{
color: #6BABDF;
}
</style>
background-color css
<style>
a { background-color: #6BABDF; }
a { background-color: rgb(107,171,223); }
div.DivClassName
{
background-color: #6BABDF;
}
.BgClassName
{
background-color: #6BABDF;
}
</style>
border-color css
<style>
span { border-color: #6BABDF; }
span { border-color: rgb(107,171,223); }
td.TdClassName
{
border-color: #6BABDF;
}
.TagClassName
{
border-color: #6BABDF;
}
</style>