Shades of Malibu #6BC3DC
Tints of Malibu #6BC3DC
RGB
CMYK
RGB Variations
Color information
#6BC3DC (or 0x6BC3DC) is known color: Malibu. HEX triplet: 6B, C3 and DC. RGB value is (107,195,220). Sum of RGB (Red+Green+Blue) = 107+195+220=522 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.50% from 522); Green value is 195 (76.56% from 255 or 37.36% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #6BC3DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BC3DC is #943C23. Grayscale: #ABABAB. Windows color (decimal): -9714724 or 14467947. OLE color: 14467947.
HSL color Cylindrical-coordinate representation of color #6BC3DC: hue angle of 193.27º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BC3DC is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 195 | 220 | - |
| CMYK | 0.51 | 0.11 | 0 | 0.14 |
| HSL | 193.27º | 0.62% | 0.64% | - |
| HSV(B) | 193.27º | 0.51% | 0.86% | - |
| XYZ | 38.5 | 47.32 | 74.82 | - |
| YUV | 171.54 | 155.35 | 81.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 195 | 220 | 0.51 | 0.11 | 0 | 0.14 | 193.27 | 0.62 | 0.64 |
| Hex | 6B | C3 | DC | 33 | B | 0 | E | C1 | 3E | 40 |
| Octal | 153 | 303 | 334 | 63 | 13 | 0 | 16 | 301 | 76 | 100 |
| Binary | 1101011 | 11000011 | 11011100 | 110011 | 1011 | 0 | 1110 | 11000001 | 111110 | 1000000 |
Color Harmonies of #6BC3DC
Complementary color
Monochromatic Colors of #6BC3DC
Black with #6BC3DC
Text Example
Text Example
White with #6BC3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC3DC; }
p { color: rgb(107,195,220); }
H1.HeaderClassName
{
color: #6BC3DC;
}
.AnyTagClassName
{
color: #6BC3DC;
}
</style>
background-color css
<style>
a { background-color: #6BC3DC; }
a { background-color: rgb(107,195,220); }
div.DivClassName
{
background-color: #6BC3DC;
}
.BgClassName
{
background-color: #6BC3DC;
}
</style>
border-color css
<style>
span { border-color: #6BC3DC; }
span { border-color: rgb(107,195,220); }
td.TdClassName
{
border-color: #6BC3DC;
}
.TagClassName
{
border-color: #6BC3DC;
}
</style>