Shades of Malibu #6FB3DF
Tints of Malibu #6FB3DF
RGB
CMYK
RGB Variations
Color information
#6FB3DF (or 0x6FB3DF) is known color: Malibu. HEX triplet: 6F, B3 and DF. RGB value is (111,179,223). Sum of RGB (Red+Green+Blue) = 111+179+223=513 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.64% from 513); Green value is 179 (70.31% from 255 or 34.89% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: blue. Hex color #6FB3DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FB3DF is #904C20. Grayscale: #A3A3A3. Windows color (decimal): -9456673 or 14660463. OLE color: 14660463.
HSL color Cylindrical-coordinate representation of color #6FB3DF: hue angle of 203.57º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FB3DF is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 179 | 223 | - |
| CMYK | 0.50 | 0.20 | 0 | 0.13 |
| HSL | 203.57º | 0.64% | 0.65% | - |
| HSV(B) | 203.57º | 0.5% | 0.87% | - |
| XYZ | 35.99 | 40.95 | 75.82 | - |
| YUV | 163.68 | 161.47 | 90.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 179 | 223 | 0.50 | 0.20 | 0 | 0.13 | 203.57 | 0.64 | 0.65 |
| Hex | 6F | B3 | DF | 32 | 14 | 0 | D | CC | 40 | 41 |
| Octal | 157 | 263 | 337 | 62 | 24 | 0 | 15 | 314 | 100 | 101 |
| Binary | 1101111 | 10110011 | 11011111 | 110010 | 10100 | 0 | 1101 | 11001100 | 1000000 | 1000001 |
Color Harmonies of #6FB3DF
Complementary color
Monochromatic Colors of #6FB3DF
Black with #6FB3DF
Text Example
Text Example
White with #6FB3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB3DF; }
p { color: rgb(111,179,223); }
H1.HeaderClassName
{
color: #6FB3DF;
}
.AnyTagClassName
{
color: #6FB3DF;
}
</style>
background-color css
<style>
a { background-color: #6FB3DF; }
a { background-color: rgb(111,179,223); }
div.DivClassName
{
background-color: #6FB3DF;
}
.BgClassName
{
background-color: #6FB3DF;
}
</style>
border-color css
<style>
span { border-color: #6FB3DF; }
span { border-color: rgb(111,179,223); }
td.TdClassName
{
border-color: #6FB3DF;
}
.TagClassName
{
border-color: #6FB3DF;
}
</style>