Shades of Malibu #6CADDB
Tints of Malibu #6CADDB
RGB
CMYK
RGB Variations
Color information
#6CADDB (or 0x6CADDB) is known color: Malibu. HEX triplet: 6C, AD and DB. RGB value is (108,173,219). Sum of RGB (Red+Green+Blue) = 108+173+219=500 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.6% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #6CADDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CADDB is #935224. Grayscale: #9E9E9E. Windows color (decimal): -9654821 or 14396780. OLE color: 14396780.
HSL color Cylindrical-coordinate representation of color #6CADDB: hue angle of 204.86º degrees, saturation: 0.61, 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 #6CADDB is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 173 | 219 | - |
| CMYK | 0.51 | 0.21 | 0 | 0.14 |
| HSL | 204.86º | 0.61% | 0.64% | - |
| HSV(B) | 204.86º | 0.51% | 0.86% | - |
| XYZ | 33.91 | 38.19 | 72.6 | - |
| YUV | 158.81 | 161.97 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 173 | 219 | 0.51 | 0.21 | 0 | 0.14 | 204.86 | 0.61 | 0.64 |
| Hex | 6C | AD | DB | 33 | 15 | 0 | E | CD | 3D | 40 |
| Octal | 154 | 255 | 333 | 63 | 25 | 0 | 16 | 315 | 75 | 100 |
| Binary | 1101100 | 10101101 | 11011011 | 110011 | 10101 | 0 | 1110 | 11001101 | 111101 | 1000000 |
Color Harmonies of #6CADDB
Complementary color
Monochromatic Colors of #6CADDB
Black with #6CADDB
Text Example
Text Example
White with #6CADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CADDB; }
p { color: rgb(108,173,219); }
H1.HeaderClassName
{
color: #6CADDB;
}
.AnyTagClassName
{
color: #6CADDB;
}
</style>
background-color css
<style>
a { background-color: #6CADDB; }
a { background-color: rgb(108,173,219); }
div.DivClassName
{
background-color: #6CADDB;
}
.BgClassName
{
background-color: #6CADDB;
}
</style>
border-color css
<style>
span { border-color: #6CADDB; }
span { border-color: rgb(108,173,219); }
td.TdClassName
{
border-color: #6CADDB;
}
.TagClassName
{
border-color: #6CADDB;
}
</style>