Shades of Malibu #6AB9DF
Tints of Malibu #6AB9DF
RGB
CMYK
RGB Variations
Color information
#6AB9DF (or 0x6AB9DF) is known color: Malibu. HEX triplet: 6A, B9 and DF. RGB value is (106,185,223). Sum of RGB (Red+Green+Blue) = 106+185+223=514 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.62% from 514); Green value is 185 (72.66% from 255 or 35.99% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #6AB9DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AB9DF is #954620. Grayscale: #A5A5A5. Windows color (decimal): -9782817 or 14661994. OLE color: 14661994.
HSL color Cylindrical-coordinate representation of color #6AB9DF: hue angle of 199.49º 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 #6AB9DF is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 185 | 223 | - |
| CMYK | 0.52 | 0.17 | 0 | 0.13 |
| HSL | 199.49º | 0.65% | 0.65% | - |
| HSV(B) | 199.49º | 0.52% | 0.87% | - |
| XYZ | 36.61 | 43.09 | 76.2 | - |
| YUV | 165.71 | 160.33 | 85.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 185 | 223 | 0.52 | 0.17 | 0 | 0.13 | 199.49 | 0.65 | 0.65 |
| Hex | 6A | B9 | DF | 34 | 11 | 0 | D | C7 | 41 | 41 |
| Octal | 152 | 271 | 337 | 64 | 21 | 0 | 15 | 307 | 101 | 101 |
| Binary | 1101010 | 10111001 | 11011111 | 110100 | 10001 | 0 | 1101 | 11000111 | 1000001 | 1000001 |
Color Harmonies of #6AB9DF
Complementary color
Monochromatic Colors of #6AB9DF
Black with #6AB9DF
Text Example
Text Example
White with #6AB9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB9DF; }
p { color: rgb(106,185,223); }
H1.HeaderClassName
{
color: #6AB9DF;
}
.AnyTagClassName
{
color: #6AB9DF;
}
</style>
background-color css
<style>
a { background-color: #6AB9DF; }
a { background-color: rgb(106,185,223); }
div.DivClassName
{
background-color: #6AB9DF;
}
.BgClassName
{
background-color: #6AB9DF;
}
</style>
border-color css
<style>
span { border-color: #6AB9DF; }
span { border-color: rgb(106,185,223); }
td.TdClassName
{
border-color: #6AB9DF;
}
.TagClassName
{
border-color: #6AB9DF;
}
</style>