Shades of Malibu #6BBCEB
Tints of Malibu #6BBCEB
RGB
CMYK
RGB Variations
Color information
#6BBCEB (or 0x6BBCEB) is known color: Malibu. HEX triplet: 6B, BC and EB. RGB value is (107,188,235). Sum of RGB (Red+Green+Blue) = 107+188+235=530 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.19% from 530); Green value is 188 (73.83% from 255 or 35.47% from 530); Blue value is 235 (92.19% from 255 or 44.34% from 530); Max value from RGB is 235 - color contains mainly: blue. Hex color #6BBCEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BBCEB is #944314. Grayscale: #A8A8A8. Windows color (decimal): -9716501 or 15449195. OLE color: 15449195.
HSL color Cylindrical-coordinate representation of color #6BBCEB: hue angle of 202.03º 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 #6BBCEB is Cyan = 0.54, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 107 | 188 | 235 | - |
| CMYK | 0.54 | 0.2 | 0 | 0.08 |
| HSL | 202.03º | 0.76% | 0.67% | - |
| HSV(B) | 202.03º | 0.54% | 0.92% | - |
| XYZ | 39.04 | 45.09 | 85.24 | - |
| YUV | 169.14 | 165.16 | 83.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 188 | 235 | 0.54 | 0.2 | 0 | 0.08 | 202.03 | 0.76 | 0.67 |
| Hex | 6B | BC | EB | 36 | 14 | 0 | 8 | CA | 4C | 43 |
| Octal | 153 | 274 | 353 | 66 | 24 | 0 | 10 | 312 | 114 | 103 |
| Binary | 1101011 | 10111100 | 11101011 | 110110 | 10100 | 0 | 1000 | 11001010 | 1001100 | 1000011 |
Color Harmonies of #6BBCEB
Complementary color
Monochromatic Colors of #6BBCEB
Black with #6BBCEB
Text Example
Text Example
White with #6BBCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBCEB; }
p { color: rgb(107,188,235); }
H1.HeaderClassName
{
color: #6BBCEB;
}
.AnyTagClassName
{
color: #6BBCEB;
}
</style>
background-color css
<style>
a { background-color: #6BBCEB; }
a { background-color: rgb(107,188,235); }
div.DivClassName
{
background-color: #6BBCEB;
}
.BgClassName
{
background-color: #6BBCEB;
}
</style>
border-color css
<style>
span { border-color: #6BBCEB; }
span { border-color: rgb(107,188,235); }
td.TdClassName
{
border-color: #6BBCEB;
}
.TagClassName
{
border-color: #6BBCEB;
}
</style>