Shades of Malibu #6BBFDC
Tints of Malibu #6BBFDC
RGB
CMYK
RGB Variations
Color information
#6BBFDC (or 0x6BBFDC) is known color: Malibu. HEX triplet: 6B, BF and DC. RGB value is (107,191,220). Sum of RGB (Red+Green+Blue) = 107+191+220=518 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.66% from 518); Green value is 191 (75% from 255 or 36.87% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #6BBFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBFDC is #944023. Grayscale: #A8A8A8. Windows color (decimal): -9715748 or 14466923. OLE color: 14466923.
HSL color Cylindrical-coordinate representation of color #6BBFDC: hue angle of 195.4º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BBFDC is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 191 | 220 | - |
| CMYK | 0.51 | 0.13 | 0 | 0.14 |
| HSL | 195.4º | 0.62% | 0.64% | - |
| HSV(B) | 195.4º | 0.51% | 0.86% | - |
| XYZ | 37.61 | 45.55 | 74.52 | - |
| YUV | 169.19 | 156.67 | 83.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 191 | 220 | 0.51 | 0.13 | 0 | 0.14 | 195.4 | 0.62 | 0.64 |
| Hex | 6B | BF | DC | 33 | D | 0 | E | C3 | 3E | 40 |
| Octal | 153 | 277 | 334 | 63 | 15 | 0 | 16 | 303 | 76 | 100 |
| Binary | 1101011 | 10111111 | 11011100 | 110011 | 1101 | 0 | 1110 | 11000011 | 111110 | 1000000 |
Color Harmonies of #6BBFDC
Complementary color
Monochromatic Colors of #6BBFDC
Black with #6BBFDC
Text Example
Text Example
White with #6BBFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBFDC; }
p { color: rgb(107,191,220); }
H1.HeaderClassName
{
color: #6BBFDC;
}
.AnyTagClassName
{
color: #6BBFDC;
}
</style>
background-color css
<style>
a { background-color: #6BBFDC; }
a { background-color: rgb(107,191,220); }
div.DivClassName
{
background-color: #6BBFDC;
}
.BgClassName
{
background-color: #6BBFDC;
}
</style>
border-color css
<style>
span { border-color: #6BBFDC; }
span { border-color: rgb(107,191,220); }
td.TdClassName
{
border-color: #6BBFDC;
}
.TagClassName
{
border-color: #6BBFDC;
}
</style>