Shades of Malibu #67AADC
Tints of Malibu #67AADC
RGB
CMYK
RGB Variations
Color information
#67AADC (or 0x67AADC) is known color: Malibu. HEX triplet: 67, AA and DC. RGB value is (103,170,220). Sum of RGB (Red+Green+Blue) = 103+170+220=493 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.89% from 493); Green value is 170 (66.80% from 255 or 34.48% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #67AADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67AADC is #985523. Grayscale: #9B9B9B. Windows color (decimal): -9983268 or 14461543. OLE color: 14461543.
HSL color Cylindrical-coordinate representation of color #67AADC: hue angle of 205.64º 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 #67AADC is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 170 | 220 | - |
| CMYK | 0.53 | 0.23 | 0 | 0.14 |
| HSL | 205.64º | 0.63% | 0.63% | - |
| HSV(B) | 205.64º | 0.53% | 0.86% | - |
| XYZ | 32.89 | 36.8 | 73.08 | - |
| YUV | 155.67 | 164.3 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 170 | 220 | 0.53 | 0.23 | 0 | 0.14 | 205.64 | 0.63 | 0.63 |
| Hex | 67 | AA | DC | 35 | 17 | 0 | E | CE | 3F | 3F |
| Octal | 147 | 252 | 334 | 65 | 27 | 0 | 16 | 316 | 77 | 77 |
| Binary | 1100111 | 10101010 | 11011100 | 110101 | 10111 | 0 | 1110 | 11001110 | 111111 | 111111 |
Color Harmonies of #67AADC
Complementary color
Monochromatic Colors of #67AADC
Black with #67AADC
Text Example
Text Example
White with #67AADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AADC; }
p { color: rgb(103,170,220); }
H1.HeaderClassName
{
color: #67AADC;
}
.AnyTagClassName
{
color: #67AADC;
}
</style>
background-color css
<style>
a { background-color: #67AADC; }
a { background-color: rgb(103,170,220); }
div.DivClassName
{
background-color: #67AADC;
}
.BgClassName
{
background-color: #67AADC;
}
</style>
border-color css
<style>
span { border-color: #67AADC; }
span { border-color: rgb(103,170,220); }
td.TdClassName
{
border-color: #67AADC;
}
.TagClassName
{
border-color: #67AADC;
}
</style>