Shades of Malibu #6FBFDD
Tints of Malibu #6FBFDD
RGB
CMYK
RGB Variations
Color information
#6FBFDD (or 0x6FBFDD) is known color: Malibu. HEX triplet: 6F, BF and DD. RGB value is (111,191,221). Sum of RGB (Red+Green+Blue) = 111+191+221=523 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.22% from 523); Green value is 191 (75% from 255 or 36.52% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #6FBFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBFDD is #904022. Grayscale: #AAAAAA. Windows color (decimal): -9453603 or 14532463. OLE color: 14532463.
HSL color Cylindrical-coordinate representation of color #6FBFDD: hue angle of 196.36º degrees, saturation: 0.62, 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 #6FBFDD is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 191 | 221 | - |
| CMYK | 0.50 | 0.14 | 0 | 0.13 |
| HSL | 196.36º | 0.62% | 0.65% | - |
| HSV(B) | 196.36º | 0.5% | 0.87% | - |
| XYZ | 38.24 | 45.86 | 75.24 | - |
| YUV | 170.5 | 156.5 | 85.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 191 | 221 | 0.50 | 0.14 | 0 | 0.13 | 196.36 | 0.62 | 0.65 |
| Hex | 6F | BF | DD | 32 | E | 0 | D | C4 | 3E | 41 |
| Octal | 157 | 277 | 335 | 62 | 16 | 0 | 15 | 304 | 76 | 101 |
| Binary | 1101111 | 10111111 | 11011101 | 110010 | 1110 | 0 | 1101 | 11000100 | 111110 | 1000001 |
Color Harmonies of #6FBFDD
Complementary color
Monochromatic Colors of #6FBFDD
Black with #6FBFDD
Text Example
Text Example
White with #6FBFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBFDD; }
p { color: rgb(111,191,221); }
H1.HeaderClassName
{
color: #6FBFDD;
}
.AnyTagClassName
{
color: #6FBFDD;
}
</style>
background-color css
<style>
a { background-color: #6FBFDD; }
a { background-color: rgb(111,191,221); }
div.DivClassName
{
background-color: #6FBFDD;
}
.BgClassName
{
background-color: #6FBFDD;
}
</style>
border-color css
<style>
span { border-color: #6FBFDD; }
span { border-color: rgb(111,191,221); }
td.TdClassName
{
border-color: #6FBFDD;
}
.TagClassName
{
border-color: #6FBFDD;
}
</style>