Shades of Malibu #6DB2EA
Tints of Malibu #6DB2EA
RGB
CMYK
RGB Variations
Color information
#6DB2EA (or 0x6DB2EA) is known color: Malibu. HEX triplet: 6D, B2 and EA. RGB value is (109,178,234). Sum of RGB (Red+Green+Blue) = 109+178+234=521 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.92% from 521); Green value is 178 (69.92% from 255 or 34.17% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 234 - color contains mainly: blue. Hex color #6DB2EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6DB2EA is #924D15. Grayscale: #A3A3A3. Windows color (decimal): -9587990 or 15381101. OLE color: 15381101.
HSL color Cylindrical-coordinate representation of color #6DB2EA: hue angle of 206.88º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DB2EA is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 109 | 178 | 234 | - |
| CMYK | 0.53 | 0.24 | 0 | 0.08 |
| HSL | 206.88º | 0.75% | 0.67% | - |
| HSV(B) | 206.88º | 0.53% | 0.92% | - |
| XYZ | 37.08 | 41.03 | 83.81 | - |
| YUV | 163.75 | 167.64 | 88.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 178 | 234 | 0.53 | 0.24 | 0 | 0.08 | 206.88 | 0.75 | 0.67 |
| Hex | 6D | B2 | EA | 35 | 18 | 0 | 8 | CF | 4B | 43 |
| Octal | 155 | 262 | 352 | 65 | 30 | 0 | 10 | 317 | 113 | 103 |
| Binary | 1101101 | 10110010 | 11101010 | 110101 | 11000 | 0 | 1000 | 11001111 | 1001011 | 1000011 |
Color Harmonies of #6DB2EA
Complementary color
Monochromatic Colors of #6DB2EA
Black with #6DB2EA
Text Example
Text Example
White with #6DB2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB2EA; }
p { color: rgb(109,178,234); }
H1.HeaderClassName
{
color: #6DB2EA;
}
.AnyTagClassName
{
color: #6DB2EA;
}
</style>
background-color css
<style>
a { background-color: #6DB2EA; }
a { background-color: rgb(109,178,234); }
div.DivClassName
{
background-color: #6DB2EA;
}
.BgClassName
{
background-color: #6DB2EA;
}
</style>
border-color css
<style>
span { border-color: #6DB2EA; }
span { border-color: rgb(109,178,234); }
td.TdClassName
{
border-color: #6DB2EA;
}
.TagClassName
{
border-color: #6DB2EA;
}
</style>