Shades of Baby Blue #6FF6F0
Tints of Baby Blue #6FF6F0
RGB
CMYK
RGB Variations
Color information
#6FF6F0 (or 0x6FF6F0) is known color: Baby Blue. HEX triplet: 6F, F6 and F0. RGB value is (111,246,240). Sum of RGB (Red+Green+Blue) = 111+246+240=597 (79% of max value = 765). Red value is 111 (43.75% from 255 or 18.59% from 597); Green value is 246 (96.48% from 255 or 41.21% from 597); Blue value is 240 (94.14% from 255 or 40.20% from 597); Max value from RGB is 246 - color contains mainly: green. Hex color #6FF6F0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FF6F0 is #90090F. Grayscale: #CCCCCC. Windows color (decimal): -9439504 or 15791727. OLE color: 15791727.
HSL color Cylindrical-coordinate representation of color #6FF6F0: hue angle of 177.33º 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 #6FF6F0 is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 111 | 246 | 240 | - |
| CMYK | 0.55 | 0 | 0.02 | 0.04 |
| HSL | 177.33º | 0.88% | 0.7% | - |
| HSV(B) | 177.33º | 0.55% | 0.96% | - |
| XYZ | 55.24 | 75.58 | 94.12 | - |
| YUV | 204.95 | 147.77 | 60.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 246 | 240 | 0.55 | 0 | 0.02 | 0.04 | 177.33 | 0.88 | 0.7 |
| Hex | 6F | F6 | F0 | 37 | 0 | 2 | 4 | B1 | 58 | 46 |
| Octal | 157 | 366 | 360 | 67 | 0 | 2 | 4 | 261 | 130 | 106 |
| Binary | 1101111 | 11110110 | 11110000 | 110111 | 0 | 10 | 100 | 10110001 | 1011000 | 1000110 |
Color Harmonies of #6FF6F0
Complementary color
Monochromatic Colors of #6FF6F0
Black with #6FF6F0
Text Example
Text Example
White with #6FF6F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FF6F0; }
p { color: rgb(111,246,240); }
H1.HeaderClassName
{
color: #6FF6F0;
}
.AnyTagClassName
{
color: #6FF6F0;
}
</style>
background-color css
<style>
a { background-color: #6FF6F0; }
a { background-color: rgb(111,246,240); }
div.DivClassName
{
background-color: #6FF6F0;
}
.BgClassName
{
background-color: #6FF6F0;
}
</style>
border-color css
<style>
span { border-color: #6FF6F0; }
span { border-color: rgb(111,246,240); }
td.TdClassName
{
border-color: #6FF6F0;
}
.TagClassName
{
border-color: #6FF6F0;
}
</style>