Shades of Malibu #6FB4E7
Tints of Malibu #6FB4E7
RGB
CMYK
RGB Variations
Color information
#6FB4E7 (or 0x6FB4E7) is known color: Malibu. HEX triplet: 6F, B4 and E7. RGB value is (111,180,231). Sum of RGB (Red+Green+Blue) = 111+180+231=522 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.26% from 522); Green value is 180 (70.70% from 255 or 34.48% from 522); Blue value is 231 (90.62% from 255 or 44.25% from 522); Max value from RGB is 231 - color contains mainly: blue. Hex color #6FB4E7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FB4E7 is #904B18. Grayscale: #A4A4A4. Windows color (decimal): -9456409 or 15185007. OLE color: 15185007.
HSL color Cylindrical-coordinate representation of color #6FB4E7: hue angle of 205.5º 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 #6FB4E7 is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 111 | 180 | 231 | - |
| CMYK | 0.52 | 0.22 | 0 | 0.09 |
| HSL | 205.5º | 0.71% | 0.67% | - |
| HSV(B) | 205.5º | 0.52% | 0.91% | - |
| XYZ | 37.3 | 41.79 | 81.7 | - |
| YUV | 165.18 | 165.14 | 89.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 180 | 231 | 0.52 | 0.22 | 0 | 0.09 | 205.5 | 0.71 | 0.67 |
| Hex | 6F | B4 | E7 | 34 | 16 | 0 | 9 | CE | 47 | 43 |
| Octal | 157 | 264 | 347 | 64 | 26 | 0 | 11 | 316 | 107 | 103 |
| Binary | 1101111 | 10110100 | 11100111 | 110100 | 10110 | 0 | 1001 | 11001110 | 1000111 | 1000011 |
Color Harmonies of #6FB4E7
Complementary color
Monochromatic Colors of #6FB4E7
Black with #6FB4E7
Text Example
Text Example
White with #6FB4E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB4E7; }
p { color: rgb(111,180,231); }
H1.HeaderClassName
{
color: #6FB4E7;
}
.AnyTagClassName
{
color: #6FB4E7;
}
</style>
background-color css
<style>
a { background-color: #6FB4E7; }
a { background-color: rgb(111,180,231); }
div.DivClassName
{
background-color: #6FB4E7;
}
.BgClassName
{
background-color: #6FB4E7;
}
</style>
border-color css
<style>
span { border-color: #6FB4E7; }
span { border-color: rgb(111,180,231); }
td.TdClassName
{
border-color: #6FB4E7;
}
.TagClassName
{
border-color: #6FB4E7;
}
</style>