Shades of Malibu #6ABEED
Tints of Malibu #6ABEED
RGB
CMYK
RGB Variations
Color information
#6ABEED (or 0x6ABEED) is known color: Malibu. HEX triplet: 6A, BE and ED. RGB value is (106,190,237). Sum of RGB (Red+Green+Blue) = 106+190+237=533 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.89% from 533); Green value is 190 (74.61% from 255 or 35.65% from 533); Blue value is 237 (92.97% from 255 or 44.47% from 533); Max value from RGB is 237 - color contains mainly: blue. Hex color #6ABEED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ABEED is #954112. Grayscale: #A9A9A9. Windows color (decimal): -9781523 or 15580778. OLE color: 15580778.
HSL color Cylindrical-coordinate representation of color #6ABEED: hue angle of 201.53º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6ABEED is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 190 | 237 | - |
| CMYK | 0.55 | 0.20 | 0 | 0.07 |
| HSL | 201.53º | 0.78% | 0.67% | - |
| HSV(B) | 201.53º | 0.55% | 0.93% | - |
| XYZ | 39.64 | 46.01 | 86.91 | - |
| YUV | 170.24 | 165.67 | 82.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 190 | 237 | 0.55 | 0.20 | 0 | 0.07 | 201.53 | 0.78 | 0.67 |
| Hex | 6A | BE | ED | 37 | 14 | 0 | 7 | CA | 4E | 43 |
| Octal | 152 | 276 | 355 | 67 | 24 | 0 | 7 | 312 | 116 | 103 |
| Binary | 1101010 | 10111110 | 11101101 | 110111 | 10100 | 0 | 111 | 11001010 | 1001110 | 1000011 |
Color Harmonies of #6ABEED
Complementary color
Monochromatic Colors of #6ABEED
Black with #6ABEED
Text Example
Text Example
White with #6ABEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABEED; }
p { color: rgb(106,190,237); }
H1.HeaderClassName
{
color: #6ABEED;
}
.AnyTagClassName
{
color: #6ABEED;
}
</style>
background-color css
<style>
a { background-color: #6ABEED; }
a { background-color: rgb(106,190,237); }
div.DivClassName
{
background-color: #6ABEED;
}
.BgClassName
{
background-color: #6ABEED;
}
</style>
border-color css
<style>
span { border-color: #6ABEED; }
span { border-color: rgb(106,190,237); }
td.TdClassName
{
border-color: #6ABEED;
}
.TagClassName
{
border-color: #6ABEED;
}
</style>