Shades of Malibu #6ABEDD
Tints of Malibu #6ABEDD
RGB
CMYK
RGB Variations
Color information
#6ABEDD (or 0x6ABEDD) is known color: Malibu. HEX triplet: 6A, BE and DD. RGB value is (106,190,221). Sum of RGB (Red+Green+Blue) = 106+190+221=517 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.50% from 517); Green value is 190 (74.61% from 255 or 36.75% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #6ABEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABEDD is #954122. Grayscale: #A8A8A8. Windows color (decimal): -9781539 or 14532202. OLE color: 14532202.
HSL color Cylindrical-coordinate representation of color #6ABEDD: hue angle of 196.17º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ABEDD is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 190 | 221 | - |
| CMYK | 0.52 | 0.14 | 0 | 0.13 |
| HSL | 196.17º | 0.63% | 0.64% | - |
| HSV(B) | 196.17º | 0.52% | 0.87% | - |
| XYZ | 37.41 | 45.11 | 75.14 | - |
| YUV | 168.42 | 157.67 | 83.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 190 | 221 | 0.52 | 0.14 | 0 | 0.13 | 196.17 | 0.63 | 0.64 |
| Hex | 6A | BE | DD | 34 | E | 0 | D | C4 | 3F | 40 |
| Octal | 152 | 276 | 335 | 64 | 16 | 0 | 15 | 304 | 77 | 100 |
| Binary | 1101010 | 10111110 | 11011101 | 110100 | 1110 | 0 | 1101 | 11000100 | 111111 | 1000000 |
Color Harmonies of #6ABEDD
Complementary color
Monochromatic Colors of #6ABEDD
Black with #6ABEDD
Text Example
Text Example
White with #6ABEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABEDD; }
p { color: rgb(106,190,221); }
H1.HeaderClassName
{
color: #6ABEDD;
}
.AnyTagClassName
{
color: #6ABEDD;
}
</style>
background-color css
<style>
a { background-color: #6ABEDD; }
a { background-color: rgb(106,190,221); }
div.DivClassName
{
background-color: #6ABEDD;
}
.BgClassName
{
background-color: #6ABEDD;
}
</style>
border-color css
<style>
span { border-color: #6ABEDD; }
span { border-color: rgb(106,190,221); }
td.TdClassName
{
border-color: #6ABEDD;
}
.TagClassName
{
border-color: #6ABEDD;
}
</style>