Shades of Malibu #6DB1DF
Tints of Malibu #6DB1DF
RGB
CMYK
RGB Variations
Color information
#6DB1DF (or 0x6DB1DF) is known color: Malibu. HEX triplet: 6D, B1 and DF. RGB value is (109,177,223). Sum of RGB (Red+Green+Blue) = 109+177+223=509 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.41% from 509); Green value is 177 (69.53% from 255 or 34.77% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #6DB1DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DB1DF is #924E20. Grayscale: #A1A1A1. Windows color (decimal): -9588257 or 14659949. OLE color: 14659949.
HSL color Cylindrical-coordinate representation of color #6DB1DF: hue angle of 204.21º 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 #6DB1DF is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 177 | 223 | - |
| CMYK | 0.51 | 0.21 | 0 | 0.13 |
| HSL | 204.21º | 0.64% | 0.65% | - |
| HSV(B) | 204.21º | 0.51% | 0.87% | - |
| XYZ | 35.35 | 40.02 | 75.67 | - |
| YUV | 161.91 | 162.47 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 177 | 223 | 0.51 | 0.21 | 0 | 0.13 | 204.21 | 0.64 | 0.65 |
| Hex | 6D | B1 | DF | 33 | 15 | 0 | D | CC | 40 | 41 |
| Octal | 155 | 261 | 337 | 63 | 25 | 0 | 15 | 314 | 100 | 101 |
| Binary | 1101101 | 10110001 | 11011111 | 110011 | 10101 | 0 | 1101 | 11001100 | 1000000 | 1000001 |
Color Harmonies of #6DB1DF
Complementary color
Monochromatic Colors of #6DB1DF
Black with #6DB1DF
Text Example
Text Example
White with #6DB1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB1DF; }
p { color: rgb(109,177,223); }
H1.HeaderClassName
{
color: #6DB1DF;
}
.AnyTagClassName
{
color: #6DB1DF;
}
</style>
background-color css
<style>
a { background-color: #6DB1DF; }
a { background-color: rgb(109,177,223); }
div.DivClassName
{
background-color: #6DB1DF;
}
.BgClassName
{
background-color: #6DB1DF;
}
</style>
border-color css
<style>
span { border-color: #6DB1DF; }
span { border-color: rgb(109,177,223); }
td.TdClassName
{
border-color: #6DB1DF;
}
.TagClassName
{
border-color: #6DB1DF;
}
</style>