Shades of Malibu #6FBDDC
Tints of Malibu #6FBDDC
RGB
CMYK
RGB Variations
Color information
#6FBDDC (or 0x6FBDDC) is known color: Malibu. HEX triplet: 6F, BD and DC. RGB value is (111,189,220). Sum of RGB (Red+Green+Blue) = 111+189+220=520 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.35% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #6FBDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBDDC is #904223. Grayscale: #A9A9A9. Windows color (decimal): -9454116 or 14466415. OLE color: 14466415.
HSL color Cylindrical-coordinate representation of color #6FBDDC: hue angle of 197.06º 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 #6FBDDC is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 189 | 220 | - |
| CMYK | 0.50 | 0.14 | 0 | 0.14 |
| HSL | 197.06º | 0.61% | 0.65% | - |
| HSV(B) | 197.06º | 0.5% | 0.86% | - |
| XYZ | 37.67 | 44.94 | 74.4 | - |
| YUV | 169.21 | 156.66 | 86.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 189 | 220 | 0.50 | 0.14 | 0 | 0.14 | 197.06 | 0.61 | 0.65 |
| Hex | 6F | BD | DC | 32 | E | 0 | E | C5 | 3D | 41 |
| Octal | 157 | 275 | 334 | 62 | 16 | 0 | 16 | 305 | 75 | 101 |
| Binary | 1101111 | 10111101 | 11011100 | 110010 | 1110 | 0 | 1110 | 11000101 | 111101 | 1000001 |
Color Harmonies of #6FBDDC
Complementary color
Monochromatic Colors of #6FBDDC
Black with #6FBDDC
Text Example
Text Example
White with #6FBDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBDDC; }
p { color: rgb(111,189,220); }
H1.HeaderClassName
{
color: #6FBDDC;
}
.AnyTagClassName
{
color: #6FBDDC;
}
</style>
background-color css
<style>
a { background-color: #6FBDDC; }
a { background-color: rgb(111,189,220); }
div.DivClassName
{
background-color: #6FBDDC;
}
.BgClassName
{
background-color: #6FBDDC;
}
</style>
border-color css
<style>
span { border-color: #6FBDDC; }
span { border-color: rgb(111,189,220); }
td.TdClassName
{
border-color: #6FBDDC;
}
.TagClassName
{
border-color: #6FBDDC;
}
</style>