Shades of Malibu #6DBDE1
Tints of Malibu #6DBDE1
RGB
CMYK
RGB Variations
Color information
#6DBDE1 (or 0x6DBDE1) is known color: Malibu. HEX triplet: 6D, BD and E1. RGB value is (109,189,225). Sum of RGB (Red+Green+Blue) = 109+189+225=523 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.84% from 523); Green value is 189 (74.22% from 255 or 36.14% from 523); Blue value is 225 (88.28% from 255 or 43.02% from 523); Max value from RGB is 225 - color contains mainly: blue. Hex color #6DBDE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBDE1 is #92421E. Grayscale: #A8A8A8. Windows color (decimal): -9585183 or 14794093. OLE color: 14794093.
HSL color Cylindrical-coordinate representation of color #6DBDE1: hue angle of 198.62º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6DBDE1 is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 109 | 189 | 225 | - |
| CMYK | 0.52 | 0.16 | 0 | 0.12 |
| HSL | 198.62º | 0.66% | 0.65% | - |
| HSV(B) | 198.62º | 0.52% | 0.88% | - |
| XYZ | 38.09 | 45.08 | 77.93 | - |
| YUV | 169.18 | 159.5 | 85.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 189 | 225 | 0.52 | 0.16 | 0 | 0.12 | 198.62 | 0.66 | 0.65 |
| Hex | 6D | BD | E1 | 34 | 10 | 0 | C | C7 | 42 | 41 |
| Octal | 155 | 275 | 341 | 64 | 20 | 0 | 14 | 307 | 102 | 101 |
| Binary | 1101101 | 10111101 | 11100001 | 110100 | 10000 | 0 | 1100 | 11000111 | 1000010 | 1000001 |
Color Harmonies of #6DBDE1
Complementary color
Monochromatic Colors of #6DBDE1
Black with #6DBDE1
Text Example
Text Example
White with #6DBDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBDE1; }
p { color: rgb(109,189,225); }
H1.HeaderClassName
{
color: #6DBDE1;
}
.AnyTagClassName
{
color: #6DBDE1;
}
</style>
background-color css
<style>
a { background-color: #6DBDE1; }
a { background-color: rgb(109,189,225); }
div.DivClassName
{
background-color: #6DBDE1;
}
.BgClassName
{
background-color: #6DBDE1;
}
</style>
border-color css
<style>
span { border-color: #6DBDE1; }
span { border-color: rgb(109,189,225); }
td.TdClassName
{
border-color: #6DBDE1;
}
.TagClassName
{
border-color: #6DBDE1;
}
</style>