Shades of Malibu #6BC0DF
Tints of Malibu #6BC0DF
RGB
CMYK
RGB Variations
Color information
#6BC0DF (or 0x6BC0DF) is known color: Malibu. HEX triplet: 6B, C0 and DF. RGB value is (107,192,223). Sum of RGB (Red+Green+Blue) = 107+192+223=522 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.50% from 522); Green value is 192 (75.39% from 255 or 36.78% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 223 - color contains mainly: blue. Hex color #6BC0DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BC0DF is #943F20. Grayscale: #A9A9A9. Windows color (decimal): -9715489 or 14663787. OLE color: 14663787.
HSL color Cylindrical-coordinate representation of color #6BC0DF: hue angle of 196.03º 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 #6BC0DF is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 192 | 223 | - |
| CMYK | 0.52 | 0.14 | 0 | 0.13 |
| HSL | 196.03º | 0.64% | 0.65% | - |
| HSV(B) | 196.03º | 0.52% | 0.87% | - |
| XYZ | 38.23 | 46.15 | 76.71 | - |
| YUV | 170.12 | 157.84 | 82.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 192 | 223 | 0.52 | 0.14 | 0 | 0.13 | 196.03 | 0.64 | 0.65 |
| Hex | 6B | C0 | DF | 34 | E | 0 | D | C4 | 40 | 41 |
| Octal | 153 | 300 | 337 | 64 | 16 | 0 | 15 | 304 | 100 | 101 |
| Binary | 1101011 | 11000000 | 11011111 | 110100 | 1110 | 0 | 1101 | 11000100 | 1000000 | 1000001 |
Color Harmonies of #6BC0DF
Complementary color
Monochromatic Colors of #6BC0DF
Black with #6BC0DF
Text Example
Text Example
White with #6BC0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC0DF; }
p { color: rgb(107,192,223); }
H1.HeaderClassName
{
color: #6BC0DF;
}
.AnyTagClassName
{
color: #6BC0DF;
}
</style>
background-color css
<style>
a { background-color: #6BC0DF; }
a { background-color: rgb(107,192,223); }
div.DivClassName
{
background-color: #6BC0DF;
}
.BgClassName
{
background-color: #6BC0DF;
}
</style>
border-color css
<style>
span { border-color: #6BC0DF; }
span { border-color: rgb(107,192,223); }
td.TdClassName
{
border-color: #6BC0DF;
}
.TagClassName
{
border-color: #6BC0DF;
}
</style>