Shades of Malibu #6CBAEA
Tints of Malibu #6CBAEA
RGB
CMYK
RGB Variations
Color information
#6CBAEA (or 0x6CBAEA) is known color: Malibu. HEX triplet: 6C, BA and EA. RGB value is (108,186,234). Sum of RGB (Red+Green+Blue) = 108+186+234=528 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.45% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 234 (91.80% from 255 or 44.32% from 528); Max value from RGB is 234 - color contains mainly: blue. Hex color #6CBAEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CBAEA is #934515. Grayscale: #A7A7A7. Windows color (decimal): -9651478 or 15383148. OLE color: 15383148.
HSL color Cylindrical-coordinate representation of color #6CBAEA: hue angle of 202.86º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6CBAEA is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 108 | 186 | 234 | - |
| CMYK | 0.54 | 0.21 | 0 | 0.08 |
| HSL | 202.86º | 0.75% | 0.67% | - |
| HSV(B) | 202.86º | 0.54% | 0.92% | - |
| XYZ | 38.59 | 44.25 | 84.35 | - |
| YUV | 168.15 | 165.16 | 85.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 186 | 234 | 0.54 | 0.21 | 0 | 0.08 | 202.86 | 0.75 | 0.67 |
| Hex | 6C | BA | EA | 36 | 15 | 0 | 8 | CB | 4B | 43 |
| Octal | 154 | 272 | 352 | 66 | 25 | 0 | 10 | 313 | 113 | 103 |
| Binary | 1101100 | 10111010 | 11101010 | 110110 | 10101 | 0 | 1000 | 11001011 | 1001011 | 1000011 |
Color Harmonies of #6CBAEA
Complementary color
Monochromatic Colors of #6CBAEA
Black with #6CBAEA
Text Example
Text Example
White with #6CBAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBAEA; }
p { color: rgb(108,186,234); }
H1.HeaderClassName
{
color: #6CBAEA;
}
.AnyTagClassName
{
color: #6CBAEA;
}
</style>
background-color css
<style>
a { background-color: #6CBAEA; }
a { background-color: rgb(108,186,234); }
div.DivClassName
{
background-color: #6CBAEA;
}
.BgClassName
{
background-color: #6CBAEA;
}
</style>
border-color css
<style>
span { border-color: #6CBAEA; }
span { border-color: rgb(108,186,234); }
td.TdClassName
{
border-color: #6CBAEA;
}
.TagClassName
{
border-color: #6CBAEA;
}
</style>