Shades of Malibu #6CBDDC
Tints of Malibu #6CBDDC
RGB
CMYK
RGB Variations
Color information
#6CBDDC (or 0x6CBDDC) is known color: Malibu. HEX triplet: 6C, BD and DC. RGB value is (108,189,220). Sum of RGB (Red+Green+Blue) = 108+189+220=517 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.89% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #6CBDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBDDC is #934223. Grayscale: #A8A8A8. Windows color (decimal): -9650724 or 14466412. OLE color: 14466412.
HSL color Cylindrical-coordinate representation of color #6CBDDC: hue angle of 196.61º 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 #6CBDDC is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 189 | 220 | - |
| CMYK | 0.51 | 0.14 | 0 | 0.14 |
| HSL | 196.61º | 0.62% | 0.64% | - |
| HSV(B) | 196.61º | 0.51% | 0.86% | - |
| XYZ | 37.3 | 44.75 | 74.38 | - |
| YUV | 168.32 | 157.16 | 84.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 189 | 220 | 0.51 | 0.14 | 0 | 0.14 | 196.61 | 0.62 | 0.64 |
| Hex | 6C | BD | DC | 33 | E | 0 | E | C5 | 3E | 40 |
| Octal | 154 | 275 | 334 | 63 | 16 | 0 | 16 | 305 | 76 | 100 |
| Binary | 1101100 | 10111101 | 11011100 | 110011 | 1110 | 0 | 1110 | 11000101 | 111110 | 1000000 |
Color Harmonies of #6CBDDC
Complementary color
Monochromatic Colors of #6CBDDC
Black with #6CBDDC
Text Example
Text Example
White with #6CBDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBDDC; }
p { color: rgb(108,189,220); }
H1.HeaderClassName
{
color: #6CBDDC;
}
.AnyTagClassName
{
color: #6CBDDC;
}
</style>
background-color css
<style>
a { background-color: #6CBDDC; }
a { background-color: rgb(108,189,220); }
div.DivClassName
{
background-color: #6CBDDC;
}
.BgClassName
{
background-color: #6CBDDC;
}
</style>
border-color css
<style>
span { border-color: #6CBDDC; }
span { border-color: rgb(108,189,220); }
td.TdClassName
{
border-color: #6CBDDC;
}
.TagClassName
{
border-color: #6CBDDC;
}
</style>