Shades of Malibu #6AB5E0
Tints of Malibu #6AB5E0
RGB
CMYK
RGB Variations
Color information
#6AB5E0 (or 0x6AB5E0) is known color: Malibu. HEX triplet: 6A, B5 and E0. RGB value is (106,181,224). Sum of RGB (Red+Green+Blue) = 106+181+224=511 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.74% from 511); Green value is 181 (71.09% from 255 or 35.42% from 511); Blue value is 224 (87.89% from 255 or 43.84% from 511); Max value from RGB is 224 - color contains mainly: blue. Hex color #6AB5E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AB5E0 is #954A1F. Grayscale: #A3A3A3. Windows color (decimal): -9783840 or 14726506. OLE color: 14726506.
HSL color Cylindrical-coordinate representation of color #6AB5E0: hue angle of 201.86º 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 #6AB5E0 is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 106 | 181 | 224 | - |
| CMYK | 0.53 | 0.19 | 0 | 0.12 |
| HSL | 201.86º | 0.66% | 0.65% | - |
| HSV(B) | 201.86º | 0.53% | 0.88% | - |
| XYZ | 35.92 | 41.49 | 76.64 | - |
| YUV | 163.48 | 162.15 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 181 | 224 | 0.53 | 0.19 | 0 | 0.12 | 201.86 | 0.66 | 0.65 |
| Hex | 6A | B5 | E0 | 35 | 13 | 0 | C | CA | 42 | 41 |
| Octal | 152 | 265 | 340 | 65 | 23 | 0 | 14 | 312 | 102 | 101 |
| Binary | 1101010 | 10110101 | 11100000 | 110101 | 10011 | 0 | 1100 | 11001010 | 1000010 | 1000001 |
Color Harmonies of #6AB5E0
Complementary color
Monochromatic Colors of #6AB5E0
Black with #6AB5E0
Text Example
Text Example
White with #6AB5E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB5E0; }
p { color: rgb(106,181,224); }
H1.HeaderClassName
{
color: #6AB5E0;
}
.AnyTagClassName
{
color: #6AB5E0;
}
</style>
background-color css
<style>
a { background-color: #6AB5E0; }
a { background-color: rgb(106,181,224); }
div.DivClassName
{
background-color: #6AB5E0;
}
.BgClassName
{
background-color: #6AB5E0;
}
</style>
border-color css
<style>
span { border-color: #6AB5E0; }
span { border-color: rgb(106,181,224); }
td.TdClassName
{
border-color: #6AB5E0;
}
.TagClassName
{
border-color: #6AB5E0;
}
</style>