Shades of Malibu #6BAEDD
Tints of Malibu #6BAEDD
RGB
CMYK
RGB Variations
Color information
#6BAEDD (or 0x6BAEDD) is known color: Malibu. HEX triplet: 6B, AE and DD. RGB value is (107,174,221). Sum of RGB (Red+Green+Blue) = 107+174+221=502 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.31% from 502); Green value is 174 (68.36% from 255 or 34.66% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #6BAEDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAEDD is #945122. Grayscale: #9F9F9F. Windows color (decimal): -9720099 or 14528107. OLE color: 14528107.
HSL color Cylindrical-coordinate representation of color #6BAEDD: hue angle of 204.74º 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 #6BAEDD is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 174 | 221 | - |
| CMYK | 0.52 | 0.21 | 0 | 0.13 |
| HSL | 204.74º | 0.63% | 0.64% | - |
| HSV(B) | 204.74º | 0.52% | 0.87% | - |
| XYZ | 34.25 | 38.62 | 74.06 | - |
| YUV | 159.33 | 162.8 | 90.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 174 | 221 | 0.52 | 0.21 | 0 | 0.13 | 204.74 | 0.63 | 0.64 |
| Hex | 6B | AE | DD | 34 | 15 | 0 | D | CD | 3F | 40 |
| Octal | 153 | 256 | 335 | 64 | 25 | 0 | 15 | 315 | 77 | 100 |
| Binary | 1101011 | 10101110 | 11011101 | 110100 | 10101 | 0 | 1101 | 11001101 | 111111 | 1000000 |
Color Harmonies of #6BAEDD
Complementary color
Monochromatic Colors of #6BAEDD
Black with #6BAEDD
Text Example
Text Example
White with #6BAEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAEDD; }
p { color: rgb(107,174,221); }
H1.HeaderClassName
{
color: #6BAEDD;
}
.AnyTagClassName
{
color: #6BAEDD;
}
</style>
background-color css
<style>
a { background-color: #6BAEDD; }
a { background-color: rgb(107,174,221); }
div.DivClassName
{
background-color: #6BAEDD;
}
.BgClassName
{
background-color: #6BAEDD;
}
</style>
border-color css
<style>
span { border-color: #6BAEDD; }
span { border-color: rgb(107,174,221); }
td.TdClassName
{
border-color: #6BAEDD;
}
.TagClassName
{
border-color: #6BAEDD;
}
</style>