Shades of Malibu #6DB3DF
Tints of Malibu #6DB3DF
RGB
CMYK
RGB Variations
Color information
#6DB3DF (or 0x6DB3DF) is known color: Malibu. HEX triplet: 6D, B3 and DF. RGB value is (109,179,223). Sum of RGB (Red+Green+Blue) = 109+179+223=511 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.33% from 511); Green value is 179 (70.31% from 255 or 35.03% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #6DB3DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DB3DF is #924C20. Grayscale: #A2A2A2. Windows color (decimal): -9587745 or 14660461. OLE color: 14660461.
HSL color Cylindrical-coordinate representation of color #6DB3DF: hue angle of 203.16º 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 #6DB3DF is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 179 | 223 | - |
| CMYK | 0.51 | 0.20 | 0 | 0.13 |
| HSL | 203.16º | 0.64% | 0.65% | - |
| HSV(B) | 203.16º | 0.51% | 0.87% | - |
| XYZ | 35.75 | 40.82 | 75.81 | - |
| YUV | 163.09 | 161.81 | 89.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 179 | 223 | 0.51 | 0.20 | 0 | 0.13 | 203.16 | 0.64 | 0.65 |
| Hex | 6D | B3 | DF | 33 | 14 | 0 | D | CB | 40 | 41 |
| Octal | 155 | 263 | 337 | 63 | 24 | 0 | 15 | 313 | 100 | 101 |
| Binary | 1101101 | 10110011 | 11011111 | 110011 | 10100 | 0 | 1101 | 11001011 | 1000000 | 1000001 |
Color Harmonies of #6DB3DF
Complementary color
Monochromatic Colors of #6DB3DF
Black with #6DB3DF
Text Example
Text Example
White with #6DB3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB3DF; }
p { color: rgb(109,179,223); }
H1.HeaderClassName
{
color: #6DB3DF;
}
.AnyTagClassName
{
color: #6DB3DF;
}
</style>
background-color css
<style>
a { background-color: #6DB3DF; }
a { background-color: rgb(109,179,223); }
div.DivClassName
{
background-color: #6DB3DF;
}
.BgClassName
{
background-color: #6DB3DF;
}
</style>
border-color css
<style>
span { border-color: #6DB3DF; }
span { border-color: rgb(109,179,223); }
td.TdClassName
{
border-color: #6DB3DF;
}
.TagClassName
{
border-color: #6DB3DF;
}
</style>