Shades of Malibu #6FBFE0
Tints of Malibu #6FBFE0
RGB
CMYK
RGB Variations
Color information
#6FBFE0 (or 0x6FBFE0) is known color: Malibu. HEX triplet: 6F, BF and E0. RGB value is (111,191,224). Sum of RGB (Red+Green+Blue) = 111+191+224=526 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.10% from 526); Green value is 191 (75% from 255 or 36.31% from 526); Blue value is 224 (87.89% from 255 or 42.59% from 526); Max value from RGB is 224 - color contains mainly: blue. Hex color #6FBFE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBFE0 is #90401F. Grayscale: #AAAAAA. Windows color (decimal): -9453600 or 14729071. OLE color: 14729071.
HSL color Cylindrical-coordinate representation of color #6FBFE0: hue angle of 197.52º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FBFE0 is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 111 | 191 | 224 | - |
| CMYK | 0.50 | 0.15 | 0 | 0.12 |
| HSL | 197.52º | 0.65% | 0.66% | - |
| HSV(B) | 197.52º | 0.5% | 0.88% | - |
| XYZ | 38.64 | 46.02 | 77.37 | - |
| YUV | 170.84 | 158 | 85.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 191 | 224 | 0.50 | 0.15 | 0 | 0.12 | 197.52 | 0.65 | 0.66 |
| Hex | 6F | BF | E0 | 32 | F | 0 | C | C6 | 41 | 42 |
| Octal | 157 | 277 | 340 | 62 | 17 | 0 | 14 | 306 | 101 | 102 |
| Binary | 1101111 | 10111111 | 11100000 | 110010 | 1111 | 0 | 1100 | 11000110 | 1000001 | 1000010 |
Color Harmonies of #6FBFE0
Complementary color
Monochromatic Colors of #6FBFE0
Black with #6FBFE0
Text Example
Text Example
White with #6FBFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBFE0; }
p { color: rgb(111,191,224); }
H1.HeaderClassName
{
color: #6FBFE0;
}
.AnyTagClassName
{
color: #6FBFE0;
}
</style>
background-color css
<style>
a { background-color: #6FBFE0; }
a { background-color: rgb(111,191,224); }
div.DivClassName
{
background-color: #6FBFE0;
}
.BgClassName
{
background-color: #6FBFE0;
}
</style>
border-color css
<style>
span { border-color: #6FBFE0; }
span { border-color: rgb(111,191,224); }
td.TdClassName
{
border-color: #6FBFE0;
}
.TagClassName
{
border-color: #6FBFE0;
}
</style>