Shades of Malibu #6AB3DF
Tints of Malibu #6AB3DF
RGB
CMYK
RGB Variations
Color information
#6AB3DF (or 0x6AB3DF) is known color: Malibu. HEX triplet: 6A, B3 and DF. RGB value is (106,179,223). Sum of RGB (Red+Green+Blue) = 106+179+223=508 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.87% from 508); Green value is 179 (70.31% from 255 or 35.24% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #6AB3DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AB3DF is #954C20. Grayscale: #A1A1A1. Windows color (decimal): -9784353 or 14660458. OLE color: 14660458.
HSL color Cylindrical-coordinate representation of color #6AB3DF: hue angle of 202.56º 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 #6AB3DF is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 179 | 223 | - |
| CMYK | 0.52 | 0.20 | 0 | 0.13 |
| HSL | 202.56º | 0.65% | 0.65% | - |
| HSV(B) | 202.56º | 0.52% | 0.87% | - |
| XYZ | 35.38 | 40.63 | 75.79 | - |
| YUV | 162.19 | 162.32 | 87.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 179 | 223 | 0.52 | 0.20 | 0 | 0.13 | 202.56 | 0.65 | 0.65 |
| Hex | 6A | B3 | DF | 34 | 14 | 0 | D | CB | 41 | 41 |
| Octal | 152 | 263 | 337 | 64 | 24 | 0 | 15 | 313 | 101 | 101 |
| Binary | 1101010 | 10110011 | 11011111 | 110100 | 10100 | 0 | 1101 | 11001011 | 1000001 | 1000001 |
Color Harmonies of #6AB3DF
Complementary color
Monochromatic Colors of #6AB3DF
Black with #6AB3DF
Text Example
Text Example
White with #6AB3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB3DF; }
p { color: rgb(106,179,223); }
H1.HeaderClassName
{
color: #6AB3DF;
}
.AnyTagClassName
{
color: #6AB3DF;
}
</style>
background-color css
<style>
a { background-color: #6AB3DF; }
a { background-color: rgb(106,179,223); }
div.DivClassName
{
background-color: #6AB3DF;
}
.BgClassName
{
background-color: #6AB3DF;
}
</style>
border-color css
<style>
span { border-color: #6AB3DF; }
span { border-color: rgb(106,179,223); }
td.TdClassName
{
border-color: #6AB3DF;
}
.TagClassName
{
border-color: #6AB3DF;
}
</style>