Shades of Malibu #6FB2DC
Tints of Malibu #6FB2DC
RGB
CMYK
RGB Variations
Color information
#6FB2DC (or 0x6FB2DC) is known color: Malibu. HEX triplet: 6F, B2 and DC. RGB value is (111,178,220). Sum of RGB (Red+Green+Blue) = 111+178+220=509 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.81% from 509); Green value is 178 (69.92% from 255 or 34.97% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #6FB2DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FB2DC is #904D23. Grayscale: #A2A2A2. Windows color (decimal): -9456932 or 14463599. OLE color: 14463599.
HSL color Cylindrical-coordinate representation of color #6FB2DC: hue angle of 203.12º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FB2DC is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 178 | 220 | - |
| CMYK | 0.50 | 0.19 | 0 | 0.14 |
| HSL | 203.12º | 0.61% | 0.65% | - |
| HSV(B) | 203.12º | 0.5% | 0.86% | - |
| XYZ | 35.39 | 40.39 | 73.64 | - |
| YUV | 162.76 | 160.3 | 91.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 178 | 220 | 0.50 | 0.19 | 0 | 0.14 | 203.12 | 0.61 | 0.65 |
| Hex | 6F | B2 | DC | 32 | 13 | 0 | E | CB | 3D | 41 |
| Octal | 157 | 262 | 334 | 62 | 23 | 0 | 16 | 313 | 75 | 101 |
| Binary | 1101111 | 10110010 | 11011100 | 110010 | 10011 | 0 | 1110 | 11001011 | 111101 | 1000001 |
Color Harmonies of #6FB2DC
Complementary color
Monochromatic Colors of #6FB2DC
Black with #6FB2DC
Text Example
Text Example
White with #6FB2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB2DC; }
p { color: rgb(111,178,220); }
H1.HeaderClassName
{
color: #6FB2DC;
}
.AnyTagClassName
{
color: #6FB2DC;
}
</style>
background-color css
<style>
a { background-color: #6FB2DC; }
a { background-color: rgb(111,178,220); }
div.DivClassName
{
background-color: #6FB2DC;
}
.BgClassName
{
background-color: #6FB2DC;
}
</style>
border-color css
<style>
span { border-color: #6FB2DC; }
span { border-color: rgb(111,178,220); }
td.TdClassName
{
border-color: #6FB2DC;
}
.TagClassName
{
border-color: #6FB2DC;
}
</style>