Shades of Malibu #6BACDF
Tints of Malibu #6BACDF
RGB
CMYK
RGB Variations
Color information
#6BACDF (or 0x6BACDF) is known color: Malibu. HEX triplet: 6B, AC and DF. RGB value is (107,172,223). Sum of RGB (Red+Green+Blue) = 107+172+223=502 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.31% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #6BACDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BACDF is #945320. Grayscale: #9E9E9E. Windows color (decimal): -9720609 or 14658667. OLE color: 14658667.
HSL color Cylindrical-coordinate representation of color #6BACDF: hue angle of 206.38º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BACDF is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 172 | 223 | - |
| CMYK | 0.52 | 0.23 | 0 | 0.13 |
| HSL | 206.38º | 0.64% | 0.65% | - |
| HSV(B) | 206.38º | 0.52% | 0.87% | - |
| XYZ | 34.14 | 37.96 | 75.34 | - |
| YUV | 158.38 | 164.47 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 172 | 223 | 0.52 | 0.23 | 0 | 0.13 | 206.38 | 0.64 | 0.65 |
| Hex | 6B | AC | DF | 34 | 17 | 0 | D | CE | 40 | 41 |
| Octal | 153 | 254 | 337 | 64 | 27 | 0 | 15 | 316 | 100 | 101 |
| Binary | 1101011 | 10101100 | 11011111 | 110100 | 10111 | 0 | 1101 | 11001110 | 1000000 | 1000001 |
Color Harmonies of #6BACDF
Complementary color
Monochromatic Colors of #6BACDF
Black with #6BACDF
Text Example
Text Example
White with #6BACDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BACDF; }
p { color: rgb(107,172,223); }
H1.HeaderClassName
{
color: #6BACDF;
}
.AnyTagClassName
{
color: #6BACDF;
}
</style>
background-color css
<style>
a { background-color: #6BACDF; }
a { background-color: rgb(107,172,223); }
div.DivClassName
{
background-color: #6BACDF;
}
.BgClassName
{
background-color: #6BACDF;
}
</style>
border-color css
<style>
span { border-color: #6BACDF; }
span { border-color: rgb(107,172,223); }
td.TdClassName
{
border-color: #6BACDF;
}
.TagClassName
{
border-color: #6BACDF;
}
</style>