Shades of Malibu #6DB3DE
Tints of Malibu #6DB3DE
RGB
CMYK
RGB Variations
Color information
#6DB3DE (or 0x6DB3DE) is known color: Malibu. HEX triplet: 6D, B3 and DE. RGB value is (109,179,222). Sum of RGB (Red+Green+Blue) = 109+179+222=510 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.37% from 510); Green value is 179 (70.31% from 255 or 35.10% from 510); Blue value is 222 (87.11% from 255 or 43.53% from 510); Max value from RGB is 222 - color contains mainly: blue. Hex color #6DB3DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DB3DE is #924C21. Grayscale: #A2A2A2. Windows color (decimal): -9587746 or 14594925. OLE color: 14594925.
HSL color Cylindrical-coordinate representation of color #6DB3DE: hue angle of 202.83º degrees, saturation: 0.63, 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 #6DB3DE is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 179 | 222 | - |
| CMYK | 0.51 | 0.19 | 0 | 0.13 |
| HSL | 202.83º | 0.63% | 0.65% | - |
| HSV(B) | 202.83º | 0.51% | 0.87% | - |
| XYZ | 35.61 | 40.77 | 75.1 | - |
| YUV | 162.97 | 161.31 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 179 | 222 | 0.51 | 0.19 | 0 | 0.13 | 202.83 | 0.63 | 0.65 |
| Hex | 6D | B3 | DE | 33 | 13 | 0 | D | CB | 3F | 41 |
| Octal | 155 | 263 | 336 | 63 | 23 | 0 | 15 | 313 | 77 | 101 |
| Binary | 1101101 | 10110011 | 11011110 | 110011 | 10011 | 0 | 1101 | 11001011 | 111111 | 1000001 |
Color Harmonies of #6DB3DE
Complementary color
Monochromatic Colors of #6DB3DE
Black with #6DB3DE
Text Example
Text Example
White with #6DB3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB3DE; }
p { color: rgb(109,179,222); }
H1.HeaderClassName
{
color: #6DB3DE;
}
.AnyTagClassName
{
color: #6DB3DE;
}
</style>
background-color css
<style>
a { background-color: #6DB3DE; }
a { background-color: rgb(109,179,222); }
div.DivClassName
{
background-color: #6DB3DE;
}
.BgClassName
{
background-color: #6DB3DE;
}
</style>
border-color css
<style>
span { border-color: #6DB3DE; }
span { border-color: rgb(109,179,222); }
td.TdClassName
{
border-color: #6DB3DE;
}
.TagClassName
{
border-color: #6DB3DE;
}
</style>