Shades of Malibu #6AC0DF
Tints of Malibu #6AC0DF
RGB
CMYK
RGB Variations
Color information
#6AC0DF (or 0x6AC0DF) is known color: Malibu. HEX triplet: 6A, C0 and DF. RGB value is (106,192,223). Sum of RGB (Red+Green+Blue) = 106+192+223=521 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.35% from 521); Green value is 192 (75.39% from 255 or 36.85% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #6AC0DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AC0DF is #953F20. Grayscale: #A9A9A9. Windows color (decimal): -9781025 or 14663786. OLE color: 14663786.
HSL color Cylindrical-coordinate representation of color #6AC0DF: hue angle of 195.9º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6AC0DF is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 192 | 223 | - |
| CMYK | 0.52 | 0.14 | 0 | 0.13 |
| HSL | 195.9º | 0.65% | 0.65% | - |
| HSV(B) | 195.9º | 0.52% | 0.87% | - |
| XYZ | 38.11 | 46.09 | 76.7 | - |
| YUV | 169.82 | 158.01 | 82.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 192 | 223 | 0.52 | 0.14 | 0 | 0.13 | 195.9 | 0.65 | 0.65 |
| Hex | 6A | C0 | DF | 34 | E | 0 | D | C4 | 41 | 41 |
| Octal | 152 | 300 | 337 | 64 | 16 | 0 | 15 | 304 | 101 | 101 |
| Binary | 1101010 | 11000000 | 11011111 | 110100 | 1110 | 0 | 1101 | 11000100 | 1000001 | 1000001 |
Color Harmonies of #6AC0DF
Complementary color
Monochromatic Colors of #6AC0DF
Black with #6AC0DF
Text Example
Text Example
White with #6AC0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC0DF; }
p { color: rgb(106,192,223); }
H1.HeaderClassName
{
color: #6AC0DF;
}
.AnyTagClassName
{
color: #6AC0DF;
}
</style>
background-color css
<style>
a { background-color: #6AC0DF; }
a { background-color: rgb(106,192,223); }
div.DivClassName
{
background-color: #6AC0DF;
}
.BgClassName
{
background-color: #6AC0DF;
}
</style>
border-color css
<style>
span { border-color: #6AC0DF; }
span { border-color: rgb(106,192,223); }
td.TdClassName
{
border-color: #6AC0DF;
}
.TagClassName
{
border-color: #6AC0DF;
}
</style>