Shades of Malibu #6BB4DB
Tints of Malibu #6BB4DB
RGB
CMYK
RGB Variations
Color information
#6BB4DB (or 0x6BB4DB) is known color: Malibu. HEX triplet: 6B, B4 and DB. RGB value is (107,180,219). Sum of RGB (Red+Green+Blue) = 107+180+219=506 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.15% from 506); Green value is 180 (70.70% from 255 or 35.57% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #6BB4DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BB4DB is #944B24. Grayscale: #A2A2A2. Windows color (decimal): -9718565 or 14398571. OLE color: 14398571.
HSL color Cylindrical-coordinate representation of color #6BB4DB: hue angle of 200.89º 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 #6BB4DB is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 180 | 219 | - |
| CMYK | 0.51 | 0.18 | 0 | 0.14 |
| HSL | 200.89º | 0.61% | 0.64% | - |
| HSV(B) | 200.89º | 0.51% | 0.86% | - |
| XYZ | 35.17 | 40.88 | 73.06 | - |
| YUV | 162.62 | 159.82 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 180 | 219 | 0.51 | 0.18 | 0 | 0.14 | 200.89 | 0.61 | 0.64 |
| Hex | 6B | B4 | DB | 33 | 12 | 0 | E | C9 | 3D | 40 |
| Octal | 153 | 264 | 333 | 63 | 22 | 0 | 16 | 311 | 75 | 100 |
| Binary | 1101011 | 10110100 | 11011011 | 110011 | 10010 | 0 | 1110 | 11001001 | 111101 | 1000000 |
Color Harmonies of #6BB4DB
Complementary color
Monochromatic Colors of #6BB4DB
Black with #6BB4DB
Text Example
Text Example
White with #6BB4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB4DB; }
p { color: rgb(107,180,219); }
H1.HeaderClassName
{
color: #6BB4DB;
}
.AnyTagClassName
{
color: #6BB4DB;
}
</style>
background-color css
<style>
a { background-color: #6BB4DB; }
a { background-color: rgb(107,180,219); }
div.DivClassName
{
background-color: #6BB4DB;
}
.BgClassName
{
background-color: #6BB4DB;
}
</style>
border-color css
<style>
span { border-color: #6BB4DB; }
span { border-color: rgb(107,180,219); }
td.TdClassName
{
border-color: #6BB4DB;
}
.TagClassName
{
border-color: #6BB4DB;
}
</style>