Shades of Malibu #6FC4E6
Tints of Malibu #6FC4E6
RGB
CMYK
RGB Variations
Color information
#6FC4E6 (or 0x6FC4E6) is known color: Malibu. HEX triplet: 6F, C4 and E6. RGB value is (111,196,230). Sum of RGB (Red+Green+Blue) = 111+196+230=537 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.67% from 537); Green value is 196 (76.95% from 255 or 36.50% from 537); Blue value is 230 (90.23% from 255 or 42.83% from 537); Max value from RGB is 230 - color contains mainly: blue. Hex color #6FC4E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FC4E6 is #903B19. Grayscale: #AEAEAE. Windows color (decimal): -9452314 or 15123567. OLE color: 15123567.
HSL color Cylindrical-coordinate representation of color #6FC4E6: hue angle of 197.14º 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 #6FC4E6 is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 111 | 196 | 230 | - |
| CMYK | 0.52 | 0.15 | 0 | 0.10 |
| HSL | 197.14º | 0.7% | 0.67% | - |
| HSV(B) | 197.14º | 0.52% | 0.9% | - |
| XYZ | 40.58 | 48.57 | 82.1 | - |
| YUV | 174.46 | 159.34 | 82.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 196 | 230 | 0.52 | 0.15 | 0 | 0.10 | 197.14 | 0.7 | 0.67 |
| Hex | 6F | C4 | E6 | 34 | F | 0 | A | C5 | 46 | 43 |
| Octal | 157 | 304 | 346 | 64 | 17 | 0 | 12 | 305 | 106 | 103 |
| Binary | 1101111 | 11000100 | 11100110 | 110100 | 1111 | 0 | 1010 | 11000101 | 1000110 | 1000011 |
Color Harmonies of #6FC4E6
Complementary color
Monochromatic Colors of #6FC4E6
Black with #6FC4E6
Text Example
Text Example
White with #6FC4E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC4E6; }
p { color: rgb(111,196,230); }
H1.HeaderClassName
{
color: #6FC4E6;
}
.AnyTagClassName
{
color: #6FC4E6;
}
</style>
background-color css
<style>
a { background-color: #6FC4E6; }
a { background-color: rgb(111,196,230); }
div.DivClassName
{
background-color: #6FC4E6;
}
.BgClassName
{
background-color: #6FC4E6;
}
</style>
border-color css
<style>
span { border-color: #6FC4E6; }
span { border-color: rgb(111,196,230); }
td.TdClassName
{
border-color: #6FC4E6;
}
.TagClassName
{
border-color: #6FC4E6;
}
</style>