Shades of Malibu #6DBDED
Tints of Malibu #6DBDED
RGB
CMYK
RGB Variations
Color information
#6DBDED (or 0x6DBDED) is known color: Malibu. HEX triplet: 6D, BD and ED. RGB value is (109,189,237). Sum of RGB (Red+Green+Blue) = 109+189+237=535 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.37% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 237 (92.97% from 255 or 44.30% from 535); Max value from RGB is 237 - color contains mainly: blue. Hex color #6DBDED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DBDED is #924212. Grayscale: #AAAAAA. Windows color (decimal): -9585171 or 15580525. OLE color: 15580525.
HSL color Cylindrical-coordinate representation of color #6DBDED: hue angle of 202.5º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DBDED is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 189 | 237 | - |
| CMYK | 0.54 | 0.20 | 0 | 0.07 |
| HSL | 202.5º | 0.78% | 0.68% | - |
| HSV(B) | 202.5º | 0.54% | 0.93% | - |
| XYZ | 39.79 | 45.76 | 86.86 | - |
| YUV | 170.55 | 165.5 | 84.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 189 | 237 | 0.54 | 0.20 | 0 | 0.07 | 202.5 | 0.78 | 0.68 |
| Hex | 6D | BD | ED | 36 | 14 | 0 | 7 | CA | 4E | 44 |
| Octal | 155 | 275 | 355 | 66 | 24 | 0 | 7 | 312 | 116 | 104 |
| Binary | 1101101 | 10111101 | 11101101 | 110110 | 10100 | 0 | 111 | 11001010 | 1001110 | 1000100 |
Color Harmonies of #6DBDED
Complementary color
Monochromatic Colors of #6DBDED
Black with #6DBDED
Text Example
Text Example
White with #6DBDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBDED; }
p { color: rgb(109,189,237); }
H1.HeaderClassName
{
color: #6DBDED;
}
.AnyTagClassName
{
color: #6DBDED;
}
</style>
background-color css
<style>
a { background-color: #6DBDED; }
a { background-color: rgb(109,189,237); }
div.DivClassName
{
background-color: #6DBDED;
}
.BgClassName
{
background-color: #6DBDED;
}
</style>
border-color css
<style>
span { border-color: #6DBDED; }
span { border-color: rgb(109,189,237); }
td.TdClassName
{
border-color: #6DBDED;
}
.TagClassName
{
border-color: #6DBDED;
}
</style>