Shades of Malibu #6FB6DF
Tints of Malibu #6FB6DF
RGB
CMYK
RGB Variations
Color information
#6FB6DF (or 0x6FB6DF) is known color: Malibu. HEX triplet: 6F, B6 and DF. RGB value is (111,182,223). Sum of RGB (Red+Green+Blue) = 111+182+223=516 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.51% from 516); Green value is 182 (71.48% from 255 or 35.27% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #6FB6DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FB6DF is #904920. Grayscale: #A5A5A5. Windows color (decimal): -9455905 or 14661231. OLE color: 14661231.
HSL color Cylindrical-coordinate representation of color #6FB6DF: hue angle of 201.96º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FB6DF is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 182 | 223 | - |
| CMYK | 0.50 | 0.18 | 0 | 0.13 |
| HSL | 201.96º | 0.64% | 0.65% | - |
| HSV(B) | 201.96º | 0.5% | 0.87% | - |
| XYZ | 36.6 | 42.16 | 76.02 | - |
| YUV | 165.45 | 160.48 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 182 | 223 | 0.50 | 0.18 | 0 | 0.13 | 201.96 | 0.64 | 0.65 |
| Hex | 6F | B6 | DF | 32 | 12 | 0 | D | CA | 40 | 41 |
| Octal | 157 | 266 | 337 | 62 | 22 | 0 | 15 | 312 | 100 | 101 |
| Binary | 1101111 | 10110110 | 11011111 | 110010 | 10010 | 0 | 1101 | 11001010 | 1000000 | 1000001 |
Color Harmonies of #6FB6DF
Complementary color
Monochromatic Colors of #6FB6DF
Black with #6FB6DF
Text Example
Text Example
White with #6FB6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB6DF; }
p { color: rgb(111,182,223); }
H1.HeaderClassName
{
color: #6FB6DF;
}
.AnyTagClassName
{
color: #6FB6DF;
}
</style>
background-color css
<style>
a { background-color: #6FB6DF; }
a { background-color: rgb(111,182,223); }
div.DivClassName
{
background-color: #6FB6DF;
}
.BgClassName
{
background-color: #6FB6DF;
}
</style>
border-color css
<style>
span { border-color: #6FB6DF; }
span { border-color: rgb(111,182,223); }
td.TdClassName
{
border-color: #6FB6DF;
}
.TagClassName
{
border-color: #6FB6DF;
}
</style>