Shades of Malibu #6AB7DD
Tints of Malibu #6AB7DD
RGB
CMYK
RGB Variations
Color information
#6AB7DD (or 0x6AB7DD) is known color: Malibu. HEX triplet: 6A, B7 and DD. RGB value is (106,183,221). Sum of RGB (Red+Green+Blue) = 106+183+221=510 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.78% from 510); Green value is 183 (71.88% from 255 or 35.88% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #6AB7DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AB7DD is #954822. Grayscale: #A4A4A4. Windows color (decimal): -9783331 or 14530410. OLE color: 14530410.
HSL color Cylindrical-coordinate representation of color #6AB7DD: hue angle of 199.83º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6AB7DD is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 183 | 221 | - |
| CMYK | 0.52 | 0.17 | 0 | 0.13 |
| HSL | 199.83º | 0.63% | 0.64% | - |
| HSV(B) | 199.83º | 0.52% | 0.87% | - |
| XYZ | 35.93 | 42.15 | 74.65 | - |
| YUV | 164.31 | 159.99 | 86.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 183 | 221 | 0.52 | 0.17 | 0 | 0.13 | 199.83 | 0.63 | 0.64 |
| Hex | 6A | B7 | DD | 34 | 11 | 0 | D | C8 | 3F | 40 |
| Octal | 152 | 267 | 335 | 64 | 21 | 0 | 15 | 310 | 77 | 100 |
| Binary | 1101010 | 10110111 | 11011101 | 110100 | 10001 | 0 | 1101 | 11001000 | 111111 | 1000000 |
Color Harmonies of #6AB7DD
Complementary color
Monochromatic Colors of #6AB7DD
Black with #6AB7DD
Text Example
Text Example
White with #6AB7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB7DD; }
p { color: rgb(106,183,221); }
H1.HeaderClassName
{
color: #6AB7DD;
}
.AnyTagClassName
{
color: #6AB7DD;
}
</style>
background-color css
<style>
a { background-color: #6AB7DD; }
a { background-color: rgb(106,183,221); }
div.DivClassName
{
background-color: #6AB7DD;
}
.BgClassName
{
background-color: #6AB7DD;
}
</style>
border-color css
<style>
span { border-color: #6AB7DD; }
span { border-color: rgb(106,183,221); }
td.TdClassName
{
border-color: #6AB7DD;
}
.TagClassName
{
border-color: #6AB7DD;
}
</style>