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