Shades of Malibu #6DAEE4
Tints of Malibu #6DAEE4
RGB
CMYK
RGB Variations
Color information
#6DAEE4 (or 0x6DAEE4) is known color: Malibu. HEX triplet: 6D, AE and E4. RGB value is (109,174,228). Sum of RGB (Red+Green+Blue) = 109+174+228=511 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.33% from 511); Green value is 174 (68.36% from 255 or 34.05% from 511); Blue value is 228 (89.45% from 255 or 44.62% from 511); Max value from RGB is 228 - color contains mainly: blue. Hex color #6DAEE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DAEE4 is #92511B. Grayscale: #A0A0A0. Windows color (decimal): -9589020 or 14986861. OLE color: 14986861.
HSL color Cylindrical-coordinate representation of color #6DAEE4: hue angle of 207.23º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6DAEE4 is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 109 | 174 | 228 | - |
| CMYK | 0.52 | 0.24 | 0 | 0.11 |
| HSL | 207.23º | 0.69% | 0.66% | - |
| HSV(B) | 207.23º | 0.52% | 0.89% | - |
| XYZ | 35.45 | 39.12 | 79.08 | - |
| YUV | 160.72 | 165.97 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 174 | 228 | 0.52 | 0.24 | 0 | 0.11 | 207.23 | 0.69 | 0.66 |
| Hex | 6D | AE | E4 | 34 | 18 | 0 | B | CF | 45 | 42 |
| Octal | 155 | 256 | 344 | 64 | 30 | 0 | 13 | 317 | 105 | 102 |
| Binary | 1101101 | 10101110 | 11100100 | 110100 | 11000 | 0 | 1011 | 11001111 | 1000101 | 1000010 |
Color Harmonies of #6DAEE4
Complementary color
Monochromatic Colors of #6DAEE4
Black with #6DAEE4
Text Example
Text Example
White with #6DAEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAEE4; }
p { color: rgb(109,174,228); }
H1.HeaderClassName
{
color: #6DAEE4;
}
.AnyTagClassName
{
color: #6DAEE4;
}
</style>
background-color css
<style>
a { background-color: #6DAEE4; }
a { background-color: rgb(109,174,228); }
div.DivClassName
{
background-color: #6DAEE4;
}
.BgClassName
{
background-color: #6DAEE4;
}
</style>
border-color css
<style>
span { border-color: #6DAEE4; }
span { border-color: rgb(109,174,228); }
td.TdClassName
{
border-color: #6DAEE4;
}
.TagClassName
{
border-color: #6DAEE4;
}
</style>