Shades of Malibu #6DBCDE
Tints of Malibu #6DBCDE
RGB
CMYK
RGB Variations
Color information
#6DBCDE (or 0x6DBCDE) is known color: Malibu. HEX triplet: 6D, BC and DE. RGB value is (109,188,222). Sum of RGB (Red+Green+Blue) = 109+188+222=519 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.00% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 222 (87.11% from 255 or 42.77% from 519); Max value from RGB is 222 - color contains mainly: blue. Hex color #6DBCDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBCDE is #924321. Grayscale: #A8A8A8. Windows color (decimal): -9585442 or 14597229. OLE color: 14597229.
HSL color Cylindrical-coordinate representation of color #6DBCDE: hue angle of 198.05º 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 #6DBCDE is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 188 | 222 | - |
| CMYK | 0.51 | 0.15 | 0 | 0.13 |
| HSL | 198.05º | 0.63% | 0.65% | - |
| HSV(B) | 198.05º | 0.51% | 0.87% | - |
| XYZ | 37.47 | 44.49 | 75.72 | - |
| YUV | 168.26 | 158.33 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 188 | 222 | 0.51 | 0.15 | 0 | 0.13 | 198.05 | 0.63 | 0.65 |
| Hex | 6D | BC | DE | 33 | F | 0 | D | C6 | 3F | 41 |
| Octal | 155 | 274 | 336 | 63 | 17 | 0 | 15 | 306 | 77 | 101 |
| Binary | 1101101 | 10111100 | 11011110 | 110011 | 1111 | 0 | 1101 | 11000110 | 111111 | 1000001 |
Color Harmonies of #6DBCDE
Complementary color
Monochromatic Colors of #6DBCDE
Black with #6DBCDE
Text Example
Text Example
White with #6DBCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBCDE; }
p { color: rgb(109,188,222); }
H1.HeaderClassName
{
color: #6DBCDE;
}
.AnyTagClassName
{
color: #6DBCDE;
}
</style>
background-color css
<style>
a { background-color: #6DBCDE; }
a { background-color: rgb(109,188,222); }
div.DivClassName
{
background-color: #6DBCDE;
}
.BgClassName
{
background-color: #6DBCDE;
}
</style>
border-color css
<style>
span { border-color: #6DBCDE; }
span { border-color: rgb(109,188,222); }
td.TdClassName
{
border-color: #6DBCDE;
}
.TagClassName
{
border-color: #6DBCDE;
}
</style>