Shades of Malibu #6AB4DD
Tints of Malibu #6AB4DD
RGB
CMYK
RGB Variations
Color information
#6AB4DD (or 0x6AB4DD) is known color: Malibu. HEX triplet: 6A, B4 and DD. RGB value is (106,180,221). Sum of RGB (Red+Green+Blue) = 106+180+221=507 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.91% from 507); Green value is 180 (70.70% from 255 or 35.50% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #6AB4DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AB4DD is #954B22. Grayscale: #A2A2A2. Windows color (decimal): -9784099 or 14529642. OLE color: 14529642.
HSL color Cylindrical-coordinate representation of color #6AB4DD: hue angle of 201.39º 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 #6AB4DD is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 180 | 221 | - |
| CMYK | 0.52 | 0.19 | 0 | 0.13 |
| HSL | 201.39º | 0.63% | 0.64% | - |
| HSV(B) | 201.39º | 0.52% | 0.87% | - |
| XYZ | 35.32 | 40.93 | 74.44 | - |
| YUV | 162.55 | 160.98 | 87.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 180 | 221 | 0.52 | 0.19 | 0 | 0.13 | 201.39 | 0.63 | 0.64 |
| Hex | 6A | B4 | DD | 34 | 13 | 0 | D | C9 | 3F | 40 |
| Octal | 152 | 264 | 335 | 64 | 23 | 0 | 15 | 311 | 77 | 100 |
| Binary | 1101010 | 10110100 | 11011101 | 110100 | 10011 | 0 | 1101 | 11001001 | 111111 | 1000000 |
Color Harmonies of #6AB4DD
Complementary color
Monochromatic Colors of #6AB4DD
Black with #6AB4DD
Text Example
Text Example
White with #6AB4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB4DD; }
p { color: rgb(106,180,221); }
H1.HeaderClassName
{
color: #6AB4DD;
}
.AnyTagClassName
{
color: #6AB4DD;
}
</style>
background-color css
<style>
a { background-color: #6AB4DD; }
a { background-color: rgb(106,180,221); }
div.DivClassName
{
background-color: #6AB4DD;
}
.BgClassName
{
background-color: #6AB4DD;
}
</style>
border-color css
<style>
span { border-color: #6AB4DD; }
span { border-color: rgb(106,180,221); }
td.TdClassName
{
border-color: #6AB4DD;
}
.TagClassName
{
border-color: #6AB4DD;
}
</style>