Shades of Malibu #6CBAEE
Tints of Malibu #6CBAEE
RGB
CMYK
RGB Variations
Color information
#6CBAEE (or 0x6CBAEE) is known color: Malibu. HEX triplet: 6C, BA and EE. RGB value is (108,186,238). Sum of RGB (Red+Green+Blue) = 108+186+238=532 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.30% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 238 (93.36% from 255 or 44.74% from 532); Max value from RGB is 238 - color contains mainly: blue. Hex color #6CBAEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CBAEE is #934511. Grayscale: #A8A8A8. Windows color (decimal): -9651474 or 15645292. OLE color: 15645292.
HSL color Cylindrical-coordinate representation of color #6CBAEE: hue angle of 204º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CBAEE is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 108 | 186 | 238 | - |
| CMYK | 0.55 | 0.22 | 0 | 0.07 |
| HSL | 204º | 0.79% | 0.68% | - |
| HSV(B) | 204º | 0.55% | 0.93% | - |
| XYZ | 39.18 | 44.48 | 87.41 | - |
| YUV | 168.61 | 167.16 | 84.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 186 | 238 | 0.55 | 0.22 | 0 | 0.07 | 204 | 0.79 | 0.68 |
| Hex | 6C | BA | EE | 37 | 16 | 0 | 7 | CC | 4F | 44 |
| Octal | 154 | 272 | 356 | 67 | 26 | 0 | 7 | 314 | 117 | 104 |
| Binary | 1101100 | 10111010 | 11101110 | 110111 | 10110 | 0 | 111 | 11001100 | 1001111 | 1000100 |
Color Harmonies of #6CBAEE
Complementary color
Monochromatic Colors of #6CBAEE
Black with #6CBAEE
Text Example
Text Example
White with #6CBAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBAEE; }
p { color: rgb(108,186,238); }
H1.HeaderClassName
{
color: #6CBAEE;
}
.AnyTagClassName
{
color: #6CBAEE;
}
</style>
background-color css
<style>
a { background-color: #6CBAEE; }
a { background-color: rgb(108,186,238); }
div.DivClassName
{
background-color: #6CBAEE;
}
.BgClassName
{
background-color: #6CBAEE;
}
</style>
border-color css
<style>
span { border-color: #6CBAEE; }
span { border-color: rgb(108,186,238); }
td.TdClassName
{
border-color: #6CBAEE;
}
.TagClassName
{
border-color: #6CBAEE;
}
</style>