Shades of Malibu #6EAFE4
Tints of Malibu #6EAFE4
RGB
CMYK
RGB Variations
Color information
#6EAFE4 (or 0x6EAFE4) is known color: Malibu. HEX triplet: 6E, AF and E4. RGB value is (110,175,228). Sum of RGB (Red+Green+Blue) = 110+175+228=513 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.44% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 228 (89.45% from 255 or 44.44% from 513); Max value from RGB is 228 - color contains mainly: blue. Hex color #6EAFE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EAFE4 is #91501B. Grayscale: #A1A1A1. Windows color (decimal): -9523228 or 14987118. OLE color: 14987118.
HSL color Cylindrical-coordinate representation of color #6EAFE4: hue angle of 206.95º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6EAFE4 is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 110 | 175 | 228 | - |
| CMYK | 0.52 | 0.23 | 0 | 0.11 |
| HSL | 206.95º | 0.69% | 0.66% | - |
| HSV(B) | 206.95º | 0.52% | 0.89% | - |
| XYZ | 35.76 | 39.58 | 79.15 | - |
| YUV | 161.61 | 165.47 | 91.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 175 | 228 | 0.52 | 0.23 | 0 | 0.11 | 206.95 | 0.69 | 0.66 |
| Hex | 6E | AF | E4 | 34 | 17 | 0 | B | CF | 45 | 42 |
| Octal | 156 | 257 | 344 | 64 | 27 | 0 | 13 | 317 | 105 | 102 |
| Binary | 1101110 | 10101111 | 11100100 | 110100 | 10111 | 0 | 1011 | 11001111 | 1000101 | 1000010 |
Color Harmonies of #6EAFE4
Complementary color
Monochromatic Colors of #6EAFE4
Black with #6EAFE4
Text Example
Text Example
White with #6EAFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EAFE4; }
p { color: rgb(110,175,228); }
H1.HeaderClassName
{
color: #6EAFE4;
}
.AnyTagClassName
{
color: #6EAFE4;
}
</style>
background-color css
<style>
a { background-color: #6EAFE4; }
a { background-color: rgb(110,175,228); }
div.DivClassName
{
background-color: #6EAFE4;
}
.BgClassName
{
background-color: #6EAFE4;
}
</style>
border-color css
<style>
span { border-color: #6EAFE4; }
span { border-color: rgb(110,175,228); }
td.TdClassName
{
border-color: #6EAFE4;
}
.TagClassName
{
border-color: #6EAFE4;
}
</style>