Shades of Malibu #6FB9E7
Tints of Malibu #6FB9E7
RGB
CMYK
RGB Variations
Color information
#6FB9E7 (or 0x6FB9E7) is known color: Malibu. HEX triplet: 6F, B9 and E7. RGB value is (111,185,231). Sum of RGB (Red+Green+Blue) = 111+185+231=527 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.06% from 527); Green value is 185 (72.66% from 255 or 35.10% from 527); Blue value is 231 (90.62% from 255 or 43.83% from 527); Max value from RGB is 231 - color contains mainly: blue. Hex color #6FB9E7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FB9E7 is #904618. Grayscale: #A7A7A7. Windows color (decimal): -9455129 or 15186287. OLE color: 15186287.
HSL color Cylindrical-coordinate representation of color #6FB9E7: hue angle of 203º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FB9E7 is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 111 | 185 | 231 | - |
| CMYK | 0.52 | 0.20 | 0 | 0.09 |
| HSL | 203º | 0.71% | 0.67% | - |
| HSV(B) | 203º | 0.52% | 0.91% | - |
| XYZ | 38.33 | 43.85 | 82.04 | - |
| YUV | 168.12 | 163.48 | 87.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 185 | 231 | 0.52 | 0.20 | 0 | 0.09 | 203 | 0.71 | 0.67 |
| Hex | 6F | B9 | E7 | 34 | 14 | 0 | 9 | CB | 47 | 43 |
| Octal | 157 | 271 | 347 | 64 | 24 | 0 | 11 | 313 | 107 | 103 |
| Binary | 1101111 | 10111001 | 11100111 | 110100 | 10100 | 0 | 1001 | 11001011 | 1000111 | 1000011 |
Color Harmonies of #6FB9E7
Complementary color
Monochromatic Colors of #6FB9E7
Black with #6FB9E7
Text Example
Text Example
White with #6FB9E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB9E7; }
p { color: rgb(111,185,231); }
H1.HeaderClassName
{
color: #6FB9E7;
}
.AnyTagClassName
{
color: #6FB9E7;
}
</style>
background-color css
<style>
a { background-color: #6FB9E7; }
a { background-color: rgb(111,185,231); }
div.DivClassName
{
background-color: #6FB9E7;
}
.BgClassName
{
background-color: #6FB9E7;
}
</style>
border-color css
<style>
span { border-color: #6FB9E7; }
span { border-color: rgb(111,185,231); }
td.TdClassName
{
border-color: #6FB9E7;
}
.TagClassName
{
border-color: #6FB9E7;
}
</style>