Shades of Malibu #6BAEDA
Tints of Malibu #6BAEDA
RGB
CMYK
RGB Variations
Color information
#6BAEDA (or 0x6BAEDA) is known color: Malibu. HEX triplet: 6B, AE and DA. RGB value is (107,174,218). Sum of RGB (Red+Green+Blue) = 107+174+218=499 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.44% from 499); Green value is 174 (68.36% from 255 or 34.87% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 218 - color contains mainly: blue. Hex color #6BAEDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAEDA is #945125. Grayscale: #9E9E9E. Windows color (decimal): -9720102 or 14331499. OLE color: 14331499.
HSL color Cylindrical-coordinate representation of color #6BAEDA: hue angle of 203.78º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BAEDA is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 107 | 174 | 218 | - |
| CMYK | 0.51 | 0.20 | 0 | 0.15 |
| HSL | 203.78º | 0.6% | 0.64% | - |
| HSV(B) | 203.78º | 0.51% | 0.85% | - |
| XYZ | 33.85 | 38.46 | 71.97 | - |
| YUV | 158.98 | 161.3 | 90.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 174 | 218 | 0.51 | 0.20 | 0 | 0.15 | 203.78 | 0.6 | 0.64 |
| Hex | 6B | AE | DA | 33 | 14 | 0 | F | CC | 3C | 40 |
| Octal | 153 | 256 | 332 | 63 | 24 | 0 | 17 | 314 | 74 | 100 |
| Binary | 1101011 | 10101110 | 11011010 | 110011 | 10100 | 0 | 1111 | 11001100 | 111100 | 1000000 |
Color Harmonies of #6BAEDA
Complementary color
Monochromatic Colors of #6BAEDA
Black with #6BAEDA
Text Example
Text Example
White with #6BAEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAEDA; }
p { color: rgb(107,174,218); }
H1.HeaderClassName
{
color: #6BAEDA;
}
.AnyTagClassName
{
color: #6BAEDA;
}
</style>
background-color css
<style>
a { background-color: #6BAEDA; }
a { background-color: rgb(107,174,218); }
div.DivClassName
{
background-color: #6BAEDA;
}
.BgClassName
{
background-color: #6BAEDA;
}
</style>
border-color css
<style>
span { border-color: #6BAEDA; }
span { border-color: rgb(107,174,218); }
td.TdClassName
{
border-color: #6BAEDA;
}
.TagClassName
{
border-color: #6BAEDA;
}
</style>