Shades of Malibu #6BAFDB
Tints of Malibu #6BAFDB
RGB
CMYK
RGB Variations
Color information
#6BAFDB (or 0x6BAFDB) is known color: Malibu. HEX triplet: 6B, AF and DB. RGB value is (107,175,219). Sum of RGB (Red+Green+Blue) = 107+175+219=501 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.36% from 501); Green value is 175 (68.75% from 255 or 34.93% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #6BAFDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAFDB is #945024. Grayscale: #9F9F9F. Windows color (decimal): -9719845 or 14397291. OLE color: 14397291.
HSL color Cylindrical-coordinate representation of color #6BAFDB: hue angle of 203.57º degrees, saturation: 0.61, 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 #6BAFDB is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 175 | 219 | - |
| CMYK | 0.51 | 0.20 | 0 | 0.14 |
| HSL | 203.57º | 0.61% | 0.64% | - |
| HSV(B) | 203.57º | 0.51% | 0.86% | - |
| XYZ | 34.18 | 38.9 | 72.72 | - |
| YUV | 159.68 | 161.47 | 90.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 175 | 219 | 0.51 | 0.20 | 0 | 0.14 | 203.57 | 0.61 | 0.64 |
| Hex | 6B | AF | DB | 33 | 14 | 0 | E | CC | 3D | 40 |
| Octal | 153 | 257 | 333 | 63 | 24 | 0 | 16 | 314 | 75 | 100 |
| Binary | 1101011 | 10101111 | 11011011 | 110011 | 10100 | 0 | 1110 | 11001100 | 111101 | 1000000 |
Color Harmonies of #6BAFDB
Complementary color
Monochromatic Colors of #6BAFDB
Black with #6BAFDB
Text Example
Text Example
White with #6BAFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAFDB; }
p { color: rgb(107,175,219); }
H1.HeaderClassName
{
color: #6BAFDB;
}
.AnyTagClassName
{
color: #6BAFDB;
}
</style>
background-color css
<style>
a { background-color: #6BAFDB; }
a { background-color: rgb(107,175,219); }
div.DivClassName
{
background-color: #6BAFDB;
}
.BgClassName
{
background-color: #6BAFDB;
}
</style>
border-color css
<style>
span { border-color: #6BAFDB; }
span { border-color: rgb(107,175,219); }
td.TdClassName
{
border-color: #6BAFDB;
}
.TagClassName
{
border-color: #6BAFDB;
}
</style>