Shades of Malibu #6BC5DA
Tints of Malibu #6BC5DA
RGB
CMYK
RGB Variations
Color information
#6BC5DA (or 0x6BC5DA) is known color: Malibu. HEX triplet: 6B, C5 and DA. RGB value is (107,197,218). Sum of RGB (Red+Green+Blue) = 107+197+218=522 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.50% from 522); Green value is 197 (77.34% from 255 or 37.74% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 218 - color contains mainly: blue. Hex color #6BC5DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BC5DA is #943A25. Grayscale: #ACACAC. Windows color (decimal): -9714214 or 14337387. OLE color: 14337387.
HSL color Cylindrical-coordinate representation of color #6BC5DA: hue angle of 191.35º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BC5DA is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 107 | 197 | 218 | - |
| CMYK | 0.51 | 0.10 | 0 | 0.15 |
| HSL | 191.35º | 0.6% | 0.64% | - |
| HSV(B) | 191.35º | 0.51% | 0.85% | - |
| XYZ | 38.68 | 48.12 | 73.58 | - |
| YUV | 172.48 | 153.68 | 81.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 197 | 218 | 0.51 | 0.10 | 0 | 0.15 | 191.35 | 0.6 | 0.64 |
| Hex | 6B | C5 | DA | 33 | A | 0 | F | BF | 3C | 40 |
| Octal | 153 | 305 | 332 | 63 | 12 | 0 | 17 | 277 | 74 | 100 |
| Binary | 1101011 | 11000101 | 11011010 | 110011 | 1010 | 0 | 1111 | 10111111 | 111100 | 1000000 |
Color Harmonies of #6BC5DA
Complementary color
Monochromatic Colors of #6BC5DA
Black with #6BC5DA
Text Example
Text Example
White with #6BC5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC5DA; }
p { color: rgb(107,197,218); }
H1.HeaderClassName
{
color: #6BC5DA;
}
.AnyTagClassName
{
color: #6BC5DA;
}
</style>
background-color css
<style>
a { background-color: #6BC5DA; }
a { background-color: rgb(107,197,218); }
div.DivClassName
{
background-color: #6BC5DA;
}
.BgClassName
{
background-color: #6BC5DA;
}
</style>
border-color css
<style>
span { border-color: #6BC5DA; }
span { border-color: rgb(107,197,218); }
td.TdClassName
{
border-color: #6BC5DA;
}
.TagClassName
{
border-color: #6BC5DA;
}
</style>