Shades of Malibu #6BB2F0
Tints of Malibu #6BB2F0
RGB
CMYK
RGB Variations
Color information
#6BB2F0 (or 0x6BB2F0) is known color: Malibu. HEX triplet: 6B, B2 and F0. RGB value is (107,178,240). Sum of RGB (Red+Green+Blue) = 107+178+240=525 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.38% from 525); Green value is 178 (69.92% from 255 or 33.90% from 525); Blue value is 240 (94.14% from 255 or 45.71% from 525); Max value from RGB is 240 - color contains mainly: blue. Hex color #6BB2F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BB2F0 is #944D0F. Grayscale: #A3A3A3. Windows color (decimal): -9719056 or 15774315. OLE color: 15774315.
HSL color Cylindrical-coordinate representation of color #6BB2F0: hue angle of 207.97º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BB2F0 is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 107 | 178 | 240 | - |
| CMYK | 0.55 | 0.26 | 0 | 0.06 |
| HSL | 207.97º | 0.82% | 0.68% | - |
| HSV(B) | 207.97º | 0.55% | 0.94% | - |
| XYZ | 37.71 | 41.26 | 88.41 | - |
| YUV | 163.84 | 170.98 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 178 | 240 | 0.55 | 0.26 | 0 | 0.06 | 207.97 | 0.82 | 0.68 |
| Hex | 6B | B2 | F0 | 37 | 1A | 0 | 6 | D0 | 52 | 44 |
| Octal | 153 | 262 | 360 | 67 | 32 | 0 | 6 | 320 | 122 | 104 |
| Binary | 1101011 | 10110010 | 11110000 | 110111 | 11010 | 0 | 110 | 11010000 | 1010010 | 1000100 |
Color Harmonies of #6BB2F0
Complementary color
Monochromatic Colors of #6BB2F0
Black with #6BB2F0
Text Example
Text Example
White with #6BB2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB2F0; }
p { color: rgb(107,178,240); }
H1.HeaderClassName
{
color: #6BB2F0;
}
.AnyTagClassName
{
color: #6BB2F0;
}
</style>
background-color css
<style>
a { background-color: #6BB2F0; }
a { background-color: rgb(107,178,240); }
div.DivClassName
{
background-color: #6BB2F0;
}
.BgClassName
{
background-color: #6BB2F0;
}
</style>
border-color css
<style>
span { border-color: #6BB2F0; }
span { border-color: rgb(107,178,240); }
td.TdClassName
{
border-color: #6BB2F0;
}
.TagClassName
{
border-color: #6BB2F0;
}
</style>