Shades of Malibu #6BB6DD
Tints of Malibu #6BB6DD
RGB
CMYK
RGB Variations
Color information
#6BB6DD (or 0x6BB6DD) is known color: Malibu. HEX triplet: 6B, B6 and DD. RGB value is (107,182,221). Sum of RGB (Red+Green+Blue) = 107+182+221=510 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.98% from 510); Green value is 182 (71.48% from 255 or 35.69% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #6BB6DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BB6DD is #944922. Grayscale: #A3A3A3. Windows color (decimal): -9718051 or 14530155. OLE color: 14530155.
HSL color Cylindrical-coordinate representation of color #6BB6DD: hue angle of 200.53º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BB6DD is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 182 | 221 | - |
| CMYK | 0.52 | 0.18 | 0 | 0.13 |
| HSL | 200.53º | 0.63% | 0.64% | - |
| HSV(B) | 200.53º | 0.52% | 0.87% | - |
| XYZ | 35.84 | 41.8 | 74.59 | - |
| YUV | 164.02 | 160.15 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 182 | 221 | 0.52 | 0.18 | 0 | 0.13 | 200.53 | 0.63 | 0.64 |
| Hex | 6B | B6 | DD | 34 | 12 | 0 | D | C9 | 3F | 40 |
| Octal | 153 | 266 | 335 | 64 | 22 | 0 | 15 | 311 | 77 | 100 |
| Binary | 1101011 | 10110110 | 11011101 | 110100 | 10010 | 0 | 1101 | 11001001 | 111111 | 1000000 |
Color Harmonies of #6BB6DD
Complementary color
Monochromatic Colors of #6BB6DD
Black with #6BB6DD
Text Example
Text Example
White with #6BB6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB6DD; }
p { color: rgb(107,182,221); }
H1.HeaderClassName
{
color: #6BB6DD;
}
.AnyTagClassName
{
color: #6BB6DD;
}
</style>
background-color css
<style>
a { background-color: #6BB6DD; }
a { background-color: rgb(107,182,221); }
div.DivClassName
{
background-color: #6BB6DD;
}
.BgClassName
{
background-color: #6BB6DD;
}
</style>
border-color css
<style>
span { border-color: #6BB6DD; }
span { border-color: rgb(107,182,221); }
td.TdClassName
{
border-color: #6BB6DD;
}
.TagClassName
{
border-color: #6BB6DD;
}
</style>