Shades of Malibu #67C6DD
Tints of Malibu #67C6DD
RGB
CMYK
RGB Variations
Color information
#67C6DD (or 0x67C6DD) is known color: Malibu. HEX triplet: 67, C6 and DD. RGB value is (103,198,221). Sum of RGB (Red+Green+Blue) = 103+198+221=522 (69% of max value = 765). Red value is 103 (40.62% from 255 or 19.73% from 522); Green value is 198 (77.73% from 255 or 37.93% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #67C6DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67C6DD is #983922. Grayscale: #ACACAC. Windows color (decimal): -9976099 or 14534247. OLE color: 14534247.
HSL color Cylindrical-coordinate representation of color #67C6DD: hue angle of 191.69º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #67C6DD is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 198 | 221 | - |
| CMYK | 0.53 | 0.10 | 0 | 0.13 |
| HSL | 191.69º | 0.63% | 0.64% | - |
| HSV(B) | 191.69º | 0.53% | 0.87% | - |
| XYZ | 38.84 | 48.49 | 75.72 | - |
| YUV | 172.22 | 155.53 | 78.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 198 | 221 | 0.53 | 0.10 | 0 | 0.13 | 191.69 | 0.63 | 0.64 |
| Hex | 67 | C6 | DD | 35 | A | 0 | D | C0 | 3F | 40 |
| Octal | 147 | 306 | 335 | 65 | 12 | 0 | 15 | 300 | 77 | 100 |
| Binary | 1100111 | 11000110 | 11011101 | 110101 | 1010 | 0 | 1101 | 11000000 | 111111 | 1000000 |
Color Harmonies of #67C6DD
Complementary color
Monochromatic Colors of #67C6DD
Black with #67C6DD
Text Example
Text Example
White with #67C6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67C6DD; }
p { color: rgb(103,198,221); }
H1.HeaderClassName
{
color: #67C6DD;
}
.AnyTagClassName
{
color: #67C6DD;
}
</style>
background-color css
<style>
a { background-color: #67C6DD; }
a { background-color: rgb(103,198,221); }
div.DivClassName
{
background-color: #67C6DD;
}
.BgClassName
{
background-color: #67C6DD;
}
</style>
border-color css
<style>
span { border-color: #67C6DD; }
span { border-color: rgb(103,198,221); }
td.TdClassName
{
border-color: #67C6DD;
}
.TagClassName
{
border-color: #67C6DD;
}
</style>