Shades of Malibu #6BAEDF
Tints of Malibu #6BAEDF
RGB
CMYK
RGB Variations
Color information
#6BAEDF (or 0x6BAEDF) is known color: Malibu. HEX triplet: 6B, AE and DF. RGB value is (107,174,223). Sum of RGB (Red+Green+Blue) = 107+174+223=504 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.23% from 504); Green value is 174 (68.36% from 255 or 34.52% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #6BAEDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAEDF is #945120. Grayscale: #9F9F9F. Windows color (decimal): -9720097 or 14659179. OLE color: 14659179.
HSL color Cylindrical-coordinate representation of color #6BAEDF: hue angle of 205.34º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BAEDF is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 174 | 223 | - |
| CMYK | 0.52 | 0.22 | 0 | 0.13 |
| HSL | 205.34º | 0.64% | 0.65% | - |
| HSV(B) | 205.34º | 0.52% | 0.87% | - |
| XYZ | 34.52 | 38.73 | 75.47 | - |
| YUV | 159.55 | 163.8 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 174 | 223 | 0.52 | 0.22 | 0 | 0.13 | 205.34 | 0.64 | 0.65 |
| Hex | 6B | AE | DF | 34 | 16 | 0 | D | CD | 40 | 41 |
| Octal | 153 | 256 | 337 | 64 | 26 | 0 | 15 | 315 | 100 | 101 |
| Binary | 1101011 | 10101110 | 11011111 | 110100 | 10110 | 0 | 1101 | 11001101 | 1000000 | 1000001 |
Color Harmonies of #6BAEDF
Complementary color
Monochromatic Colors of #6BAEDF
Black with #6BAEDF
Text Example
Text Example
White with #6BAEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAEDF; }
p { color: rgb(107,174,223); }
H1.HeaderClassName
{
color: #6BAEDF;
}
.AnyTagClassName
{
color: #6BAEDF;
}
</style>
background-color css
<style>
a { background-color: #6BAEDF; }
a { background-color: rgb(107,174,223); }
div.DivClassName
{
background-color: #6BAEDF;
}
.BgClassName
{
background-color: #6BAEDF;
}
</style>
border-color css
<style>
span { border-color: #6BAEDF; }
span { border-color: rgb(107,174,223); }
td.TdClassName
{
border-color: #6BAEDF;
}
.TagClassName
{
border-color: #6BAEDF;
}
</style>