Shades of Malibu #6AB8DF
Tints of Malibu #6AB8DF
RGB
CMYK
RGB Variations
Color information
#6AB8DF (or 0x6AB8DF) is known color: Malibu. HEX triplet: 6A, B8 and DF. RGB value is (106,184,223). Sum of RGB (Red+Green+Blue) = 106+184+223=513 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.66% from 513); Green value is 184 (72.27% from 255 or 35.87% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: blue. Hex color #6AB8DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AB8DF is #954720. Grayscale: #A4A4A4. Windows color (decimal): -9783073 or 14661738. OLE color: 14661738.
HSL color Cylindrical-coordinate representation of color #6AB8DF: hue angle of 200º degrees, saturation: 0.65, 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 #6AB8DF is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 184 | 223 | - |
| CMYK | 0.52 | 0.17 | 0 | 0.13 |
| HSL | 200º | 0.65% | 0.65% | - |
| HSV(B) | 200º | 0.52% | 0.87% | - |
| XYZ | 36.4 | 42.67 | 76.13 | - |
| YUV | 165.12 | 160.66 | 85.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 184 | 223 | 0.52 | 0.17 | 0 | 0.13 | 200 | 0.65 | 0.65 |
| Hex | 6A | B8 | DF | 34 | 11 | 0 | D | C8 | 41 | 41 |
| Octal | 152 | 270 | 337 | 64 | 21 | 0 | 15 | 310 | 101 | 101 |
| Binary | 1101010 | 10111000 | 11011111 | 110100 | 10001 | 0 | 1101 | 11001000 | 1000001 | 1000001 |
Color Harmonies of #6AB8DF
Complementary color
Monochromatic Colors of #6AB8DF
Black with #6AB8DF
Text Example
Text Example
White with #6AB8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB8DF; }
p { color: rgb(106,184,223); }
H1.HeaderClassName
{
color: #6AB8DF;
}
.AnyTagClassName
{
color: #6AB8DF;
}
</style>
background-color css
<style>
a { background-color: #6AB8DF; }
a { background-color: rgb(106,184,223); }
div.DivClassName
{
background-color: #6AB8DF;
}
.BgClassName
{
background-color: #6AB8DF;
}
</style>
border-color css
<style>
span { border-color: #6AB8DF; }
span { border-color: rgb(106,184,223); }
td.TdClassName
{
border-color: #6AB8DF;
}
.TagClassName
{
border-color: #6AB8DF;
}
</style>