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