Shades of Malibu #6AB1F0
Tints of Malibu #6AB1F0
RGB
CMYK
RGB Variations
Color information
#6AB1F0 (or 0x6AB1F0) is known color: Malibu. HEX triplet: 6A, B1 and F0. RGB value is (106,177,240). Sum of RGB (Red+Green+Blue) = 106+177+240=523 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.27% from 523); Green value is 177 (69.53% from 255 or 33.84% from 523); Blue value is 240 (94.14% from 255 or 45.89% from 523); Max value from RGB is 240 - color contains mainly: blue. Hex color #6AB1F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AB1F0 is #954E0F. Grayscale: #A2A2A2. Windows color (decimal): -9784848 or 15774058. OLE color: 15774058.
HSL color Cylindrical-coordinate representation of color #6AB1F0: hue angle of 208.21º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AB1F0 is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 106 | 177 | 240 | - |
| CMYK | 0.56 | 0.26 | 0 | 0.06 |
| HSL | 208.21º | 0.82% | 0.68% | - |
| HSV(B) | 208.21º | 0.56% | 0.94% | - |
| XYZ | 37.39 | 40.8 | 88.34 | - |
| YUV | 162.95 | 171.48 | 87.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 177 | 240 | 0.56 | 0.26 | 0 | 0.06 | 208.21 | 0.82 | 0.68 |
| Hex | 6A | B1 | F0 | 38 | 1A | 0 | 6 | D0 | 52 | 44 |
| Octal | 152 | 261 | 360 | 70 | 32 | 0 | 6 | 320 | 122 | 104 |
| Binary | 1101010 | 10110001 | 11110000 | 111000 | 11010 | 0 | 110 | 11010000 | 1010010 | 1000100 |
Color Harmonies of #6AB1F0
Complementary color
Monochromatic Colors of #6AB1F0
Black with #6AB1F0
Text Example
Text Example
White with #6AB1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB1F0; }
p { color: rgb(106,177,240); }
H1.HeaderClassName
{
color: #6AB1F0;
}
.AnyTagClassName
{
color: #6AB1F0;
}
</style>
background-color css
<style>
a { background-color: #6AB1F0; }
a { background-color: rgb(106,177,240); }
div.DivClassName
{
background-color: #6AB1F0;
}
.BgClassName
{
background-color: #6AB1F0;
}
</style>
border-color css
<style>
span { border-color: #6AB1F0; }
span { border-color: rgb(106,177,240); }
td.TdClassName
{
border-color: #6AB1F0;
}
.TagClassName
{
border-color: #6AB1F0;
}
</style>