Shades of Malibu #6BBCED
Tints of Malibu #6BBCED
RGB
CMYK
RGB Variations
Color information
#6BBCED (or 0x6BBCED) is known color: Malibu. HEX triplet: 6B, BC and ED. RGB value is (107,188,237). Sum of RGB (Red+Green+Blue) = 107+188+237=532 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.11% from 532); Green value is 188 (73.83% from 255 or 35.34% from 532); Blue value is 237 (92.97% from 255 or 44.55% from 532); Max value from RGB is 237 - color contains mainly: blue. Hex color #6BBCED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BBCED is #944312. Grayscale: #A9A9A9. Windows color (decimal): -9716499 or 15580267. OLE color: 15580267.
HSL color Cylindrical-coordinate representation of color #6BBCED: hue angle of 202.62º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BBCED is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 188 | 237 | - |
| CMYK | 0.55 | 0.21 | 0 | 0.07 |
| HSL | 202.62º | 0.78% | 0.67% | - |
| HSV(B) | 202.62º | 0.55% | 0.93% | - |
| XYZ | 39.33 | 45.21 | 86.77 | - |
| YUV | 169.37 | 166.16 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 188 | 237 | 0.55 | 0.21 | 0 | 0.07 | 202.62 | 0.78 | 0.67 |
| Hex | 6B | BC | ED | 37 | 15 | 0 | 7 | CB | 4E | 43 |
| Octal | 153 | 274 | 355 | 67 | 25 | 0 | 7 | 313 | 116 | 103 |
| Binary | 1101011 | 10111100 | 11101101 | 110111 | 10101 | 0 | 111 | 11001011 | 1001110 | 1000011 |
Color Harmonies of #6BBCED
Complementary color
Monochromatic Colors of #6BBCED
Black with #6BBCED
Text Example
Text Example
White with #6BBCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBCED; }
p { color: rgb(107,188,237); }
H1.HeaderClassName
{
color: #6BBCED;
}
.AnyTagClassName
{
color: #6BBCED;
}
</style>
background-color css
<style>
a { background-color: #6BBCED; }
a { background-color: rgb(107,188,237); }
div.DivClassName
{
background-color: #6BBCED;
}
.BgClassName
{
background-color: #6BBCED;
}
</style>
border-color css
<style>
span { border-color: #6BBCED; }
span { border-color: rgb(107,188,237); }
td.TdClassName
{
border-color: #6BBCED;
}
.TagClassName
{
border-color: #6BBCED;
}
</style>