Shades of Malibu #6FC3DF
Tints of Malibu #6FC3DF
RGB
CMYK
RGB Variations
Color information
#6FC3DF (or 0x6FC3DF) is known color: Malibu. HEX triplet: 6F, C3 and DF. RGB value is (111,195,223). Sum of RGB (Red+Green+Blue) = 111+195+223=529 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.98% from 529); Green value is 195 (76.56% from 255 or 36.86% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #6FC3DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FC3DF is #903C20. Grayscale: #ACACAC. Windows color (decimal): -9452577 or 14664559. OLE color: 14664559.
HSL color Cylindrical-coordinate representation of color #6FC3DF: hue angle of 195º 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 #6FC3DF is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 195 | 223 | - |
| CMYK | 0.50 | 0.13 | 0 | 0.13 |
| HSL | 195º | 0.64% | 0.65% | - |
| HSV(B) | 195º | 0.5% | 0.87% | - |
| XYZ | 39.39 | 47.74 | 76.95 | - |
| YUV | 173.08 | 156.17 | 83.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 195 | 223 | 0.50 | 0.13 | 0 | 0.13 | 195 | 0.64 | 0.65 |
| Hex | 6F | C3 | DF | 32 | D | 0 | D | C3 | 40 | 41 |
| Octal | 157 | 303 | 337 | 62 | 15 | 0 | 15 | 303 | 100 | 101 |
| Binary | 1101111 | 11000011 | 11011111 | 110010 | 1101 | 0 | 1101 | 11000011 | 1000000 | 1000001 |
Color Harmonies of #6FC3DF
Complementary color
Monochromatic Colors of #6FC3DF
Black with #6FC3DF
Text Example
Text Example
White with #6FC3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC3DF; }
p { color: rgb(111,195,223); }
H1.HeaderClassName
{
color: #6FC3DF;
}
.AnyTagClassName
{
color: #6FC3DF;
}
</style>
background-color css
<style>
a { background-color: #6FC3DF; }
a { background-color: rgb(111,195,223); }
div.DivClassName
{
background-color: #6FC3DF;
}
.BgClassName
{
background-color: #6FC3DF;
}
</style>
border-color css
<style>
span { border-color: #6FC3DF; }
span { border-color: rgb(111,195,223); }
td.TdClassName
{
border-color: #6FC3DF;
}
.TagClassName
{
border-color: #6FC3DF;
}
</style>