Shades of Malibu #6FC5E6
Tints of Malibu #6FC5E6
RGB
CMYK
RGB Variations
Color information
#6FC5E6 (or 0x6FC5E6) is known color: Malibu. HEX triplet: 6F, C5 and E6. RGB value is (111,197,230). Sum of RGB (Red+Green+Blue) = 111+197+230=538 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.63% from 538); Green value is 197 (77.34% from 255 or 36.62% from 538); Blue value is 230 (90.23% from 255 or 42.75% from 538); Max value from RGB is 230 - color contains mainly: blue. Hex color #6FC5E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FC5E6 is #903A19. Grayscale: #AEAEAE. Windows color (decimal): -9452058 or 15123823. OLE color: 15123823.
HSL color Cylindrical-coordinate representation of color #6FC5E6: hue angle of 196.64º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FC5E6 is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 111 | 197 | 230 | - |
| CMYK | 0.52 | 0.14 | 0 | 0.10 |
| HSL | 196.64º | 0.7% | 0.67% | - |
| HSV(B) | 196.64º | 0.52% | 0.9% | - |
| XYZ | 40.8 | 49.03 | 82.18 | - |
| YUV | 175.05 | 159.01 | 82.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 197 | 230 | 0.52 | 0.14 | 0 | 0.10 | 196.64 | 0.7 | 0.67 |
| Hex | 6F | C5 | E6 | 34 | E | 0 | A | C5 | 46 | 43 |
| Octal | 157 | 305 | 346 | 64 | 16 | 0 | 12 | 305 | 106 | 103 |
| Binary | 1101111 | 11000101 | 11100110 | 110100 | 1110 | 0 | 1010 | 11000101 | 1000110 | 1000011 |
Color Harmonies of #6FC5E6
Complementary color
Monochromatic Colors of #6FC5E6
Black with #6FC5E6
Text Example
Text Example
White with #6FC5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC5E6; }
p { color: rgb(111,197,230); }
H1.HeaderClassName
{
color: #6FC5E6;
}
.AnyTagClassName
{
color: #6FC5E6;
}
</style>
background-color css
<style>
a { background-color: #6FC5E6; }
a { background-color: rgb(111,197,230); }
div.DivClassName
{
background-color: #6FC5E6;
}
.BgClassName
{
background-color: #6FC5E6;
}
</style>
border-color css
<style>
span { border-color: #6FC5E6; }
span { border-color: rgb(111,197,230); }
td.TdClassName
{
border-color: #6FC5E6;
}
.TagClassName
{
border-color: #6FC5E6;
}
</style>