Shades of Malibu #6BB5DB
Tints of Malibu #6BB5DB
RGB
CMYK
RGB Variations
Color information
#6BB5DB (or 0x6BB5DB) is known color: Malibu. HEX triplet: 6B, B5 and DB. RGB value is (107,181,219). Sum of RGB (Red+Green+Blue) = 107+181+219=507 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.10% from 507); Green value is 181 (71.09% from 255 or 35.70% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #6BB5DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BB5DB is #944A24. Grayscale: #A2A2A2. Windows color (decimal): -9718309 or 14398827. OLE color: 14398827.
HSL color Cylindrical-coordinate representation of color #6BB5DB: hue angle of 200.36º 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 #6BB5DB is Cyan = 0.51, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 181 | 219 | - |
| CMYK | 0.51 | 0.17 | 0 | 0.14 |
| HSL | 200.36º | 0.61% | 0.64% | - |
| HSV(B) | 200.36º | 0.51% | 0.86% | - |
| XYZ | 35.37 | 41.29 | 73.12 | - |
| YUV | 163.21 | 159.48 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 181 | 219 | 0.51 | 0.17 | 0 | 0.14 | 200.36 | 0.61 | 0.64 |
| Hex | 6B | B5 | DB | 33 | 11 | 0 | E | C8 | 3D | 40 |
| Octal | 153 | 265 | 333 | 63 | 21 | 0 | 16 | 310 | 75 | 100 |
| Binary | 1101011 | 10110101 | 11011011 | 110011 | 10001 | 0 | 1110 | 11001000 | 111101 | 1000000 |
Color Harmonies of #6BB5DB
Complementary color
Monochromatic Colors of #6BB5DB
Black with #6BB5DB
Text Example
Text Example
White with #6BB5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB5DB; }
p { color: rgb(107,181,219); }
H1.HeaderClassName
{
color: #6BB5DB;
}
.AnyTagClassName
{
color: #6BB5DB;
}
</style>
background-color css
<style>
a { background-color: #6BB5DB; }
a { background-color: rgb(107,181,219); }
div.DivClassName
{
background-color: #6BB5DB;
}
.BgClassName
{
background-color: #6BB5DB;
}
</style>
border-color css
<style>
span { border-color: #6BB5DB; }
span { border-color: rgb(107,181,219); }
td.TdClassName
{
border-color: #6BB5DB;
}
.TagClassName
{
border-color: #6BB5DB;
}
</style>