Shades of Malibu #6FC0DF
Tints of Malibu #6FC0DF
RGB
CMYK
RGB Variations
Color information
#6FC0DF (or 0x6FC0DF) is known color: Malibu. HEX triplet: 6F, C0 and DF. RGB value is (111,192,223). Sum of RGB (Red+Green+Blue) = 111+192+223=526 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.10% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #6FC0DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FC0DF is #903F20. Grayscale: #ABABAB. Windows color (decimal): -9453345 or 14663791. OLE color: 14663791.
HSL color Cylindrical-coordinate representation of color #6FC0DF: hue angle of 196.61º 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 #6FC0DF is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 192 | 223 | - |
| CMYK | 0.50 | 0.14 | 0 | 0.13 |
| HSL | 196.61º | 0.64% | 0.65% | - |
| HSV(B) | 196.61º | 0.5% | 0.87% | - |
| XYZ | 38.72 | 46.41 | 76.73 | - |
| YUV | 171.32 | 157.16 | 84.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 192 | 223 | 0.50 | 0.14 | 0 | 0.13 | 196.61 | 0.64 | 0.65 |
| Hex | 6F | C0 | DF | 32 | E | 0 | D | C5 | 40 | 41 |
| Octal | 157 | 300 | 337 | 62 | 16 | 0 | 15 | 305 | 100 | 101 |
| Binary | 1101111 | 11000000 | 11011111 | 110010 | 1110 | 0 | 1101 | 11000101 | 1000000 | 1000001 |
Color Harmonies of #6FC0DF
Complementary color
Monochromatic Colors of #6FC0DF
Black with #6FC0DF
Text Example
Text Example
White with #6FC0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC0DF; }
p { color: rgb(111,192,223); }
H1.HeaderClassName
{
color: #6FC0DF;
}
.AnyTagClassName
{
color: #6FC0DF;
}
</style>
background-color css
<style>
a { background-color: #6FC0DF; }
a { background-color: rgb(111,192,223); }
div.DivClassName
{
background-color: #6FC0DF;
}
.BgClassName
{
background-color: #6FC0DF;
}
</style>
border-color css
<style>
span { border-color: #6FC0DF; }
span { border-color: rgb(111,192,223); }
td.TdClassName
{
border-color: #6FC0DF;
}
.TagClassName
{
border-color: #6FC0DF;
}
</style>