Shades of Malibu #6CBAE8
Tints of Malibu #6CBAE8
RGB
CMYK
RGB Variations
Color information
#6CBAE8 (or 0x6CBAE8) is known color: Malibu. HEX triplet: 6C, BA and E8. RGB value is (108,186,232). Sum of RGB (Red+Green+Blue) = 108+186+232=526 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.53% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 232 (91.02% from 255 or 44.11% from 526); Max value from RGB is 232 - color contains mainly: blue. Hex color #6CBAE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CBAE8 is #934517. Grayscale: #A7A7A7. Windows color (decimal): -9651480 or 15252076. OLE color: 15252076.
HSL color Cylindrical-coordinate representation of color #6CBAE8: hue angle of 202.26º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6CBAE8 is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 108 | 186 | 232 | - |
| CMYK | 0.53 | 0.20 | 0 | 0.09 |
| HSL | 202.26º | 0.73% | 0.67% | - |
| HSV(B) | 202.26º | 0.53% | 0.91% | - |
| XYZ | 38.31 | 44.13 | 82.84 | - |
| YUV | 167.92 | 164.16 | 85.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 186 | 232 | 0.53 | 0.20 | 0 | 0.09 | 202.26 | 0.73 | 0.67 |
| Hex | 6C | BA | E8 | 35 | 14 | 0 | 9 | CA | 49 | 43 |
| Octal | 154 | 272 | 350 | 65 | 24 | 0 | 11 | 312 | 111 | 103 |
| Binary | 1101100 | 10111010 | 11101000 | 110101 | 10100 | 0 | 1001 | 11001010 | 1001001 | 1000011 |
Color Harmonies of #6CBAE8
Complementary color
Monochromatic Colors of #6CBAE8
Black with #6CBAE8
Text Example
Text Example
White with #6CBAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBAE8; }
p { color: rgb(108,186,232); }
H1.HeaderClassName
{
color: #6CBAE8;
}
.AnyTagClassName
{
color: #6CBAE8;
}
</style>
background-color css
<style>
a { background-color: #6CBAE8; }
a { background-color: rgb(108,186,232); }
div.DivClassName
{
background-color: #6CBAE8;
}
.BgClassName
{
background-color: #6CBAE8;
}
</style>
border-color css
<style>
span { border-color: #6CBAE8; }
span { border-color: rgb(108,186,232); }
td.TdClassName
{
border-color: #6CBAE8;
}
.TagClassName
{
border-color: #6CBAE8;
}
</style>