Shades of Malibu #6DBFDF
Tints of Malibu #6DBFDF
RGB
CMYK
RGB Variations
Color information
#6DBFDF (or 0x6DBFDF) is known color: Malibu. HEX triplet: 6D, BF and DF. RGB value is (109,191,223). Sum of RGB (Red+Green+Blue) = 109+191+223=523 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.84% from 523); Green value is 191 (75% from 255 or 36.52% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #6DBFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBFDF is #924020. Grayscale: #A9A9A9. Windows color (decimal): -9584673 or 14663533. OLE color: 14663533.
HSL color Cylindrical-coordinate representation of color #6DBFDF: hue angle of 196.84º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DBFDF is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 191 | 223 | - |
| CMYK | 0.51 | 0.14 | 0 | 0.13 |
| HSL | 196.84º | 0.64% | 0.65% | - |
| HSV(B) | 196.84º | 0.51% | 0.87% | - |
| XYZ | 38.26 | 45.84 | 76.64 | - |
| YUV | 170.13 | 157.83 | 84.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 191 | 223 | 0.51 | 0.14 | 0 | 0.13 | 196.84 | 0.64 | 0.65 |
| Hex | 6D | BF | DF | 33 | E | 0 | D | C5 | 40 | 41 |
| Octal | 155 | 277 | 337 | 63 | 16 | 0 | 15 | 305 | 100 | 101 |
| Binary | 1101101 | 10111111 | 11011111 | 110011 | 1110 | 0 | 1101 | 11000101 | 1000000 | 1000001 |
Color Harmonies of #6DBFDF
Complementary color
Monochromatic Colors of #6DBFDF
Black with #6DBFDF
Text Example
Text Example
White with #6DBFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBFDF; }
p { color: rgb(109,191,223); }
H1.HeaderClassName
{
color: #6DBFDF;
}
.AnyTagClassName
{
color: #6DBFDF;
}
</style>
background-color css
<style>
a { background-color: #6DBFDF; }
a { background-color: rgb(109,191,223); }
div.DivClassName
{
background-color: #6DBFDF;
}
.BgClassName
{
background-color: #6DBFDF;
}
</style>
border-color css
<style>
span { border-color: #6DBFDF; }
span { border-color: rgb(109,191,223); }
td.TdClassName
{
border-color: #6DBFDF;
}
.TagClassName
{
border-color: #6DBFDF;
}
</style>