Shades of Malibu #6FBFE7
Tints of Malibu #6FBFE7
RGB
CMYK
RGB Variations
Color information
#6FBFE7 (or 0x6FBFE7) is known color: Malibu. HEX triplet: 6F, BF and E7. RGB value is (111,191,231). Sum of RGB (Red+Green+Blue) = 111+191+231=533 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.83% from 533); Green value is 191 (75% from 255 or 35.83% from 533); Blue value is 231 (90.62% from 255 or 43.34% from 533); Max value from RGB is 231 - color contains mainly: blue. Hex color #6FBFE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FBFE7 is #904018. Grayscale: #ABABAB. Windows color (decimal): -9453593 or 15187823. OLE color: 15187823.
HSL color Cylindrical-coordinate representation of color #6FBFE7: hue angle of 200º 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 #6FBFE7 is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 111 | 191 | 231 | - |
| CMYK | 0.52 | 0.17 | 0 | 0.09 |
| HSL | 200º | 0.71% | 0.67% | - |
| HSV(B) | 200º | 0.52% | 0.91% | - |
| XYZ | 39.61 | 46.41 | 82.47 | - |
| YUV | 171.64 | 161.5 | 84.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 191 | 231 | 0.52 | 0.17 | 0 | 0.09 | 200 | 0.71 | 0.67 |
| Hex | 6F | BF | E7 | 34 | 11 | 0 | 9 | C8 | 47 | 43 |
| Octal | 157 | 277 | 347 | 64 | 21 | 0 | 11 | 310 | 107 | 103 |
| Binary | 1101111 | 10111111 | 11100111 | 110100 | 10001 | 0 | 1001 | 11001000 | 1000111 | 1000011 |
Color Harmonies of #6FBFE7
Complementary color
Monochromatic Colors of #6FBFE7
Black with #6FBFE7
Text Example
Text Example
White with #6FBFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBFE7; }
p { color: rgb(111,191,231); }
H1.HeaderClassName
{
color: #6FBFE7;
}
.AnyTagClassName
{
color: #6FBFE7;
}
</style>
background-color css
<style>
a { background-color: #6FBFE7; }
a { background-color: rgb(111,191,231); }
div.DivClassName
{
background-color: #6FBFE7;
}
.BgClassName
{
background-color: #6FBFE7;
}
</style>
border-color css
<style>
span { border-color: #6FBFE7; }
span { border-color: rgb(111,191,231); }
td.TdClassName
{
border-color: #6FBFE7;
}
.TagClassName
{
border-color: #6FBFE7;
}
</style>