Shades of Malibu #6AC4DD
Tints of Malibu #6AC4DD
RGB
CMYK
RGB Variations
Color information
#6AC4DD (or 0x6AC4DD) is known color: Malibu. HEX triplet: 6A, C4 and DD. RGB value is (106,196,221). Sum of RGB (Red+Green+Blue) = 106+196+221=523 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.27% from 523); Green value is 196 (76.95% from 255 or 37.48% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #6AC4DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AC4DD is #953B22. Grayscale: #ABABAB. Windows color (decimal): -9780003 or 14533738. OLE color: 14533738.
HSL color Cylindrical-coordinate representation of color #6AC4DD: hue angle of 193.04º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6AC4DD is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 196 | 221 | - |
| CMYK | 0.52 | 0.11 | 0 | 0.13 |
| HSL | 193.04º | 0.63% | 0.64% | - |
| HSV(B) | 193.04º | 0.52% | 0.87% | - |
| XYZ | 38.73 | 47.76 | 75.58 | - |
| YUV | 171.94 | 155.68 | 80.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 196 | 221 | 0.52 | 0.11 | 0 | 0.13 | 193.04 | 0.63 | 0.64 |
| Hex | 6A | C4 | DD | 34 | B | 0 | D | C1 | 3F | 40 |
| Octal | 152 | 304 | 335 | 64 | 13 | 0 | 15 | 301 | 77 | 100 |
| Binary | 1101010 | 11000100 | 11011101 | 110100 | 1011 | 0 | 1101 | 11000001 | 111111 | 1000000 |
Color Harmonies of #6AC4DD
Complementary color
Monochromatic Colors of #6AC4DD
Black with #6AC4DD
Text Example
Text Example
White with #6AC4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC4DD; }
p { color: rgb(106,196,221); }
H1.HeaderClassName
{
color: #6AC4DD;
}
.AnyTagClassName
{
color: #6AC4DD;
}
</style>
background-color css
<style>
a { background-color: #6AC4DD; }
a { background-color: rgb(106,196,221); }
div.DivClassName
{
background-color: #6AC4DD;
}
.BgClassName
{
background-color: #6AC4DD;
}
</style>
border-color css
<style>
span { border-color: #6AC4DD; }
span { border-color: rgb(106,196,221); }
td.TdClassName
{
border-color: #6AC4DD;
}
.TagClassName
{
border-color: #6AC4DD;
}
</style>