Shades of Malibu #6FBEDF
Tints of Malibu #6FBEDF
RGB
CMYK
RGB Variations
Color information
#6FBEDF (or 0x6FBEDF) is known color: Malibu. HEX triplet: 6F, BE and DF. RGB value is (111,190,223). Sum of RGB (Red+Green+Blue) = 111+190+223=524 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.18% from 524); Green value is 190 (74.61% from 255 or 36.26% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #6FBEDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBEDF is #904120. Grayscale: #A9A9A9. Windows color (decimal): -9453857 or 14663279. OLE color: 14663279.
HSL color Cylindrical-coordinate representation of color #6FBEDF: hue angle of 197.68º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FBEDF is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 190 | 223 | - |
| CMYK | 0.50 | 0.15 | 0 | 0.13 |
| HSL | 197.68º | 0.64% | 0.65% | - |
| HSV(B) | 197.68º | 0.5% | 0.87% | - |
| XYZ | 38.29 | 45.53 | 76.58 | - |
| YUV | 170.14 | 157.83 | 85.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 190 | 223 | 0.50 | 0.15 | 0 | 0.13 | 197.68 | 0.64 | 0.65 |
| Hex | 6F | BE | DF | 32 | F | 0 | D | C6 | 40 | 41 |
| Octal | 157 | 276 | 337 | 62 | 17 | 0 | 15 | 306 | 100 | 101 |
| Binary | 1101111 | 10111110 | 11011111 | 110010 | 1111 | 0 | 1101 | 11000110 | 1000000 | 1000001 |
Color Harmonies of #6FBEDF
Complementary color
Monochromatic Colors of #6FBEDF
Black with #6FBEDF
Text Example
Text Example
White with #6FBEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBEDF; }
p { color: rgb(111,190,223); }
H1.HeaderClassName
{
color: #6FBEDF;
}
.AnyTagClassName
{
color: #6FBEDF;
}
</style>
background-color css
<style>
a { background-color: #6FBEDF; }
a { background-color: rgb(111,190,223); }
div.DivClassName
{
background-color: #6FBEDF;
}
.BgClassName
{
background-color: #6FBEDF;
}
</style>
border-color css
<style>
span { border-color: #6FBEDF; }
span { border-color: rgb(111,190,223); }
td.TdClassName
{
border-color: #6FBEDF;
}
.TagClassName
{
border-color: #6FBEDF;
}
</style>