Shades of Malibu #6FB1DF
Tints of Malibu #6FB1DF
RGB
CMYK
RGB Variations
Color information
#6FB1DF (or 0x6FB1DF) is known color: Malibu. HEX triplet: 6F, B1 and DF. RGB value is (111,177,223). Sum of RGB (Red+Green+Blue) = 111+177+223=511 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.72% from 511); Green value is 177 (69.53% from 255 or 34.64% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #6FB1DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FB1DF is #904E20. Grayscale: #A2A2A2. Windows color (decimal): -9457185 or 14659951. OLE color: 14659951.
HSL color Cylindrical-coordinate representation of color #6FB1DF: hue angle of 204.64º 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 #6FB1DF is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 177 | 223 | - |
| CMYK | 0.50 | 0.21 | 0 | 0.13 |
| HSL | 204.64º | 0.64% | 0.65% | - |
| HSV(B) | 204.64º | 0.5% | 0.87% | - |
| XYZ | 35.6 | 40.15 | 75.69 | - |
| YUV | 162.51 | 162.13 | 91.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 177 | 223 | 0.50 | 0.21 | 0 | 0.13 | 204.64 | 0.64 | 0.65 |
| Hex | 6F | B1 | DF | 32 | 15 | 0 | D | CD | 40 | 41 |
| Octal | 157 | 261 | 337 | 62 | 25 | 0 | 15 | 315 | 100 | 101 |
| Binary | 1101111 | 10110001 | 11011111 | 110010 | 10101 | 0 | 1101 | 11001101 | 1000000 | 1000001 |
Color Harmonies of #6FB1DF
Complementary color
Monochromatic Colors of #6FB1DF
Black with #6FB1DF
Text Example
Text Example
White with #6FB1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB1DF; }
p { color: rgb(111,177,223); }
H1.HeaderClassName
{
color: #6FB1DF;
}
.AnyTagClassName
{
color: #6FB1DF;
}
</style>
background-color css
<style>
a { background-color: #6FB1DF; }
a { background-color: rgb(111,177,223); }
div.DivClassName
{
background-color: #6FB1DF;
}
.BgClassName
{
background-color: #6FB1DF;
}
</style>
border-color css
<style>
span { border-color: #6FB1DF; }
span { border-color: rgb(111,177,223); }
td.TdClassName
{
border-color: #6FB1DF;
}
.TagClassName
{
border-color: #6FB1DF;
}
</style>