Shades of Malibu #6AB2DF
Tints of Malibu #6AB2DF
RGB
CMYK
RGB Variations
Color information
#6AB2DF (or 0x6AB2DF) is known color: Malibu. HEX triplet: 6A, B2 and DF. RGB value is (106,178,223). Sum of RGB (Red+Green+Blue) = 106+178+223=507 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.91% from 507); Green value is 178 (69.92% from 255 or 35.11% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #6AB2DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AB2DF is #954D20. Grayscale: #A1A1A1. Windows color (decimal): -9784609 or 14660202. OLE color: 14660202.
HSL color Cylindrical-coordinate representation of color #6AB2DF: hue angle of 203.08º degrees, saturation: 0.65, 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 #6AB2DF is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 178 | 223 | - |
| CMYK | 0.52 | 0.20 | 0 | 0.13 |
| HSL | 203.08º | 0.65% | 0.65% | - |
| HSV(B) | 203.08º | 0.52% | 0.87% | - |
| XYZ | 35.18 | 40.23 | 75.72 | - |
| YUV | 161.6 | 162.65 | 88.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 178 | 223 | 0.52 | 0.20 | 0 | 0.13 | 203.08 | 0.65 | 0.65 |
| Hex | 6A | B2 | DF | 34 | 14 | 0 | D | CB | 41 | 41 |
| Octal | 152 | 262 | 337 | 64 | 24 | 0 | 15 | 313 | 101 | 101 |
| Binary | 1101010 | 10110010 | 11011111 | 110100 | 10100 | 0 | 1101 | 11001011 | 1000001 | 1000001 |
Color Harmonies of #6AB2DF
Complementary color
Monochromatic Colors of #6AB2DF
Black with #6AB2DF
Text Example
Text Example
White with #6AB2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB2DF; }
p { color: rgb(106,178,223); }
H1.HeaderClassName
{
color: #6AB2DF;
}
.AnyTagClassName
{
color: #6AB2DF;
}
</style>
background-color css
<style>
a { background-color: #6AB2DF; }
a { background-color: rgb(106,178,223); }
div.DivClassName
{
background-color: #6AB2DF;
}
.BgClassName
{
background-color: #6AB2DF;
}
</style>
border-color css
<style>
span { border-color: #6AB2DF; }
span { border-color: rgb(106,178,223); }
td.TdClassName
{
border-color: #6AB2DF;
}
.TagClassName
{
border-color: #6AB2DF;
}
</style>