Shades of Malibu #6CB1DC
Tints of Malibu #6CB1DC
RGB
CMYK
RGB Variations
Color information
#6CB1DC (or 0x6CB1DC) is known color: Malibu. HEX triplet: 6C, B1 and DC. RGB value is (108,177,220). Sum of RGB (Red+Green+Blue) = 108+177+220=505 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.39% from 505); Green value is 177 (69.53% from 255 or 35.05% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #6CB1DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CB1DC is #934E23. Grayscale: #A1A1A1. Windows color (decimal): -9653796 or 14463340. OLE color: 14463340.
HSL color Cylindrical-coordinate representation of color #6CB1DC: hue angle of 203.04º 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 #6CB1DC is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 177 | 220 | - |
| CMYK | 0.51 | 0.20 | 0 | 0.14 |
| HSL | 203.04º | 0.62% | 0.64% | - |
| HSV(B) | 203.04º | 0.51% | 0.86% | - |
| XYZ | 34.82 | 39.8 | 73.56 | - |
| YUV | 161.27 | 161.14 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 177 | 220 | 0.51 | 0.20 | 0 | 0.14 | 203.04 | 0.62 | 0.64 |
| Hex | 6C | B1 | DC | 33 | 14 | 0 | E | CB | 3E | 40 |
| Octal | 154 | 261 | 334 | 63 | 24 | 0 | 16 | 313 | 76 | 100 |
| Binary | 1101100 | 10110001 | 11011100 | 110011 | 10100 | 0 | 1110 | 11001011 | 111110 | 1000000 |
Color Harmonies of #6CB1DC
Complementary color
Monochromatic Colors of #6CB1DC
Black with #6CB1DC
Text Example
Text Example
White with #6CB1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB1DC; }
p { color: rgb(108,177,220); }
H1.HeaderClassName
{
color: #6CB1DC;
}
.AnyTagClassName
{
color: #6CB1DC;
}
</style>
background-color css
<style>
a { background-color: #6CB1DC; }
a { background-color: rgb(108,177,220); }
div.DivClassName
{
background-color: #6CB1DC;
}
.BgClassName
{
background-color: #6CB1DC;
}
</style>
border-color css
<style>
span { border-color: #6CB1DC; }
span { border-color: rgb(108,177,220); }
td.TdClassName
{
border-color: #6CB1DC;
}
.TagClassName
{
border-color: #6CB1DC;
}
</style>