Shades of Malibu #6AC4EA
Tints of Malibu #6AC4EA
RGB
CMYK
RGB Variations
Color information
#6AC4EA (or 0x6AC4EA) is known color: Malibu. HEX triplet: 6A, C4 and EA. RGB value is (106,196,234). Sum of RGB (Red+Green+Blue) = 106+196+234=536 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.78% from 536); Green value is 196 (76.95% from 255 or 36.57% from 536); Blue value is 234 (91.80% from 255 or 43.66% from 536); Max value from RGB is 234 - color contains mainly: blue. Hex color #6AC4EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AC4EA is #953B15. Grayscale: #ADADAD. Windows color (decimal): -9779990 or 15385706. OLE color: 15385706.
HSL color Cylindrical-coordinate representation of color #6AC4EA: hue angle of 197.81º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AC4EA is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 106 | 196 | 234 | - |
| CMYK | 0.55 | 0.16 | 0 | 0.08 |
| HSL | 197.81º | 0.75% | 0.67% | - |
| HSV(B) | 197.81º | 0.55% | 0.92% | - |
| XYZ | 40.54 | 48.48 | 85.06 | - |
| YUV | 173.42 | 162.18 | 79.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 196 | 234 | 0.55 | 0.16 | 0 | 0.08 | 197.81 | 0.75 | 0.67 |
| Hex | 6A | C4 | EA | 37 | 10 | 0 | 8 | C6 | 4B | 43 |
| Octal | 152 | 304 | 352 | 67 | 20 | 0 | 10 | 306 | 113 | 103 |
| Binary | 1101010 | 11000100 | 11101010 | 110111 | 10000 | 0 | 1000 | 11000110 | 1001011 | 1000011 |
Color Harmonies of #6AC4EA
Complementary color
Monochromatic Colors of #6AC4EA
Black with #6AC4EA
Text Example
Text Example
White with #6AC4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC4EA; }
p { color: rgb(106,196,234); }
H1.HeaderClassName
{
color: #6AC4EA;
}
.AnyTagClassName
{
color: #6AC4EA;
}
</style>
background-color css
<style>
a { background-color: #6AC4EA; }
a { background-color: rgb(106,196,234); }
div.DivClassName
{
background-color: #6AC4EA;
}
.BgClassName
{
background-color: #6AC4EA;
}
</style>
border-color css
<style>
span { border-color: #6AC4EA; }
span { border-color: rgb(106,196,234); }
td.TdClassName
{
border-color: #6AC4EA;
}
.TagClassName
{
border-color: #6AC4EA;
}
</style>