Shades of Malibu #67AADB
Tints of Malibu #67AADB
RGB
CMYK
RGB Variations
Color information
#67AADB (or 0x67AADB) is known color: Malibu. HEX triplet: 67, AA and DB. RGB value is (103,170,219). Sum of RGB (Red+Green+Blue) = 103+170+219=492 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.93% from 492); Green value is 170 (66.80% from 255 or 34.55% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #67AADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67AADB is #985524. Grayscale: #9B9B9B. Windows color (decimal): -9983269 or 14396007. OLE color: 14396007.
HSL color Cylindrical-coordinate representation of color #67AADB: hue angle of 205.34º degrees, saturation: 0.62, 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 #67AADB is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 170 | 219 | - |
| CMYK | 0.53 | 0.22 | 0 | 0.14 |
| HSL | 205.34º | 0.62% | 0.63% | - |
| HSV(B) | 205.34º | 0.53% | 0.86% | - |
| XYZ | 32.75 | 36.75 | 72.38 | - |
| YUV | 155.55 | 163.8 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 170 | 219 | 0.53 | 0.22 | 0 | 0.14 | 205.34 | 0.62 | 0.63 |
| Hex | 67 | AA | DB | 35 | 16 | 0 | E | CD | 3E | 3F |
| Octal | 147 | 252 | 333 | 65 | 26 | 0 | 16 | 315 | 76 | 77 |
| Binary | 1100111 | 10101010 | 11011011 | 110101 | 10110 | 0 | 1110 | 11001101 | 111110 | 111111 |
Color Harmonies of #67AADB
Complementary color
Monochromatic Colors of #67AADB
Black with #67AADB
Text Example
Text Example
White with #67AADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AADB; }
p { color: rgb(103,170,219); }
H1.HeaderClassName
{
color: #67AADB;
}
.AnyTagClassName
{
color: #67AADB;
}
</style>
background-color css
<style>
a { background-color: #67AADB; }
a { background-color: rgb(103,170,219); }
div.DivClassName
{
background-color: #67AADB;
}
.BgClassName
{
background-color: #67AADB;
}
</style>
border-color css
<style>
span { border-color: #67AADB; }
span { border-color: rgb(103,170,219); }
td.TdClassName
{
border-color: #67AADB;
}
.TagClassName
{
border-color: #67AADB;
}
</style>