Shades of Malibu #6FADD7
Tints of Malibu #6FADD7
RGB
CMYK
RGB Variations
Color information
#6FADD7 (or 0x6FADD7) is known color: Malibu. HEX triplet: 6F, AD and D7. RGB value is (111,173,215). Sum of RGB (Red+Green+Blue) = 111+173+215=499 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.24% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 215 (84.38% from 255 or 43.09% from 499); Max value from RGB is 215 - color contains mainly: blue. Hex color #6FADD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FADD7 is #905228. Grayscale: #9F9F9F. Windows color (decimal): -9458217 or 14134639. OLE color: 14134639.
HSL color Cylindrical-coordinate representation of color #6FADD7: hue angle of 204.23º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6FADD7 is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 111 | 173 | 215 | - |
| CMYK | 0.48 | 0.20 | 0 | 0.16 |
| HSL | 204.23º | 0.57% | 0.64% | - |
| HSV(B) | 204.23º | 0.48% | 0.84% | - |
| XYZ | 33.76 | 38.17 | 69.88 | - |
| YUV | 159.25 | 159.46 | 93.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 173 | 215 | 0.48 | 0.20 | 0 | 0.16 | 204.23 | 0.57 | 0.64 |
| Hex | 6F | AD | D7 | 30 | 14 | 0 | 10 | CC | 39 | 40 |
| Octal | 157 | 255 | 327 | 60 | 24 | 0 | 20 | 314 | 71 | 100 |
| Binary | 1101111 | 10101101 | 11010111 | 110000 | 10100 | 0 | 10000 | 11001100 | 111001 | 1000000 |
Color Harmonies of #6FADD7
Complementary color
Monochromatic Colors of #6FADD7
Black with #6FADD7
Text Example
Text Example
White with #6FADD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FADD7; }
p { color: rgb(111,173,215); }
H1.HeaderClassName
{
color: #6FADD7;
}
.AnyTagClassName
{
color: #6FADD7;
}
</style>
background-color css
<style>
a { background-color: #6FADD7; }
a { background-color: rgb(111,173,215); }
div.DivClassName
{
background-color: #6FADD7;
}
.BgClassName
{
background-color: #6FADD7;
}
</style>
border-color css
<style>
span { border-color: #6FADD7; }
span { border-color: rgb(111,173,215); }
td.TdClassName
{
border-color: #6FADD7;
}
.TagClassName
{
border-color: #6FADD7;
}
</style>