Shades of Malibu #6AAFD7
Tints of Malibu #6AAFD7
RGB
CMYK
RGB Variations
Color information
#6AAFD7 (or 0x6AAFD7) is known color: Malibu. HEX triplet: 6A, AF and D7. RGB value is (106,175,215). Sum of RGB (Red+Green+Blue) = 106+175+215=496 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.37% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 215 (84.38% from 255 or 43.35% from 496); Max value from RGB is 215 - color contains mainly: blue. Hex color #6AAFD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AAFD7 is #955028. Grayscale: #9E9E9E. Windows color (decimal): -9785385 or 14135146. OLE color: 14135146.
HSL color Cylindrical-coordinate representation of color #6AAFD7: hue angle of 202.02º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6AAFD7 is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 106 | 175 | 215 | - |
| CMYK | 0.51 | 0.19 | 0 | 0.16 |
| HSL | 202.02º | 0.58% | 0.63% | - |
| HSV(B) | 202.02º | 0.51% | 0.84% | - |
| XYZ | 33.54 | 38.63 | 69.98 | - |
| YUV | 158.93 | 159.64 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 175 | 215 | 0.51 | 0.19 | 0 | 0.16 | 202.02 | 0.58 | 0.63 |
| Hex | 6A | AF | D7 | 33 | 13 | 0 | 10 | CA | 3A | 3F |
| Octal | 152 | 257 | 327 | 63 | 23 | 0 | 20 | 312 | 72 | 77 |
| Binary | 1101010 | 10101111 | 11010111 | 110011 | 10011 | 0 | 10000 | 11001010 | 111010 | 111111 |
Color Harmonies of #6AAFD7
Complementary color
Monochromatic Colors of #6AAFD7
Black with #6AAFD7
Text Example
Text Example
White with #6AAFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAFD7; }
p { color: rgb(106,175,215); }
H1.HeaderClassName
{
color: #6AAFD7;
}
.AnyTagClassName
{
color: #6AAFD7;
}
</style>
background-color css
<style>
a { background-color: #6AAFD7; }
a { background-color: rgb(106,175,215); }
div.DivClassName
{
background-color: #6AAFD7;
}
.BgClassName
{
background-color: #6AAFD7;
}
</style>
border-color css
<style>
span { border-color: #6AAFD7; }
span { border-color: rgb(106,175,215); }
td.TdClassName
{
border-color: #6AAFD7;
}
.TagClassName
{
border-color: #6AAFD7;
}
</style>