Shades of Malibu #6DB2EE
Tints of Malibu #6DB2EE
RGB
CMYK
RGB Variations
Color information
#6DB2EE (or 0x6DB2EE) is known color: Malibu. HEX triplet: 6D, B2 and EE. RGB value is (109,178,238). Sum of RGB (Red+Green+Blue) = 109+178+238=525 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.76% from 525); Green value is 178 (69.92% from 255 or 33.90% from 525); Blue value is 238 (93.36% from 255 or 45.33% from 525); Max value from RGB is 238 - color contains mainly: blue. Hex color #6DB2EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6DB2EE is #924D11. Grayscale: #A3A3A3. Windows color (decimal): -9587986 or 15643245. OLE color: 15643245.
HSL color Cylindrical-coordinate representation of color #6DB2EE: hue angle of 207.91º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DB2EE is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 178 | 238 | - |
| CMYK | 0.54 | 0.25 | 0 | 0.07 |
| HSL | 207.91º | 0.79% | 0.68% | - |
| HSV(B) | 207.91º | 0.54% | 0.93% | - |
| XYZ | 37.66 | 41.27 | 86.87 | - |
| YUV | 164.21 | 169.64 | 88.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 178 | 238 | 0.54 | 0.25 | 0 | 0.07 | 207.91 | 0.79 | 0.68 |
| Hex | 6D | B2 | EE | 36 | 19 | 0 | 7 | D0 | 4F | 44 |
| Octal | 155 | 262 | 356 | 66 | 31 | 0 | 7 | 320 | 117 | 104 |
| Binary | 1101101 | 10110010 | 11101110 | 110110 | 11001 | 0 | 111 | 11010000 | 1001111 | 1000100 |
Color Harmonies of #6DB2EE
Complementary color
Monochromatic Colors of #6DB2EE
Black with #6DB2EE
Text Example
Text Example
White with #6DB2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB2EE; }
p { color: rgb(109,178,238); }
H1.HeaderClassName
{
color: #6DB2EE;
}
.AnyTagClassName
{
color: #6DB2EE;
}
</style>
background-color css
<style>
a { background-color: #6DB2EE; }
a { background-color: rgb(109,178,238); }
div.DivClassName
{
background-color: #6DB2EE;
}
.BgClassName
{
background-color: #6DB2EE;
}
</style>
border-color css
<style>
span { border-color: #6DB2EE; }
span { border-color: rgb(109,178,238); }
td.TdClassName
{
border-color: #6DB2EE;
}
.TagClassName
{
border-color: #6DB2EE;
}
</style>