Shades of Malibu #6DB6DF
Tints of Malibu #6DB6DF
RGB
CMYK
RGB Variations
Color information
#6DB6DF (or 0x6DB6DF) is known color: Malibu. HEX triplet: 6D, B6 and DF. RGB value is (109,182,223). Sum of RGB (Red+Green+Blue) = 109+182+223=514 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.21% from 514); Green value is 182 (71.48% from 255 or 35.41% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #6DB6DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DB6DF is #924920. Grayscale: #A4A4A4. Windows color (decimal): -9586977 or 14661229. OLE color: 14661229.
HSL color Cylindrical-coordinate representation of color #6DB6DF: hue angle of 201.58º 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 #6DB6DF is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 182 | 223 | - |
| CMYK | 0.51 | 0.18 | 0 | 0.13 |
| HSL | 201.58º | 0.64% | 0.65% | - |
| HSV(B) | 201.58º | 0.51% | 0.87% | - |
| XYZ | 36.35 | 42.03 | 76.01 | - |
| YUV | 164.85 | 160.82 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 182 | 223 | 0.51 | 0.18 | 0 | 0.13 | 201.58 | 0.64 | 0.65 |
| Hex | 6D | B6 | DF | 33 | 12 | 0 | D | CA | 40 | 41 |
| Octal | 155 | 266 | 337 | 63 | 22 | 0 | 15 | 312 | 100 | 101 |
| Binary | 1101101 | 10110110 | 11011111 | 110011 | 10010 | 0 | 1101 | 11001010 | 1000000 | 1000001 |
Color Harmonies of #6DB6DF
Complementary color
Monochromatic Colors of #6DB6DF
Black with #6DB6DF
Text Example
Text Example
White with #6DB6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB6DF; }
p { color: rgb(109,182,223); }
H1.HeaderClassName
{
color: #6DB6DF;
}
.AnyTagClassName
{
color: #6DB6DF;
}
</style>
background-color css
<style>
a { background-color: #6DB6DF; }
a { background-color: rgb(109,182,223); }
div.DivClassName
{
background-color: #6DB6DF;
}
.BgClassName
{
background-color: #6DB6DF;
}
</style>
border-color css
<style>
span { border-color: #6DB6DF; }
span { border-color: rgb(109,182,223); }
td.TdClassName
{
border-color: #6DB6DF;
}
.TagClassName
{
border-color: #6DB6DF;
}
</style>