Shades of Malibu #67C6DC
Tints of Malibu #67C6DC
RGB
CMYK
RGB Variations
Color information
#67C6DC (or 0x67C6DC) is known color: Malibu. HEX triplet: 67, C6 and DC. RGB value is (103,198,220). Sum of RGB (Red+Green+Blue) = 103+198+220=521 (69% of max value = 765). Red value is 103 (40.62% from 255 or 19.77% from 521); Green value is 198 (77.73% from 255 or 38.00% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #67C6DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67C6DC is #983923. Grayscale: #ABABAB. Windows color (decimal): -9976100 or 14468711. OLE color: 14468711.
HSL color Cylindrical-coordinate representation of color #67C6DC: hue angle of 191.28º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #67C6DC is Cyan = 0.53, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 198 | 220 | - |
| CMYK | 0.53 | 0.1 | 0 | 0.14 |
| HSL | 191.28º | 0.63% | 0.63% | - |
| HSV(B) | 191.28º | 0.53% | 0.86% | - |
| XYZ | 38.71 | 48.44 | 75.02 | - |
| YUV | 172.1 | 155.03 | 78.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 198 | 220 | 0.53 | 0.1 | 0 | 0.14 | 191.28 | 0.63 | 0.63 |
| Hex | 67 | C6 | DC | 35 | A | 0 | E | BF | 3F | 3F |
| Octal | 147 | 306 | 334 | 65 | 12 | 0 | 16 | 277 | 77 | 77 |
| Binary | 1100111 | 11000110 | 11011100 | 110101 | 1010 | 0 | 1110 | 10111111 | 111111 | 111111 |
Color Harmonies of #67C6DC
Complementary color
Monochromatic Colors of #67C6DC
Black with #67C6DC
Text Example
Text Example
White with #67C6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67C6DC; }
p { color: rgb(103,198,220); }
H1.HeaderClassName
{
color: #67C6DC;
}
.AnyTagClassName
{
color: #67C6DC;
}
</style>
background-color css
<style>
a { background-color: #67C6DC; }
a { background-color: rgb(103,198,220); }
div.DivClassName
{
background-color: #67C6DC;
}
.BgClassName
{
background-color: #67C6DC;
}
</style>
border-color css
<style>
span { border-color: #67C6DC; }
span { border-color: rgb(103,198,220); }
td.TdClassName
{
border-color: #67C6DC;
}
.TagClassName
{
border-color: #67C6DC;
}
</style>