Shades of Malibu #6AB5E3
Tints of Malibu #6AB5E3
RGB
CMYK
RGB Variations
Color information
#6AB5E3 (or 0x6AB5E3) is known color: Malibu. HEX triplet: 6A, B5 and E3. RGB value is (106,181,227). Sum of RGB (Red+Green+Blue) = 106+181+227=514 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.62% from 514); Green value is 181 (71.09% from 255 or 35.21% from 514); Blue value is 227 (89.06% from 255 or 44.16% from 514); Max value from RGB is 227 - color contains mainly: blue. Hex color #6AB5E3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AB5E3 is #954A1C. Grayscale: #A3A3A3. Windows color (decimal): -9783837 or 14923114. OLE color: 14923114.
HSL color Cylindrical-coordinate representation of color #6AB5E3: hue angle of 202.81º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6AB5E3 is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 106 | 181 | 227 | - |
| CMYK | 0.53 | 0.20 | 0 | 0.11 |
| HSL | 202.81º | 0.68% | 0.65% | - |
| HSV(B) | 202.81º | 0.53% | 0.89% | - |
| XYZ | 36.33 | 41.66 | 78.8 | - |
| YUV | 163.82 | 163.65 | 86.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 181 | 227 | 0.53 | 0.20 | 0 | 0.11 | 202.81 | 0.68 | 0.65 |
| Hex | 6A | B5 | E3 | 35 | 14 | 0 | B | CB | 44 | 41 |
| Octal | 152 | 265 | 343 | 65 | 24 | 0 | 13 | 313 | 104 | 101 |
| Binary | 1101010 | 10110101 | 11100011 | 110101 | 10100 | 0 | 1011 | 11001011 | 1000100 | 1000001 |
Color Harmonies of #6AB5E3
Complementary color
Monochromatic Colors of #6AB5E3
Black with #6AB5E3
Text Example
Text Example
White with #6AB5E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB5E3; }
p { color: rgb(106,181,227); }
H1.HeaderClassName
{
color: #6AB5E3;
}
.AnyTagClassName
{
color: #6AB5E3;
}
</style>
background-color css
<style>
a { background-color: #6AB5E3; }
a { background-color: rgb(106,181,227); }
div.DivClassName
{
background-color: #6AB5E3;
}
.BgClassName
{
background-color: #6AB5E3;
}
</style>
border-color css
<style>
span { border-color: #6AB5E3; }
span { border-color: rgb(106,181,227); }
td.TdClassName
{
border-color: #6AB5E3;
}
.TagClassName
{
border-color: #6AB5E3;
}
</style>