Shades of Malibu #6FBBED
Tints of Malibu #6FBBED
RGB
CMYK
RGB Variations
Color information
#6FBBED (or 0x6FBBED) is known color: Malibu. HEX triplet: 6F, BB and ED. RGB value is (111,187,237). Sum of RGB (Red+Green+Blue) = 111+187+237=535 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.75% from 535); Green value is 187 (73.44% from 255 or 34.95% from 535); Blue value is 237 (92.97% from 255 or 44.30% from 535); Max value from RGB is 237 - color contains mainly: blue. Hex color #6FBBED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FBBED is #904412. Grayscale: #A9A9A9. Windows color (decimal): -9454611 or 15580015. OLE color: 15580015.
HSL color Cylindrical-coordinate representation of color #6FBBED: hue angle of 203.81º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FBBED is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 187 | 237 | - |
| CMYK | 0.53 | 0.21 | 0 | 0.07 |
| HSL | 203.81º | 0.78% | 0.68% | - |
| HSV(B) | 203.81º | 0.53% | 0.93% | - |
| XYZ | 39.61 | 45.03 | 86.73 | - |
| YUV | 169.98 | 165.82 | 85.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 187 | 237 | 0.53 | 0.21 | 0 | 0.07 | 203.81 | 0.78 | 0.68 |
| Hex | 6F | BB | ED | 35 | 15 | 0 | 7 | CC | 4E | 44 |
| Octal | 157 | 273 | 355 | 65 | 25 | 0 | 7 | 314 | 116 | 104 |
| Binary | 1101111 | 10111011 | 11101101 | 110101 | 10101 | 0 | 111 | 11001100 | 1001110 | 1000100 |
Color Harmonies of #6FBBED
Complementary color
Monochromatic Colors of #6FBBED
Black with #6FBBED
Text Example
Text Example
White with #6FBBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBBED; }
p { color: rgb(111,187,237); }
H1.HeaderClassName
{
color: #6FBBED;
}
.AnyTagClassName
{
color: #6FBBED;
}
</style>
background-color css
<style>
a { background-color: #6FBBED; }
a { background-color: rgb(111,187,237); }
div.DivClassName
{
background-color: #6FBBED;
}
.BgClassName
{
background-color: #6FBBED;
}
</style>
border-color css
<style>
span { border-color: #6FBBED; }
span { border-color: rgb(111,187,237); }
td.TdClassName
{
border-color: #6FBBED;
}
.TagClassName
{
border-color: #6FBBED;
}
</style>