Shades of Malibu #6AB5E1
Tints of Malibu #6AB5E1
RGB
CMYK
RGB Variations
Color information
#6AB5E1 (or 0x6AB5E1) is known color: Malibu. HEX triplet: 6A, B5 and E1. RGB value is (106,181,225). Sum of RGB (Red+Green+Blue) = 106+181+225=512 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.70% from 512); Green value is 181 (71.09% from 255 or 35.35% from 512); Blue value is 225 (88.28% from 255 or 43.95% from 512); Max value from RGB is 225 - color contains mainly: blue. Hex color #6AB5E1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AB5E1 is #954A1E. Grayscale: #A3A3A3. Windows color (decimal): -9783839 or 14792042. OLE color: 14792042.
HSL color Cylindrical-coordinate representation of color #6AB5E1: hue angle of 202.18º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6AB5E1 is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 106 | 181 | 225 | - |
| CMYK | 0.53 | 0.20 | 0 | 0.12 |
| HSL | 202.18º | 0.66% | 0.65% | - |
| HSV(B) | 202.18º | 0.53% | 0.88% | - |
| XYZ | 36.06 | 41.55 | 77.35 | - |
| YUV | 163.59 | 162.65 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 181 | 225 | 0.53 | 0.20 | 0 | 0.12 | 202.18 | 0.66 | 0.65 |
| Hex | 6A | B5 | E1 | 35 | 14 | 0 | C | CA | 42 | 41 |
| Octal | 152 | 265 | 341 | 65 | 24 | 0 | 14 | 312 | 102 | 101 |
| Binary | 1101010 | 10110101 | 11100001 | 110101 | 10100 | 0 | 1100 | 11001010 | 1000010 | 1000001 |
Color Harmonies of #6AB5E1
Complementary color
Monochromatic Colors of #6AB5E1
Black with #6AB5E1
Text Example
Text Example
White with #6AB5E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB5E1; }
p { color: rgb(106,181,225); }
H1.HeaderClassName
{
color: #6AB5E1;
}
.AnyTagClassName
{
color: #6AB5E1;
}
</style>
background-color css
<style>
a { background-color: #6AB5E1; }
a { background-color: rgb(106,181,225); }
div.DivClassName
{
background-color: #6AB5E1;
}
.BgClassName
{
background-color: #6AB5E1;
}
</style>
border-color css
<style>
span { border-color: #6AB5E1; }
span { border-color: rgb(106,181,225); }
td.TdClassName
{
border-color: #6AB5E1;
}
.TagClassName
{
border-color: #6AB5E1;
}
</style>