Shades of Malibu #6BB7EA
Tints of Malibu #6BB7EA
RGB
CMYK
RGB Variations
Color information
#6BB7EA (or 0x6BB7EA) is known color: Malibu. HEX triplet: 6B, B7 and EA. RGB value is (107,183,234). Sum of RGB (Red+Green+Blue) = 107+183+234=524 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.42% from 524); Green value is 183 (71.88% from 255 or 34.92% from 524); Blue value is 234 (91.80% from 255 or 44.66% from 524); Max value from RGB is 234 - color contains mainly: blue. Hex color #6BB7EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BB7EA is #944815. Grayscale: #A5A5A5. Windows color (decimal): -9717782 or 15382379. OLE color: 15382379.
HSL color Cylindrical-coordinate representation of color #6BB7EA: hue angle of 204.09º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BB7EA is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 107 | 183 | 234 | - |
| CMYK | 0.54 | 0.22 | 0 | 0.08 |
| HSL | 204.09º | 0.75% | 0.67% | - |
| HSV(B) | 204.09º | 0.54% | 0.92% | - |
| XYZ | 37.85 | 42.93 | 84.13 | - |
| YUV | 166.09 | 166.32 | 85.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 183 | 234 | 0.54 | 0.22 | 0 | 0.08 | 204.09 | 0.75 | 0.67 |
| Hex | 6B | B7 | EA | 36 | 16 | 0 | 8 | CC | 4B | 43 |
| Octal | 153 | 267 | 352 | 66 | 26 | 0 | 10 | 314 | 113 | 103 |
| Binary | 1101011 | 10110111 | 11101010 | 110110 | 10110 | 0 | 1000 | 11001100 | 1001011 | 1000011 |
Color Harmonies of #6BB7EA
Complementary color
Monochromatic Colors of #6BB7EA
Black with #6BB7EA
Text Example
Text Example
White with #6BB7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB7EA; }
p { color: rgb(107,183,234); }
H1.HeaderClassName
{
color: #6BB7EA;
}
.AnyTagClassName
{
color: #6BB7EA;
}
</style>
background-color css
<style>
a { background-color: #6BB7EA; }
a { background-color: rgb(107,183,234); }
div.DivClassName
{
background-color: #6BB7EA;
}
.BgClassName
{
background-color: #6BB7EA;
}
</style>
border-color css
<style>
span { border-color: #6BB7EA; }
span { border-color: rgb(107,183,234); }
td.TdClassName
{
border-color: #6BB7EA;
}
.TagClassName
{
border-color: #6BB7EA;
}
</style>