Shades of Malibu #67A8DD
Tints of Malibu #67A8DD
RGB
CMYK
RGB Variations
Color information
#67A8DD (or 0x67A8DD) is known color: Malibu. HEX triplet: 67, A8 and DD. RGB value is (103,168,221). Sum of RGB (Red+Green+Blue) = 103+168+221=492 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.93% from 492); Green value is 168 (66.02% from 255 or 34.15% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #67A8DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67A8DD is #985722. Grayscale: #9A9A9A. Windows color (decimal): -9983779 or 14526567. OLE color: 14526567.
HSL color Cylindrical-coordinate representation of color #67A8DD: hue angle of 206.95º 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 #67A8DD is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 168 | 221 | - |
| CMYK | 0.53 | 0.24 | 0 | 0.13 |
| HSL | 206.95º | 0.63% | 0.64% | - |
| HSV(B) | 206.95º | 0.53% | 0.87% | - |
| XYZ | 32.65 | 36.11 | 73.66 | - |
| YUV | 154.61 | 165.47 | 91.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 168 | 221 | 0.53 | 0.24 | 0 | 0.13 | 206.95 | 0.63 | 0.64 |
| Hex | 67 | A8 | DD | 35 | 18 | 0 | D | CF | 3F | 40 |
| Octal | 147 | 250 | 335 | 65 | 30 | 0 | 15 | 317 | 77 | 100 |
| Binary | 1100111 | 10101000 | 11011101 | 110101 | 11000 | 0 | 1101 | 11001111 | 111111 | 1000000 |
Color Harmonies of #67A8DD
Complementary color
Monochromatic Colors of #67A8DD
Black with #67A8DD
Text Example
Text Example
White with #67A8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A8DD; }
p { color: rgb(103,168,221); }
H1.HeaderClassName
{
color: #67A8DD;
}
.AnyTagClassName
{
color: #67A8DD;
}
</style>
background-color css
<style>
a { background-color: #67A8DD; }
a { background-color: rgb(103,168,221); }
div.DivClassName
{
background-color: #67A8DD;
}
.BgClassName
{
background-color: #67A8DD;
}
</style>
border-color css
<style>
span { border-color: #67A8DD; }
span { border-color: rgb(103,168,221); }
td.TdClassName
{
border-color: #67A8DD;
}
.TagClassName
{
border-color: #67A8DD;
}
</style>