Shades of Malibu #6DB6EB
Tints of Malibu #6DB6EB
RGB
CMYK
RGB Variations
Color information
#6DB6EB (or 0x6DB6EB) is known color: Malibu. HEX triplet: 6D, B6 and EB. RGB value is (109,182,235). Sum of RGB (Red+Green+Blue) = 109+182+235=526 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.72% from 526); Green value is 182 (71.48% from 255 or 34.60% from 526); Blue value is 235 (92.19% from 255 or 44.68% from 526); Max value from RGB is 235 - color contains mainly: blue. Hex color #6DB6EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DB6EB is #924914. Grayscale: #A5A5A5. Windows color (decimal): -9586965 or 15447661. OLE color: 15447661.
HSL color Cylindrical-coordinate representation of color #6DB6EB: hue angle of 205.24º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DB6EB is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 109 | 182 | 235 | - |
| CMYK | 0.54 | 0.23 | 0 | 0.08 |
| HSL | 205.24º | 0.76% | 0.67% | - |
| HSV(B) | 205.24º | 0.54% | 0.92% | - |
| XYZ | 38.03 | 42.71 | 84.84 | - |
| YUV | 166.22 | 166.82 | 87.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 182 | 235 | 0.54 | 0.23 | 0 | 0.08 | 205.24 | 0.76 | 0.67 |
| Hex | 6D | B6 | EB | 36 | 17 | 0 | 8 | CD | 4C | 43 |
| Octal | 155 | 266 | 353 | 66 | 27 | 0 | 10 | 315 | 114 | 103 |
| Binary | 1101101 | 10110110 | 11101011 | 110110 | 10111 | 0 | 1000 | 11001101 | 1001100 | 1000011 |
Color Harmonies of #6DB6EB
Complementary color
Monochromatic Colors of #6DB6EB
Black with #6DB6EB
Text Example
Text Example
White with #6DB6EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB6EB; }
p { color: rgb(109,182,235); }
H1.HeaderClassName
{
color: #6DB6EB;
}
.AnyTagClassName
{
color: #6DB6EB;
}
</style>
background-color css
<style>
a { background-color: #6DB6EB; }
a { background-color: rgb(109,182,235); }
div.DivClassName
{
background-color: #6DB6EB;
}
.BgClassName
{
background-color: #6DB6EB;
}
</style>
border-color css
<style>
span { border-color: #6DB6EB; }
span { border-color: rgb(109,182,235); }
td.TdClassName
{
border-color: #6DB6EB;
}
.TagClassName
{
border-color: #6DB6EB;
}
</style>