Shades of Malibu #6FB9EA
Tints of Malibu #6FB9EA
RGB
CMYK
RGB Variations
Color information
#6FB9EA (or 0x6FB9EA) is known color: Malibu. HEX triplet: 6F, B9 and EA. RGB value is (111,185,234). Sum of RGB (Red+Green+Blue) = 111+185+234=530 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.94% from 530); Green value is 185 (72.66% from 255 or 34.91% from 530); Blue value is 234 (91.80% from 255 or 44.15% from 530); Max value from RGB is 234 - color contains mainly: blue. Hex color #6FB9EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FB9EA is #904615. Grayscale: #A8A8A8. Windows color (decimal): -9455126 or 15382895. OLE color: 15382895.
HSL color Cylindrical-coordinate representation of color #6FB9EA: hue angle of 203.9º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FB9EA is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 111 | 185 | 234 | - |
| CMYK | 0.53 | 0.21 | 0 | 0.08 |
| HSL | 203.9º | 0.75% | 0.68% | - |
| HSV(B) | 203.9º | 0.53% | 0.92% | - |
| XYZ | 38.76 | 44.02 | 84.3 | - |
| YUV | 168.46 | 164.98 | 87.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 185 | 234 | 0.53 | 0.21 | 0 | 0.08 | 203.9 | 0.75 | 0.68 |
| Hex | 6F | B9 | EA | 35 | 15 | 0 | 8 | CC | 4B | 44 |
| Octal | 157 | 271 | 352 | 65 | 25 | 0 | 10 | 314 | 113 | 104 |
| Binary | 1101111 | 10111001 | 11101010 | 110101 | 10101 | 0 | 1000 | 11001100 | 1001011 | 1000100 |
Color Harmonies of #6FB9EA
Complementary color
Monochromatic Colors of #6FB9EA
Black with #6FB9EA
Text Example
Text Example
White with #6FB9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB9EA; }
p { color: rgb(111,185,234); }
H1.HeaderClassName
{
color: #6FB9EA;
}
.AnyTagClassName
{
color: #6FB9EA;
}
</style>
background-color css
<style>
a { background-color: #6FB9EA; }
a { background-color: rgb(111,185,234); }
div.DivClassName
{
background-color: #6FB9EA;
}
.BgClassName
{
background-color: #6FB9EA;
}
</style>
border-color css
<style>
span { border-color: #6FB9EA; }
span { border-color: rgb(111,185,234); }
td.TdClassName
{
border-color: #6FB9EA;
}
.TagClassName
{
border-color: #6FB9EA;
}
</style>