Shades of Malibu #6CADDA
Tints of Malibu #6CADDA
RGB
CMYK
RGB Variations
Color information
#6CADDA (or 0x6CADDA) is known color: Malibu. HEX triplet: 6C, AD and DA. RGB value is (108,173,218). Sum of RGB (Red+Green+Blue) = 108+173+218=499 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.64% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 218 - color contains mainly: blue. Hex color #6CADDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CADDA is #935225. Grayscale: #9E9E9E. Windows color (decimal): -9654822 or 14331244. OLE color: 14331244.
HSL color Cylindrical-coordinate representation of color #6CADDA: hue angle of 204.55º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6CADDA is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 108 | 173 | 218 | - |
| CMYK | 0.50 | 0.21 | 0 | 0.15 |
| HSL | 204.55º | 0.6% | 0.64% | - |
| HSV(B) | 204.55º | 0.5% | 0.85% | - |
| XYZ | 33.78 | 38.14 | 71.91 | - |
| YUV | 158.7 | 161.47 | 91.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 173 | 218 | 0.50 | 0.21 | 0 | 0.15 | 204.55 | 0.6 | 0.64 |
| Hex | 6C | AD | DA | 32 | 15 | 0 | F | CD | 3C | 40 |
| Octal | 154 | 255 | 332 | 62 | 25 | 0 | 17 | 315 | 74 | 100 |
| Binary | 1101100 | 10101101 | 11011010 | 110010 | 10101 | 0 | 1111 | 11001101 | 111100 | 1000000 |
Color Harmonies of #6CADDA
Complementary color
Monochromatic Colors of #6CADDA
Black with #6CADDA
Text Example
Text Example
White with #6CADDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CADDA; }
p { color: rgb(108,173,218); }
H1.HeaderClassName
{
color: #6CADDA;
}
.AnyTagClassName
{
color: #6CADDA;
}
</style>
background-color css
<style>
a { background-color: #6CADDA; }
a { background-color: rgb(108,173,218); }
div.DivClassName
{
background-color: #6CADDA;
}
.BgClassName
{
background-color: #6CADDA;
}
</style>
border-color css
<style>
span { border-color: #6CADDA; }
span { border-color: rgb(108,173,218); }
td.TdClassName
{
border-color: #6CADDA;
}
.TagClassName
{
border-color: #6CADDA;
}
</style>