Shades of Malibu #6ABFDF
Tints of Malibu #6ABFDF
RGB
CMYK
RGB Variations
Color information
#6ABFDF (or 0x6ABFDF) is known color: Malibu. HEX triplet: 6A, BF and DF. RGB value is (106,191,223). Sum of RGB (Red+Green+Blue) = 106+191+223=520 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.38% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #6ABFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABFDF is #954020. Grayscale: #A9A9A9. Windows color (decimal): -9781281 or 14663530. OLE color: 14663530.
HSL color Cylindrical-coordinate representation of color #6ABFDF: hue angle of 196.41º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ABFDF is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 191 | 223 | - |
| CMYK | 0.52 | 0.14 | 0 | 0.13 |
| HSL | 196.41º | 0.65% | 0.65% | - |
| HSV(B) | 196.41º | 0.52% | 0.87% | - |
| XYZ | 37.89 | 45.65 | 76.63 | - |
| YUV | 169.23 | 158.34 | 82.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 191 | 223 | 0.52 | 0.14 | 0 | 0.13 | 196.41 | 0.65 | 0.65 |
| Hex | 6A | BF | DF | 34 | E | 0 | D | C4 | 41 | 41 |
| Octal | 152 | 277 | 337 | 64 | 16 | 0 | 15 | 304 | 101 | 101 |
| Binary | 1101010 | 10111111 | 11011111 | 110100 | 1110 | 0 | 1101 | 11000100 | 1000001 | 1000001 |
Color Harmonies of #6ABFDF
Complementary color
Monochromatic Colors of #6ABFDF
Black with #6ABFDF
Text Example
Text Example
White with #6ABFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABFDF; }
p { color: rgb(106,191,223); }
H1.HeaderClassName
{
color: #6ABFDF;
}
.AnyTagClassName
{
color: #6ABFDF;
}
</style>
background-color css
<style>
a { background-color: #6ABFDF; }
a { background-color: rgb(106,191,223); }
div.DivClassName
{
background-color: #6ABFDF;
}
.BgClassName
{
background-color: #6ABFDF;
}
</style>
border-color css
<style>
span { border-color: #6ABFDF; }
span { border-color: rgb(106,191,223); }
td.TdClassName
{
border-color: #6ABFDF;
}
.TagClassName
{
border-color: #6ABFDF;
}
</style>