Shades of Malibu #6FB4DC
Tints of Malibu #6FB4DC
RGB
CMYK
RGB Variations
Color information
#6FB4DC (or 0x6FB4DC) is known color: Malibu. HEX triplet: 6F, B4 and DC. RGB value is (111,180,220). Sum of RGB (Red+Green+Blue) = 111+180+220=511 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.72% from 511); Green value is 180 (70.70% from 255 or 35.23% 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 #6FB4DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FB4DC is #904B23. Grayscale: #A3A3A3. Windows color (decimal): -9456420 or 14464111. OLE color: 14464111.
HSL color Cylindrical-coordinate representation of color #6FB4DC: hue angle of 202.02º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FB4DC is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 180 | 220 | - |
| CMYK | 0.50 | 0.18 | 0 | 0.14 |
| HSL | 202.02º | 0.61% | 0.65% | - |
| HSV(B) | 202.02º | 0.5% | 0.86% | - |
| XYZ | 35.8 | 41.19 | 73.77 | - |
| YUV | 163.93 | 159.64 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 180 | 220 | 0.50 | 0.18 | 0 | 0.14 | 202.02 | 0.61 | 0.65 |
| Hex | 6F | B4 | DC | 32 | 12 | 0 | E | CA | 3D | 41 |
| Octal | 157 | 264 | 334 | 62 | 22 | 0 | 16 | 312 | 75 | 101 |
| Binary | 1101111 | 10110100 | 11011100 | 110010 | 10010 | 0 | 1110 | 11001010 | 111101 | 1000001 |
Color Harmonies of #6FB4DC
Complementary color
Monochromatic Colors of #6FB4DC
Black with #6FB4DC
Text Example
Text Example
White with #6FB4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB4DC; }
p { color: rgb(111,180,220); }
H1.HeaderClassName
{
color: #6FB4DC;
}
.AnyTagClassName
{
color: #6FB4DC;
}
</style>
background-color css
<style>
a { background-color: #6FB4DC; }
a { background-color: rgb(111,180,220); }
div.DivClassName
{
background-color: #6FB4DC;
}
.BgClassName
{
background-color: #6FB4DC;
}
</style>
border-color css
<style>
span { border-color: #6FB4DC; }
span { border-color: rgb(111,180,220); }
td.TdClassName
{
border-color: #6FB4DC;
}
.TagClassName
{
border-color: #6FB4DC;
}
</style>