Shades of Malibu #6FC4DF
Tints of Malibu #6FC4DF
RGB
CMYK
RGB Variations
Color information
#6FC4DF (or 0x6FC4DF) is known color: Malibu. HEX triplet: 6F, C4 and DF. RGB value is (111,196,223). Sum of RGB (Red+Green+Blue) = 111+196+223=530 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.94% from 530); Green value is 196 (76.95% from 255 or 36.98% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #6FC4DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FC4DF is #903B20. Grayscale: #ADADAD. Windows color (decimal): -9452321 or 14664815. OLE color: 14664815.
HSL color Cylindrical-coordinate representation of color #6FC4DF: hue angle of 194.46º 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 #6FC4DF is Cyan = 0.50, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 196 | 223 | - |
| CMYK | 0.50 | 0.12 | 0 | 0.13 |
| HSL | 194.46º | 0.64% | 0.65% | - |
| HSV(B) | 194.46º | 0.5% | 0.87% | - |
| XYZ | 39.61 | 48.19 | 77.03 | - |
| YUV | 173.66 | 155.84 | 83.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 196 | 223 | 0.50 | 0.12 | 0 | 0.13 | 194.46 | 0.64 | 0.65 |
| Hex | 6F | C4 | DF | 32 | C | 0 | D | C2 | 40 | 41 |
| Octal | 157 | 304 | 337 | 62 | 14 | 0 | 15 | 302 | 100 | 101 |
| Binary | 1101111 | 11000100 | 11011111 | 110010 | 1100 | 0 | 1101 | 11000010 | 1000000 | 1000001 |
Color Harmonies of #6FC4DF
Complementary color
Monochromatic Colors of #6FC4DF
Black with #6FC4DF
Text Example
Text Example
White with #6FC4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC4DF; }
p { color: rgb(111,196,223); }
H1.HeaderClassName
{
color: #6FC4DF;
}
.AnyTagClassName
{
color: #6FC4DF;
}
</style>
background-color css
<style>
a { background-color: #6FC4DF; }
a { background-color: rgb(111,196,223); }
div.DivClassName
{
background-color: #6FC4DF;
}
.BgClassName
{
background-color: #6FC4DF;
}
</style>
border-color css
<style>
span { border-color: #6FC4DF; }
span { border-color: rgb(111,196,223); }
td.TdClassName
{
border-color: #6FC4DF;
}
.TagClassName
{
border-color: #6FC4DF;
}
</style>