Shades of Malibu #6FC3DD
Tints of Malibu #6FC3DD
RGB
CMYK
RGB Variations
Color information
#6FC3DD (or 0x6FC3DD) is known color: Malibu. HEX triplet: 6F, C3 and DD. RGB value is (111,195,221). Sum of RGB (Red+Green+Blue) = 111+195+221=527 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.06% from 527); Green value is 195 (76.56% from 255 or 37.00% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #6FC3DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FC3DD is #903C22. Grayscale: #ACACAC. Windows color (decimal): -9452579 or 14533487. OLE color: 14533487.
HSL color Cylindrical-coordinate representation of color #6FC3DD: hue angle of 194.18º degrees, saturation: 0.62, 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 #6FC3DD is Cyan = 0.50, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 195 | 221 | - |
| CMYK | 0.50 | 0.12 | 0 | 0.13 |
| HSL | 194.18º | 0.62% | 0.65% | - |
| HSV(B) | 194.18º | 0.5% | 0.87% | - |
| XYZ | 39.12 | 47.63 | 75.54 | - |
| YUV | 172.85 | 155.17 | 83.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 195 | 221 | 0.50 | 0.12 | 0 | 0.13 | 194.18 | 0.62 | 0.65 |
| Hex | 6F | C3 | DD | 32 | C | 0 | D | C2 | 3E | 41 |
| Octal | 157 | 303 | 335 | 62 | 14 | 0 | 15 | 302 | 76 | 101 |
| Binary | 1101111 | 11000011 | 11011101 | 110010 | 1100 | 0 | 1101 | 11000010 | 111110 | 1000001 |
Color Harmonies of #6FC3DD
Complementary color
Monochromatic Colors of #6FC3DD
Black with #6FC3DD
Text Example
Text Example
White with #6FC3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC3DD; }
p { color: rgb(111,195,221); }
H1.HeaderClassName
{
color: #6FC3DD;
}
.AnyTagClassName
{
color: #6FC3DD;
}
</style>
background-color css
<style>
a { background-color: #6FC3DD; }
a { background-color: rgb(111,195,221); }
div.DivClassName
{
background-color: #6FC3DD;
}
.BgClassName
{
background-color: #6FC3DD;
}
</style>
border-color css
<style>
span { border-color: #6FC3DD; }
span { border-color: rgb(111,195,221); }
td.TdClassName
{
border-color: #6FC3DD;
}
.TagClassName
{
border-color: #6FC3DD;
}
</style>