Shades of Malibu #6DBEEB
Tints of Malibu #6DBEEB
RGB
CMYK
RGB Variations
Color information
#6DBEEB (or 0x6DBEEB) is known color: Malibu. HEX triplet: 6D, BE and EB. RGB value is (109,190,235). Sum of RGB (Red+Green+Blue) = 109+190+235=534 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.41% from 534); Green value is 190 (74.61% from 255 or 35.58% from 534); Blue value is 235 (92.19% from 255 or 44.01% from 534); Max value from RGB is 235 - color contains mainly: blue. Hex color #6DBEEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DBEEB is #924114. Grayscale: #AAAAAA. Windows color (decimal): -9584917 or 15449709. OLE color: 15449709.
HSL color Cylindrical-coordinate representation of color #6DBEEB: hue angle of 201.43º 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 #6DBEEB is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 109 | 190 | 235 | - |
| CMYK | 0.54 | 0.19 | 0 | 0.08 |
| HSL | 201.43º | 0.76% | 0.67% | - |
| HSV(B) | 201.43º | 0.54% | 0.92% | - |
| XYZ | 39.72 | 46.08 | 85.4 | - |
| YUV | 170.91 | 164.16 | 83.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 190 | 235 | 0.54 | 0.19 | 0 | 0.08 | 201.43 | 0.76 | 0.67 |
| Hex | 6D | BE | EB | 36 | 13 | 0 | 8 | C9 | 4C | 43 |
| Octal | 155 | 276 | 353 | 66 | 23 | 0 | 10 | 311 | 114 | 103 |
| Binary | 1101101 | 10111110 | 11101011 | 110110 | 10011 | 0 | 1000 | 11001001 | 1001100 | 1000011 |
Color Harmonies of #6DBEEB
Complementary color
Monochromatic Colors of #6DBEEB
Black with #6DBEEB
Text Example
Text Example
White with #6DBEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBEEB; }
p { color: rgb(109,190,235); }
H1.HeaderClassName
{
color: #6DBEEB;
}
.AnyTagClassName
{
color: #6DBEEB;
}
</style>
background-color css
<style>
a { background-color: #6DBEEB; }
a { background-color: rgb(109,190,235); }
div.DivClassName
{
background-color: #6DBEEB;
}
.BgClassName
{
background-color: #6DBEEB;
}
</style>
border-color css
<style>
span { border-color: #6DBEEB; }
span { border-color: rgb(109,190,235); }
td.TdClassName
{
border-color: #6DBEEB;
}
.TagClassName
{
border-color: #6DBEEB;
}
</style>