Shades of Malibu #6CBEDA
Tints of Malibu #6CBEDA
RGB
CMYK
RGB Variations
Color information
#6CBEDA (or 0x6CBEDA) is known color: Malibu. HEX triplet: 6C, BE and DA. RGB value is (108,190,218). Sum of RGB (Red+Green+Blue) = 108+190+218=516 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.93% from 516); Green value is 190 (74.61% from 255 or 36.82% from 516); Blue value is 218 (85.55% from 255 or 42.25% from 516); Max value from RGB is 218 - color contains mainly: blue. Hex color #6CBEDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBEDA is #934125. Grayscale: #A8A8A8. Windows color (decimal): -9650470 or 14335596. OLE color: 14335596.
HSL color Cylindrical-coordinate representation of color #6CBEDA: hue angle of 195.27º 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 #6CBEDA is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 108 | 190 | 218 | - |
| CMYK | 0.50 | 0.13 | 0 | 0.15 |
| HSL | 195.27º | 0.6% | 0.64% | - |
| HSV(B) | 195.27º | 0.5% | 0.85% | - |
| XYZ | 37.25 | 45.08 | 73.07 | - |
| YUV | 168.67 | 155.83 | 84.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 190 | 218 | 0.50 | 0.13 | 0 | 0.15 | 195.27 | 0.6 | 0.64 |
| Hex | 6C | BE | DA | 32 | D | 0 | F | C3 | 3C | 40 |
| Octal | 154 | 276 | 332 | 62 | 15 | 0 | 17 | 303 | 74 | 100 |
| Binary | 1101100 | 10111110 | 11011010 | 110010 | 1101 | 0 | 1111 | 11000011 | 111100 | 1000000 |
Color Harmonies of #6CBEDA
Complementary color
Monochromatic Colors of #6CBEDA
Black with #6CBEDA
Text Example
Text Example
White with #6CBEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBEDA; }
p { color: rgb(108,190,218); }
H1.HeaderClassName
{
color: #6CBEDA;
}
.AnyTagClassName
{
color: #6CBEDA;
}
</style>
background-color css
<style>
a { background-color: #6CBEDA; }
a { background-color: rgb(108,190,218); }
div.DivClassName
{
background-color: #6CBEDA;
}
.BgClassName
{
background-color: #6CBEDA;
}
</style>
border-color css
<style>
span { border-color: #6CBEDA; }
span { border-color: rgb(108,190,218); }
td.TdClassName
{
border-color: #6CBEDA;
}
.TagClassName
{
border-color: #6CBEDA;
}
</style>