Shades of Malibu #6FBCE6
Tints of Malibu #6FBCE6
RGB
CMYK
RGB Variations
Color information
#6FBCE6 (or 0x6FBCE6) is known color: Malibu. HEX triplet: 6F, BC and E6. RGB value is (111,188,230). Sum of RGB (Red+Green+Blue) = 111+188+230=529 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.98% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 230 (90.23% from 255 or 43.48% from 529); Max value from RGB is 230 - color contains mainly: blue. Hex color #6FBCE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FBCE6 is #904319. Grayscale: #A9A9A9. Windows color (decimal): -9454362 or 15121519. OLE color: 15121519.
HSL color Cylindrical-coordinate representation of color #6FBCE6: hue angle of 201.18º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FBCE6 is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 111 | 188 | 230 | - |
| CMYK | 0.52 | 0.18 | 0 | 0.10 |
| HSL | 201.18º | 0.7% | 0.67% | - |
| HSV(B) | 201.18º | 0.52% | 0.9% | - |
| XYZ | 38.82 | 45.06 | 81.51 | - |
| YUV | 169.77 | 161.99 | 86.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 188 | 230 | 0.52 | 0.18 | 0 | 0.10 | 201.18 | 0.7 | 0.67 |
| Hex | 6F | BC | E6 | 34 | 12 | 0 | A | C9 | 46 | 43 |
| Octal | 157 | 274 | 346 | 64 | 22 | 0 | 12 | 311 | 106 | 103 |
| Binary | 1101111 | 10111100 | 11100110 | 110100 | 10010 | 0 | 1010 | 11001001 | 1000110 | 1000011 |
Color Harmonies of #6FBCE6
Complementary color
Monochromatic Colors of #6FBCE6
Black with #6FBCE6
Text Example
Text Example
White with #6FBCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBCE6; }
p { color: rgb(111,188,230); }
H1.HeaderClassName
{
color: #6FBCE6;
}
.AnyTagClassName
{
color: #6FBCE6;
}
</style>
background-color css
<style>
a { background-color: #6FBCE6; }
a { background-color: rgb(111,188,230); }
div.DivClassName
{
background-color: #6FBCE6;
}
.BgClassName
{
background-color: #6FBCE6;
}
</style>
border-color css
<style>
span { border-color: #6FBCE6; }
span { border-color: rgb(111,188,230); }
td.TdClassName
{
border-color: #6FBCE6;
}
.TagClassName
{
border-color: #6FBCE6;
}
</style>