Shades of Malibu #6ABFED
Tints of Malibu #6ABFED
RGB
CMYK
RGB Variations
Color information
#6ABFED (or 0x6ABFED) is known color: Malibu. HEX triplet: 6A, BF and ED. RGB value is (106,191,237). Sum of RGB (Red+Green+Blue) = 106+191+237=534 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.85% from 534); Green value is 191 (75% from 255 or 35.77% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 237 - color contains mainly: blue. Hex color #6ABFED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ABFED is #954012. Grayscale: #AAAAAA. Windows color (decimal): -9781267 or 15581034. OLE color: 15581034.
HSL color Cylindrical-coordinate representation of color #6ABFED: hue angle of 201.07º 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 #6ABFED is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 191 | 237 | - |
| CMYK | 0.55 | 0.19 | 0 | 0.07 |
| HSL | 201.07º | 0.78% | 0.67% | - |
| HSV(B) | 201.07º | 0.55% | 0.93% | - |
| XYZ | 39.86 | 46.44 | 86.98 | - |
| YUV | 170.83 | 165.34 | 81.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 191 | 237 | 0.55 | 0.19 | 0 | 0.07 | 201.07 | 0.78 | 0.67 |
| Hex | 6A | BF | ED | 37 | 13 | 0 | 7 | C9 | 4E | 43 |
| Octal | 152 | 277 | 355 | 67 | 23 | 0 | 7 | 311 | 116 | 103 |
| Binary | 1101010 | 10111111 | 11101101 | 110111 | 10011 | 0 | 111 | 11001001 | 1001110 | 1000011 |
Color Harmonies of #6ABFED
Complementary color
Monochromatic Colors of #6ABFED
Black with #6ABFED
Text Example
Text Example
White with #6ABFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABFED; }
p { color: rgb(106,191,237); }
H1.HeaderClassName
{
color: #6ABFED;
}
.AnyTagClassName
{
color: #6ABFED;
}
</style>
background-color css
<style>
a { background-color: #6ABFED; }
a { background-color: rgb(106,191,237); }
div.DivClassName
{
background-color: #6ABFED;
}
.BgClassName
{
background-color: #6ABFED;
}
</style>
border-color css
<style>
span { border-color: #6ABFED; }
span { border-color: rgb(106,191,237); }
td.TdClassName
{
border-color: #6ABFED;
}
.TagClassName
{
border-color: #6ABFED;
}
</style>