Shades of Malibu #6FB3E7
Tints of Malibu #6FB3E7
RGB
CMYK
RGB Variations
Color information
#6FB3E7 (or 0x6FB3E7) is known color: Malibu. HEX triplet: 6F, B3 and E7. RGB value is (111,179,231). Sum of RGB (Red+Green+Blue) = 111+179+231=521 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.31% from 521); Green value is 179 (70.31% from 255 or 34.36% from 521); Blue value is 231 (90.62% from 255 or 44.34% from 521); Max value from RGB is 231 - color contains mainly: blue. Hex color #6FB3E7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FB3E7 is #904C18. Grayscale: #A4A4A4. Windows color (decimal): -9456665 or 15184751. OLE color: 15184751.
HSL color Cylindrical-coordinate representation of color #6FB3E7: hue angle of 206º 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 #6FB3E7 is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 111 | 179 | 231 | - |
| CMYK | 0.52 | 0.23 | 0 | 0.09 |
| HSL | 206º | 0.71% | 0.67% | - |
| HSV(B) | 206º | 0.52% | 0.91% | - |
| XYZ | 37.1 | 41.39 | 81.63 | - |
| YUV | 164.6 | 165.47 | 89.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 179 | 231 | 0.52 | 0.23 | 0 | 0.09 | 206 | 0.71 | 0.67 |
| Hex | 6F | B3 | E7 | 34 | 17 | 0 | 9 | CE | 47 | 43 |
| Octal | 157 | 263 | 347 | 64 | 27 | 0 | 11 | 316 | 107 | 103 |
| Binary | 1101111 | 10110011 | 11100111 | 110100 | 10111 | 0 | 1001 | 11001110 | 1000111 | 1000011 |
Color Harmonies of #6FB3E7
Complementary color
Monochromatic Colors of #6FB3E7
Black with #6FB3E7
Text Example
Text Example
White with #6FB3E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB3E7; }
p { color: rgb(111,179,231); }
H1.HeaderClassName
{
color: #6FB3E7;
}
.AnyTagClassName
{
color: #6FB3E7;
}
</style>
background-color css
<style>
a { background-color: #6FB3E7; }
a { background-color: rgb(111,179,231); }
div.DivClassName
{
background-color: #6FB3E7;
}
.BgClassName
{
background-color: #6FB3E7;
}
</style>
border-color css
<style>
span { border-color: #6FB3E7; }
span { border-color: rgb(111,179,231); }
td.TdClassName
{
border-color: #6FB3E7;
}
.TagClassName
{
border-color: #6FB3E7;
}
</style>