Shades of Malibu #6CB5DE
Tints of Malibu #6CB5DE
RGB
CMYK
RGB Variations
Color information
#6CB5DE (or 0x6CB5DE) is known color: Malibu. HEX triplet: 6C, B5 and DE. RGB value is (108,181,222). Sum of RGB (Red+Green+Blue) = 108+181+222=511 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.14% from 511); Green value is 181 (71.09% from 255 or 35.42% from 511); Blue value is 222 (87.11% from 255 or 43.44% from 511); Max value from RGB is 222 - color contains mainly: blue. Hex color #6CB5DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CB5DE is #934A21. Grayscale: #A3A3A3. Windows color (decimal): -9652770 or 14595436. OLE color: 14595436.
HSL color Cylindrical-coordinate representation of color #6CB5DE: hue angle of 201.58º degrees, saturation: 0.63, 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 #6CB5DE is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 181 | 222 | - |
| CMYK | 0.51 | 0.18 | 0 | 0.13 |
| HSL | 201.58º | 0.63% | 0.65% | - |
| HSV(B) | 201.58º | 0.51% | 0.87% | - |
| XYZ | 35.89 | 41.51 | 75.23 | - |
| YUV | 163.85 | 160.82 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 181 | 222 | 0.51 | 0.18 | 0 | 0.13 | 201.58 | 0.63 | 0.65 |
| Hex | 6C | B5 | DE | 33 | 12 | 0 | D | CA | 3F | 41 |
| Octal | 154 | 265 | 336 | 63 | 22 | 0 | 15 | 312 | 77 | 101 |
| Binary | 1101100 | 10110101 | 11011110 | 110011 | 10010 | 0 | 1101 | 11001010 | 111111 | 1000001 |
Color Harmonies of #6CB5DE
Complementary color
Monochromatic Colors of #6CB5DE
Black with #6CB5DE
Text Example
Text Example
White with #6CB5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB5DE; }
p { color: rgb(108,181,222); }
H1.HeaderClassName
{
color: #6CB5DE;
}
.AnyTagClassName
{
color: #6CB5DE;
}
</style>
background-color css
<style>
a { background-color: #6CB5DE; }
a { background-color: rgb(108,181,222); }
div.DivClassName
{
background-color: #6CB5DE;
}
.BgClassName
{
background-color: #6CB5DE;
}
</style>
border-color css
<style>
span { border-color: #6CB5DE; }
span { border-color: rgb(108,181,222); }
td.TdClassName
{
border-color: #6CB5DE;
}
.TagClassName
{
border-color: #6CB5DE;
}
</style>