Shades of Malibu #6DAFE1
Tints of Malibu #6DAFE1
RGB
CMYK
RGB Variations
Color information
#6DAFE1 (or 0x6DAFE1) is known color: Malibu. HEX triplet: 6D, AF and E1. RGB value is (109,175,225). Sum of RGB (Red+Green+Blue) = 109+175+225=509 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.41% from 509); Green value is 175 (68.75% from 255 or 34.38% from 509); Blue value is 225 (88.28% from 255 or 44.20% from 509); Max value from RGB is 225 - color contains mainly: blue. Hex color #6DAFE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DAFE1 is #92501E. Grayscale: #A0A0A0. Windows color (decimal): -9588767 or 14790509. OLE color: 14790509.
HSL color Cylindrical-coordinate representation of color #6DAFE1: hue angle of 205.86º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6DAFE1 is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 109 | 175 | 225 | - |
| CMYK | 0.52 | 0.22 | 0 | 0.12 |
| HSL | 205.86º | 0.66% | 0.65% | - |
| HSV(B) | 205.86º | 0.52% | 0.88% | - |
| XYZ | 35.23 | 39.35 | 76.97 | - |
| YUV | 160.97 | 164.13 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 175 | 225 | 0.52 | 0.22 | 0 | 0.12 | 205.86 | 0.66 | 0.65 |
| Hex | 6D | AF | E1 | 34 | 16 | 0 | C | CE | 42 | 41 |
| Octal | 155 | 257 | 341 | 64 | 26 | 0 | 14 | 316 | 102 | 101 |
| Binary | 1101101 | 10101111 | 11100001 | 110100 | 10110 | 0 | 1100 | 11001110 | 1000010 | 1000001 |
Color Harmonies of #6DAFE1
Complementary color
Monochromatic Colors of #6DAFE1
Black with #6DAFE1
Text Example
Text Example
White with #6DAFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAFE1; }
p { color: rgb(109,175,225); }
H1.HeaderClassName
{
color: #6DAFE1;
}
.AnyTagClassName
{
color: #6DAFE1;
}
</style>
background-color css
<style>
a { background-color: #6DAFE1; }
a { background-color: rgb(109,175,225); }
div.DivClassName
{
background-color: #6DAFE1;
}
.BgClassName
{
background-color: #6DAFE1;
}
</style>
border-color css
<style>
span { border-color: #6DAFE1; }
span { border-color: rgb(109,175,225); }
td.TdClassName
{
border-color: #6DAFE1;
}
.TagClassName
{
border-color: #6DAFE1;
}
</style>