Shades of Malibu #6CB2F0
Tints of Malibu #6CB2F0
RGB
CMYK
RGB Variations
Color information
#6CB2F0 (or 0x6CB2F0) is known color: Malibu. HEX triplet: 6C, B2 and F0. RGB value is (108,178,240). Sum of RGB (Red+Green+Blue) = 108+178+240=526 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.53% from 526); Green value is 178 (69.92% from 255 or 33.84% from 526); Blue value is 240 (94.14% from 255 or 45.63% from 526); Max value from RGB is 240 - color contains mainly: blue. Hex color #6CB2F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6CB2F0 is #934D0F. Grayscale: #A3A3A3. Windows color (decimal): -9653520 or 15774316. OLE color: 15774316.
HSL color Cylindrical-coordinate representation of color #6CB2F0: hue angle of 208.18º degrees, saturation: 0.81, 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 #6CB2F0 is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 108 | 178 | 240 | - |
| CMYK | 0.55 | 0.26 | 0 | 0.06 |
| HSL | 208.18º | 0.81% | 0.68% | - |
| HSV(B) | 208.18º | 0.55% | 0.94% | - |
| XYZ | 37.83 | 41.32 | 88.42 | - |
| YUV | 164.14 | 170.81 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 178 | 240 | 0.55 | 0.26 | 0 | 0.06 | 208.18 | 0.81 | 0.68 |
| Hex | 6C | B2 | F0 | 37 | 1A | 0 | 6 | D0 | 51 | 44 |
| Octal | 154 | 262 | 360 | 67 | 32 | 0 | 6 | 320 | 121 | 104 |
| Binary | 1101100 | 10110010 | 11110000 | 110111 | 11010 | 0 | 110 | 11010000 | 1010001 | 1000100 |
Color Harmonies of #6CB2F0
Complementary color
Monochromatic Colors of #6CB2F0
Black with #6CB2F0
Text Example
Text Example
White with #6CB2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB2F0; }
p { color: rgb(108,178,240); }
H1.HeaderClassName
{
color: #6CB2F0;
}
.AnyTagClassName
{
color: #6CB2F0;
}
</style>
background-color css
<style>
a { background-color: #6CB2F0; }
a { background-color: rgb(108,178,240); }
div.DivClassName
{
background-color: #6CB2F0;
}
.BgClassName
{
background-color: #6CB2F0;
}
</style>
border-color css
<style>
span { border-color: #6CB2F0; }
span { border-color: rgb(108,178,240); }
td.TdClassName
{
border-color: #6CB2F0;
}
.TagClassName
{
border-color: #6CB2F0;
}
</style>