Shades of Malibu #6BBAE8
Tints of Malibu #6BBAE8
RGB
CMYK
RGB Variations
Color information
#6BBAE8 (or 0x6BBAE8) is known color: Malibu. HEX triplet: 6B, BA and E8. RGB value is (107,186,232). Sum of RGB (Red+Green+Blue) = 107+186+232=525 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.38% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 232 (91.02% from 255 or 44.19% from 525); Max value from RGB is 232 - color contains mainly: blue. Hex color #6BBAE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BBAE8 is #944517. Grayscale: #A7A7A7. Windows color (decimal): -9717016 or 15252075. OLE color: 15252075.
HSL color Cylindrical-coordinate representation of color #6BBAE8: hue angle of 202.08º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BBAE8 is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 107 | 186 | 232 | - |
| CMYK | 0.54 | 0.20 | 0 | 0.09 |
| HSL | 202.08º | 0.73% | 0.66% | - |
| HSV(B) | 202.08º | 0.54% | 0.91% | - |
| XYZ | 38.19 | 44.07 | 82.84 | - |
| YUV | 167.62 | 164.33 | 84.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 186 | 232 | 0.54 | 0.20 | 0 | 0.09 | 202.08 | 0.73 | 0.66 |
| Hex | 6B | BA | E8 | 36 | 14 | 0 | 9 | CA | 49 | 42 |
| Octal | 153 | 272 | 350 | 66 | 24 | 0 | 11 | 312 | 111 | 102 |
| Binary | 1101011 | 10111010 | 11101000 | 110110 | 10100 | 0 | 1001 | 11001010 | 1001001 | 1000010 |
Color Harmonies of #6BBAE8
Complementary color
Monochromatic Colors of #6BBAE8
Black with #6BBAE8
Text Example
Text Example
White with #6BBAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBAE8; }
p { color: rgb(107,186,232); }
H1.HeaderClassName
{
color: #6BBAE8;
}
.AnyTagClassName
{
color: #6BBAE8;
}
</style>
background-color css
<style>
a { background-color: #6BBAE8; }
a { background-color: rgb(107,186,232); }
div.DivClassName
{
background-color: #6BBAE8;
}
.BgClassName
{
background-color: #6BBAE8;
}
</style>
border-color css
<style>
span { border-color: #6BBAE8; }
span { border-color: rgb(107,186,232); }
td.TdClassName
{
border-color: #6BBAE8;
}
.TagClassName
{
border-color: #6BBAE8;
}
</style>