Shades of Malibu #6AC1DB
Tints of Malibu #6AC1DB
RGB
CMYK
RGB Variations
Color information
#6AC1DB (or 0x6AC1DB) is known color: Malibu. HEX triplet: 6A, C1 and DB. RGB value is (106,193,219). Sum of RGB (Red+Green+Blue) = 106+193+219=518 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.46% from 518); Green value is 193 (75.78% from 255 or 37.26% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #6AC1DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AC1DB is #953E24. Grayscale: #A9A9A9. Windows color (decimal): -9780773 or 14401898. OLE color: 14401898.
HSL color Cylindrical-coordinate representation of color #6AC1DB: hue angle of 193.81º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6AC1DB is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 193 | 219 | - |
| CMYK | 0.52 | 0.12 | 0 | 0.14 |
| HSL | 193.81º | 0.61% | 0.64% | - |
| HSV(B) | 193.81º | 0.52% | 0.86% | - |
| XYZ | 37.8 | 46.32 | 73.97 | - |
| YUV | 169.95 | 155.68 | 82.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 193 | 219 | 0.52 | 0.12 | 0 | 0.14 | 193.81 | 0.61 | 0.64 |
| Hex | 6A | C1 | DB | 34 | C | 0 | E | C2 | 3D | 40 |
| Octal | 152 | 301 | 333 | 64 | 14 | 0 | 16 | 302 | 75 | 100 |
| Binary | 1101010 | 11000001 | 11011011 | 110100 | 1100 | 0 | 1110 | 11000010 | 111101 | 1000000 |
Color Harmonies of #6AC1DB
Complementary color
Monochromatic Colors of #6AC1DB
Black with #6AC1DB
Text Example
Text Example
White with #6AC1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC1DB; }
p { color: rgb(106,193,219); }
H1.HeaderClassName
{
color: #6AC1DB;
}
.AnyTagClassName
{
color: #6AC1DB;
}
</style>
background-color css
<style>
a { background-color: #6AC1DB; }
a { background-color: rgb(106,193,219); }
div.DivClassName
{
background-color: #6AC1DB;
}
.BgClassName
{
background-color: #6AC1DB;
}
</style>
border-color css
<style>
span { border-color: #6AC1DB; }
span { border-color: rgb(106,193,219); }
td.TdClassName
{
border-color: #6AC1DB;
}
.TagClassName
{
border-color: #6AC1DB;
}
</style>