Shades of Malibu #6BB8DC
Tints of Malibu #6BB8DC
RGB
CMYK
RGB Variations
Color information
#6BB8DC (or 0x6BB8DC) is known color: Malibu. HEX triplet: 6B, B8 and DC. RGB value is (107,184,220). Sum of RGB (Red+Green+Blue) = 107+184+220=511 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.94% from 511); Green value is 184 (72.27% from 255 or 36.01% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #6BB8DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BB8DC is #944723. Grayscale: #A4A4A4. Windows color (decimal): -9717540 or 14465131. OLE color: 14465131.
HSL color Cylindrical-coordinate representation of color #6BB8DC: hue angle of 199.12º 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 #6BB8DC is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 184 | 220 | - |
| CMYK | 0.51 | 0.16 | 0 | 0.14 |
| HSL | 199.12º | 0.62% | 0.64% | - |
| HSV(B) | 199.12º | 0.51% | 0.86% | - |
| XYZ | 36.12 | 42.57 | 74.02 | - |
| YUV | 165.08 | 158.99 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 184 | 220 | 0.51 | 0.16 | 0 | 0.14 | 199.12 | 0.62 | 0.64 |
| Hex | 6B | B8 | DC | 33 | 10 | 0 | E | C7 | 3E | 40 |
| Octal | 153 | 270 | 334 | 63 | 20 | 0 | 16 | 307 | 76 | 100 |
| Binary | 1101011 | 10111000 | 11011100 | 110011 | 10000 | 0 | 1110 | 11000111 | 111110 | 1000000 |
Color Harmonies of #6BB8DC
Complementary color
Monochromatic Colors of #6BB8DC
Black with #6BB8DC
Text Example
Text Example
White with #6BB8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB8DC; }
p { color: rgb(107,184,220); }
H1.HeaderClassName
{
color: #6BB8DC;
}
.AnyTagClassName
{
color: #6BB8DC;
}
</style>
background-color css
<style>
a { background-color: #6BB8DC; }
a { background-color: rgb(107,184,220); }
div.DivClassName
{
background-color: #6BB8DC;
}
.BgClassName
{
background-color: #6BB8DC;
}
</style>
border-color css
<style>
span { border-color: #6BB8DC; }
span { border-color: rgb(107,184,220); }
td.TdClassName
{
border-color: #6BB8DC;
}
.TagClassName
{
border-color: #6BB8DC;
}
</style>