Shades of Malibu #6BBEDF
Tints of Malibu #6BBEDF
RGB
CMYK
RGB Variations
Color information
#6BBEDF (or 0x6BBEDF) is known color: Malibu. HEX triplet: 6B, BE and DF. RGB value is (107,190,223). Sum of RGB (Red+Green+Blue) = 107+190+223=520 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.58% from 520); Green value is 190 (74.61% from 255 or 36.54% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #6BBEDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBEDF is #944120. Grayscale: #A8A8A8. Windows color (decimal): -9716001 or 14663275. OLE color: 14663275.
HSL color Cylindrical-coordinate representation of color #6BBEDF: hue angle of 197.07º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BBEDF is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 190 | 223 | - |
| CMYK | 0.52 | 0.15 | 0 | 0.13 |
| HSL | 197.07º | 0.64% | 0.65% | - |
| HSV(B) | 197.07º | 0.52% | 0.87% | - |
| XYZ | 37.8 | 45.28 | 76.56 | - |
| YUV | 168.95 | 158.5 | 83.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 190 | 223 | 0.52 | 0.15 | 0 | 0.13 | 197.07 | 0.64 | 0.65 |
| Hex | 6B | BE | DF | 34 | F | 0 | D | C5 | 40 | 41 |
| Octal | 153 | 276 | 337 | 64 | 17 | 0 | 15 | 305 | 100 | 101 |
| Binary | 1101011 | 10111110 | 11011111 | 110100 | 1111 | 0 | 1101 | 11000101 | 1000000 | 1000001 |
Color Harmonies of #6BBEDF
Complementary color
Monochromatic Colors of #6BBEDF
Black with #6BBEDF
Text Example
Text Example
White with #6BBEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBEDF; }
p { color: rgb(107,190,223); }
H1.HeaderClassName
{
color: #6BBEDF;
}
.AnyTagClassName
{
color: #6BBEDF;
}
</style>
background-color css
<style>
a { background-color: #6BBEDF; }
a { background-color: rgb(107,190,223); }
div.DivClassName
{
background-color: #6BBEDF;
}
.BgClassName
{
background-color: #6BBEDF;
}
</style>
border-color css
<style>
span { border-color: #6BBEDF; }
span { border-color: rgb(107,190,223); }
td.TdClassName
{
border-color: #6BBEDF;
}
.TagClassName
{
border-color: #6BBEDF;
}
</style>