Shades of Malibu #6EB7DF
Tints of Malibu #6EB7DF
RGB
CMYK
RGB Variations
Color information
#6EB7DF (or 0x6EB7DF) is known color: Malibu. HEX triplet: 6E, B7 and DF. RGB value is (110,183,223). Sum of RGB (Red+Green+Blue) = 110+183+223=516 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.32% from 516); Green value is 183 (71.88% from 255 or 35.47% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #6EB7DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EB7DF is #914820. Grayscale: #A5A5A5. Windows color (decimal): -9521185 or 14661486. OLE color: 14661486.
HSL color Cylindrical-coordinate representation of color #6EB7DF: hue angle of 201.24º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6EB7DF is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 183 | 223 | - |
| CMYK | 0.51 | 0.18 | 0 | 0.13 |
| HSL | 201.24º | 0.64% | 0.65% | - |
| HSV(B) | 201.24º | 0.51% | 0.87% | - |
| XYZ | 36.68 | 42.51 | 76.08 | - |
| YUV | 165.73 | 160.32 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 183 | 223 | 0.51 | 0.18 | 0 | 0.13 | 201.24 | 0.64 | 0.65 |
| Hex | 6E | B7 | DF | 33 | 12 | 0 | D | C9 | 40 | 41 |
| Octal | 156 | 267 | 337 | 63 | 22 | 0 | 15 | 311 | 100 | 101 |
| Binary | 1101110 | 10110111 | 11011111 | 110011 | 10010 | 0 | 1101 | 11001001 | 1000000 | 1000001 |
Color Harmonies of #6EB7DF
Complementary color
Monochromatic Colors of #6EB7DF
Black with #6EB7DF
Text Example
Text Example
White with #6EB7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EB7DF; }
p { color: rgb(110,183,223); }
H1.HeaderClassName
{
color: #6EB7DF;
}
.AnyTagClassName
{
color: #6EB7DF;
}
</style>
background-color css
<style>
a { background-color: #6EB7DF; }
a { background-color: rgb(110,183,223); }
div.DivClassName
{
background-color: #6EB7DF;
}
.BgClassName
{
background-color: #6EB7DF;
}
</style>
border-color css
<style>
span { border-color: #6EB7DF; }
span { border-color: rgb(110,183,223); }
td.TdClassName
{
border-color: #6EB7DF;
}
.TagClassName
{
border-color: #6EB7DF;
}
</style>