Shades of Baby Blue #6EF6F0
Tints of Baby Blue #6EF6F0
RGB
CMYK
RGB Variations
Color information
#6EF6F0 (or 0x6EF6F0) is known color: Baby Blue. HEX triplet: 6E, F6 and F0. RGB value is (110,246,240). Sum of RGB (Red+Green+Blue) = 110+246+240=596 (78% of max value = 765). Red value is 110 (43.36% from 255 or 18.46% from 596); Green value is 246 (96.48% from 255 or 41.28% from 596); Blue value is 240 (94.14% from 255 or 40.27% from 596); Max value from RGB is 246 - color contains mainly: green. Hex color #6EF6F0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EF6F0 is #91090F. Grayscale: #CCCCCC. Windows color (decimal): -9505040 or 15791726. OLE color: 15791726.
HSL color Cylindrical-coordinate representation of color #6EF6F0: hue angle of 177.35º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6EF6F0 is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 110 | 246 | 240 | - |
| CMYK | 0.55 | 0 | 0.02 | 0.04 |
| HSL | 177.35º | 0.88% | 0.7% | - |
| HSV(B) | 177.35º | 0.55% | 0.96% | - |
| XYZ | 55.11 | 75.52 | 94.11 | - |
| YUV | 204.65 | 147.94 | 60.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 246 | 240 | 0.55 | 0 | 0.02 | 0.04 | 177.35 | 0.88 | 0.7 |
| Hex | 6E | F6 | F0 | 37 | 0 | 2 | 4 | B1 | 58 | 46 |
| Octal | 156 | 366 | 360 | 67 | 0 | 2 | 4 | 261 | 130 | 106 |
| Binary | 1101110 | 11110110 | 11110000 | 110111 | 0 | 10 | 100 | 10110001 | 1011000 | 1000110 |
Color Harmonies of #6EF6F0
Complementary color
Monochromatic Colors of #6EF6F0
Black with #6EF6F0
Text Example
Text Example
White with #6EF6F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EF6F0; }
p { color: rgb(110,246,240); }
H1.HeaderClassName
{
color: #6EF6F0;
}
.AnyTagClassName
{
color: #6EF6F0;
}
</style>
background-color css
<style>
a { background-color: #6EF6F0; }
a { background-color: rgb(110,246,240); }
div.DivClassName
{
background-color: #6EF6F0;
}
.BgClassName
{
background-color: #6EF6F0;
}
</style>
border-color css
<style>
span { border-color: #6EF6F0; }
span { border-color: rgb(110,246,240); }
td.TdClassName
{
border-color: #6EF6F0;
}
.TagClassName
{
border-color: #6EF6F0;
}
</style>