Shades of Malibu #6FB2D9
Tints of Malibu #6FB2D9
RGB
CMYK
RGB Variations
Color information
#6FB2D9 (or 0x6FB2D9) is known color: Malibu. HEX triplet: 6F, B2 and D9. RGB value is (111,178,217). Sum of RGB (Red+Green+Blue) = 111+178+217=506 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.94% from 506); Green value is 178 (69.92% from 255 or 35.18% from 506); Blue value is 217 (85.16% from 255 or 42.89% from 506); Max value from RGB is 217 - color contains mainly: blue. Hex color #6FB2D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FB2D9 is #904D26. Grayscale: #A2A2A2. Windows color (decimal): -9456935 or 14266991. OLE color: 14266991.
HSL color Cylindrical-coordinate representation of color #6FB2D9: hue angle of 202.08º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FB2D9 is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 111 | 178 | 217 | - |
| CMYK | 0.49 | 0.18 | 0 | 0.15 |
| HSL | 202.08º | 0.58% | 0.64% | - |
| HSV(B) | 202.08º | 0.49% | 0.85% | - |
| XYZ | 35 | 40.23 | 71.57 | - |
| YUV | 162.41 | 158.8 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 178 | 217 | 0.49 | 0.18 | 0 | 0.15 | 202.08 | 0.58 | 0.64 |
| Hex | 6F | B2 | D9 | 31 | 12 | 0 | F | CA | 3A | 40 |
| Octal | 157 | 262 | 331 | 61 | 22 | 0 | 17 | 312 | 72 | 100 |
| Binary | 1101111 | 10110010 | 11011001 | 110001 | 10010 | 0 | 1111 | 11001010 | 111010 | 1000000 |
Color Harmonies of #6FB2D9
Complementary color
Monochromatic Colors of #6FB2D9
Black with #6FB2D9
Text Example
Text Example
White with #6FB2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB2D9; }
p { color: rgb(111,178,217); }
H1.HeaderClassName
{
color: #6FB2D9;
}
.AnyTagClassName
{
color: #6FB2D9;
}
</style>
background-color css
<style>
a { background-color: #6FB2D9; }
a { background-color: rgb(111,178,217); }
div.DivClassName
{
background-color: #6FB2D9;
}
.BgClassName
{
background-color: #6FB2D9;
}
</style>
border-color css
<style>
span { border-color: #6FB2D9; }
span { border-color: rgb(111,178,217); }
td.TdClassName
{
border-color: #6FB2D9;
}
.TagClassName
{
border-color: #6FB2D9;
}
</style>