Shades of Malibu #6DAFE0
Tints of Malibu #6DAFE0
RGB
CMYK
RGB Variations
Color information
#6DAFE0 (or 0x6DAFE0) is known color: Malibu. HEX triplet: 6D, AF and E0. RGB value is (109,175,224). Sum of RGB (Red+Green+Blue) = 109+175+224=508 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.46% from 508); Green value is 175 (68.75% from 255 or 34.45% from 508); Blue value is 224 (87.89% from 255 or 44.09% from 508); Max value from RGB is 224 - color contains mainly: blue. Hex color #6DAFE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DAFE0 is #92501F. Grayscale: #A0A0A0. Windows color (decimal): -9588768 or 14724973. OLE color: 14724973.
HSL color Cylindrical-coordinate representation of color #6DAFE0: hue angle of 205.57º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DAFE0 is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 109 | 175 | 224 | - |
| CMYK | 0.51 | 0.22 | 0 | 0.12 |
| HSL | 205.57º | 0.65% | 0.65% | - |
| HSV(B) | 205.57º | 0.51% | 0.88% | - |
| XYZ | 35.09 | 39.29 | 76.26 | - |
| YUV | 160.85 | 163.63 | 91.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 175 | 224 | 0.51 | 0.22 | 0 | 0.12 | 205.57 | 0.65 | 0.65 |
| Hex | 6D | AF | E0 | 33 | 16 | 0 | C | CE | 41 | 41 |
| Octal | 155 | 257 | 340 | 63 | 26 | 0 | 14 | 316 | 101 | 101 |
| Binary | 1101101 | 10101111 | 11100000 | 110011 | 10110 | 0 | 1100 | 11001110 | 1000001 | 1000001 |
Color Harmonies of #6DAFE0
Complementary color
Monochromatic Colors of #6DAFE0
Black with #6DAFE0
Text Example
Text Example
White with #6DAFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAFE0; }
p { color: rgb(109,175,224); }
H1.HeaderClassName
{
color: #6DAFE0;
}
.AnyTagClassName
{
color: #6DAFE0;
}
</style>
background-color css
<style>
a { background-color: #6DAFE0; }
a { background-color: rgb(109,175,224); }
div.DivClassName
{
background-color: #6DAFE0;
}
.BgClassName
{
background-color: #6DAFE0;
}
</style>
border-color css
<style>
span { border-color: #6DAFE0; }
span { border-color: rgb(109,175,224); }
td.TdClassName
{
border-color: #6DAFE0;
}
.TagClassName
{
border-color: #6DAFE0;
}
</style>