Shades of Malibu #6CB2DD
Tints of Malibu #6CB2DD
RGB
CMYK
RGB Variations
Color information
#6CB2DD (or 0x6CB2DD) is known color: Malibu. HEX triplet: 6C, B2 and DD. RGB value is (108,178,221). Sum of RGB (Red+Green+Blue) = 108+178+221=507 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.30% from 507); Green value is 178 (69.92% from 255 or 35.11% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #6CB2DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CB2DD is #934D22. Grayscale: #A1A1A1. Windows color (decimal): -9653539 or 14529132. OLE color: 14529132.
HSL color Cylindrical-coordinate representation of color #6CB2DD: hue angle of 202.83º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CB2DD is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 178 | 221 | - |
| CMYK | 0.51 | 0.19 | 0 | 0.13 |
| HSL | 202.83º | 0.62% | 0.65% | - |
| HSV(B) | 202.83º | 0.51% | 0.87% | - |
| XYZ | 35.16 | 40.25 | 74.32 | - |
| YUV | 161.97 | 161.31 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 178 | 221 | 0.51 | 0.19 | 0 | 0.13 | 202.83 | 0.62 | 0.65 |
| Hex | 6C | B2 | DD | 33 | 13 | 0 | D | CB | 3E | 41 |
| Octal | 154 | 262 | 335 | 63 | 23 | 0 | 15 | 313 | 76 | 101 |
| Binary | 1101100 | 10110010 | 11011101 | 110011 | 10011 | 0 | 1101 | 11001011 | 111110 | 1000001 |
Color Harmonies of #6CB2DD
Complementary color
Monochromatic Colors of #6CB2DD
Black with #6CB2DD
Text Example
Text Example
White with #6CB2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB2DD; }
p { color: rgb(108,178,221); }
H1.HeaderClassName
{
color: #6CB2DD;
}
.AnyTagClassName
{
color: #6CB2DD;
}
</style>
background-color css
<style>
a { background-color: #6CB2DD; }
a { background-color: rgb(108,178,221); }
div.DivClassName
{
background-color: #6CB2DD;
}
.BgClassName
{
background-color: #6CB2DD;
}
</style>
border-color css
<style>
span { border-color: #6CB2DD; }
span { border-color: rgb(108,178,221); }
td.TdClassName
{
border-color: #6CB2DD;
}
.TagClassName
{
border-color: #6CB2DD;
}
</style>