Shades of Malibu #6DBFE9
Tints of Malibu #6DBFE9
RGB
CMYK
RGB Variations
Color information
#6DBFE9 (or 0x6DBFE9) is known color: Malibu. HEX triplet: 6D, BF and E9. RGB value is (109,191,233). Sum of RGB (Red+Green+Blue) = 109+191+233=533 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.45% from 533); Green value is 191 (75% from 255 or 35.83% from 533); Blue value is 233 (91.41% from 255 or 43.71% from 533); Max value from RGB is 233 - color contains mainly: blue. Hex color #6DBFE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DBFE9 is #924016. Grayscale: #ABABAB. Windows color (decimal): -9584663 or 15318893. OLE color: 15318893.
HSL color Cylindrical-coordinate representation of color #6DBFE9: hue angle of 200.32º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DBFE9 is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 109 | 191 | 233 | - |
| CMYK | 0.53 | 0.18 | 0 | 0.09 |
| HSL | 200.32º | 0.74% | 0.67% | - |
| HSV(B) | 200.32º | 0.53% | 0.91% | - |
| XYZ | 39.65 | 46.4 | 83.96 | - |
| YUV | 171.27 | 162.83 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 191 | 233 | 0.53 | 0.18 | 0 | 0.09 | 200.32 | 0.74 | 0.67 |
| Hex | 6D | BF | E9 | 35 | 12 | 0 | 9 | C8 | 4A | 43 |
| Octal | 155 | 277 | 351 | 65 | 22 | 0 | 11 | 310 | 112 | 103 |
| Binary | 1101101 | 10111111 | 11101001 | 110101 | 10010 | 0 | 1001 | 11001000 | 1001010 | 1000011 |
Color Harmonies of #6DBFE9
Complementary color
Monochromatic Colors of #6DBFE9
Black with #6DBFE9
Text Example
Text Example
White with #6DBFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBFE9; }
p { color: rgb(109,191,233); }
H1.HeaderClassName
{
color: #6DBFE9;
}
.AnyTagClassName
{
color: #6DBFE9;
}
</style>
background-color css
<style>
a { background-color: #6DBFE9; }
a { background-color: rgb(109,191,233); }
div.DivClassName
{
background-color: #6DBFE9;
}
.BgClassName
{
background-color: #6DBFE9;
}
</style>
border-color css
<style>
span { border-color: #6DBFE9; }
span { border-color: rgb(109,191,233); }
td.TdClassName
{
border-color: #6DBFE9;
}
.TagClassName
{
border-color: #6DBFE9;
}
</style>