Shades of Malibu #6DBCE5
Tints of Malibu #6DBCE5
RGB
CMYK
RGB Variations
Color information
#6DBCE5 (or 0x6DBCE5) is known color: Malibu. HEX triplet: 6D, BC and E5. RGB value is (109,188,229). Sum of RGB (Red+Green+Blue) = 109+188+229=526 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.72% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 229 (89.84% from 255 or 43.54% from 526); Max value from RGB is 229 - color contains mainly: blue. Hex color #6DBCE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBCE5 is #92431A. Grayscale: #A8A8A8. Windows color (decimal): -9585435 or 15055981. OLE color: 15055981.
HSL color Cylindrical-coordinate representation of color #6DBCE5: hue angle of 200.5º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6DBCE5 is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 109 | 188 | 229 | - |
| CMYK | 0.52 | 0.18 | 0 | 0.10 |
| HSL | 200.5º | 0.7% | 0.66% | - |
| HSV(B) | 200.5º | 0.52% | 0.9% | - |
| XYZ | 38.43 | 44.87 | 80.76 | - |
| YUV | 169.05 | 161.83 | 85.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 188 | 229 | 0.52 | 0.18 | 0 | 0.10 | 200.5 | 0.7 | 0.66 |
| Hex | 6D | BC | E5 | 34 | 12 | 0 | A | C8 | 46 | 42 |
| Octal | 155 | 274 | 345 | 64 | 22 | 0 | 12 | 310 | 106 | 102 |
| Binary | 1101101 | 10111100 | 11100101 | 110100 | 10010 | 0 | 1010 | 11001000 | 1000110 | 1000010 |
Color Harmonies of #6DBCE5
Complementary color
Monochromatic Colors of #6DBCE5
Black with #6DBCE5
Text Example
Text Example
White with #6DBCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBCE5; }
p { color: rgb(109,188,229); }
H1.HeaderClassName
{
color: #6DBCE5;
}
.AnyTagClassName
{
color: #6DBCE5;
}
</style>
background-color css
<style>
a { background-color: #6DBCE5; }
a { background-color: rgb(109,188,229); }
div.DivClassName
{
background-color: #6DBCE5;
}
.BgClassName
{
background-color: #6DBCE5;
}
</style>
border-color css
<style>
span { border-color: #6DBCE5; }
span { border-color: rgb(109,188,229); }
td.TdClassName
{
border-color: #6DBCE5;
}
.TagClassName
{
border-color: #6DBCE5;
}
</style>