Shades of Malibu #6FB3DC
Tints of Malibu #6FB3DC
RGB
CMYK
RGB Variations
Color information
#6FB3DC (or 0x6FB3DC) is known color: Malibu. HEX triplet: 6F, B3 and DC. RGB value is (111,179,220). Sum of RGB (Red+Green+Blue) = 111+179+220=510 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.76% from 510); Green value is 179 (70.31% from 255 or 35.10% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #6FB3DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FB3DC is #904C23. Grayscale: #A3A3A3. Windows color (decimal): -9456676 or 14463855. OLE color: 14463855.
HSL color Cylindrical-coordinate representation of color #6FB3DC: hue angle of 202.57º 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 #6FB3DC is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 179 | 220 | - |
| CMYK | 0.50 | 0.19 | 0 | 0.14 |
| HSL | 202.57º | 0.61% | 0.65% | - |
| HSV(B) | 202.57º | 0.5% | 0.86% | - |
| XYZ | 35.59 | 40.79 | 73.71 | - |
| YUV | 163.34 | 159.97 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 179 | 220 | 0.50 | 0.19 | 0 | 0.14 | 202.57 | 0.61 | 0.65 |
| Hex | 6F | B3 | DC | 32 | 13 | 0 | E | CB | 3D | 41 |
| Octal | 157 | 263 | 334 | 62 | 23 | 0 | 16 | 313 | 75 | 101 |
| Binary | 1101111 | 10110011 | 11011100 | 110010 | 10011 | 0 | 1110 | 11001011 | 111101 | 1000001 |
Color Harmonies of #6FB3DC
Complementary color
Monochromatic Colors of #6FB3DC
Black with #6FB3DC
Text Example
Text Example
White with #6FB3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB3DC; }
p { color: rgb(111,179,220); }
H1.HeaderClassName
{
color: #6FB3DC;
}
.AnyTagClassName
{
color: #6FB3DC;
}
</style>
background-color css
<style>
a { background-color: #6FB3DC; }
a { background-color: rgb(111,179,220); }
div.DivClassName
{
background-color: #6FB3DC;
}
.BgClassName
{
background-color: #6FB3DC;
}
</style>
border-color css
<style>
span { border-color: #6FB3DC; }
span { border-color: rgb(111,179,220); }
td.TdClassName
{
border-color: #6FB3DC;
}
.TagClassName
{
border-color: #6FB3DC;
}
</style>