Shades of Malibu #6BADDF
Tints of Malibu #6BADDF
RGB
CMYK
RGB Variations
Color information
#6BADDF (or 0x6BADDF) is known color: Malibu. HEX triplet: 6B, AD and DF. RGB value is (107,173,223). Sum of RGB (Red+Green+Blue) = 107+173+223=503 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.27% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #6BADDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BADDF is #945220. Grayscale: #9E9E9E. Windows color (decimal): -9720353 or 14658923. OLE color: 14658923.
HSL color Cylindrical-coordinate representation of color #6BADDF: hue angle of 205.86º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BADDF is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 173 | 223 | - |
| CMYK | 0.52 | 0.22 | 0 | 0.13 |
| HSL | 205.86º | 0.64% | 0.65% | - |
| HSV(B) | 205.86º | 0.52% | 0.87% | - |
| XYZ | 34.33 | 38.34 | 75.4 | - |
| YUV | 158.97 | 164.13 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 173 | 223 | 0.52 | 0.22 | 0 | 0.13 | 205.86 | 0.64 | 0.65 |
| Hex | 6B | AD | DF | 34 | 16 | 0 | D | CE | 40 | 41 |
| Octal | 153 | 255 | 337 | 64 | 26 | 0 | 15 | 316 | 100 | 101 |
| Binary | 1101011 | 10101101 | 11011111 | 110100 | 10110 | 0 | 1101 | 11001110 | 1000000 | 1000001 |
Color Harmonies of #6BADDF
Complementary color
Monochromatic Colors of #6BADDF
Black with #6BADDF
Text Example
Text Example
White with #6BADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BADDF; }
p { color: rgb(107,173,223); }
H1.HeaderClassName
{
color: #6BADDF;
}
.AnyTagClassName
{
color: #6BADDF;
}
</style>
background-color css
<style>
a { background-color: #6BADDF; }
a { background-color: rgb(107,173,223); }
div.DivClassName
{
background-color: #6BADDF;
}
.BgClassName
{
background-color: #6BADDF;
}
</style>
border-color css
<style>
span { border-color: #6BADDF; }
span { border-color: rgb(107,173,223); }
td.TdClassName
{
border-color: #6BADDF;
}
.TagClassName
{
border-color: #6BADDF;
}
</style>