Shades of Baby Blue #6FFAF6
Tints of Baby Blue #6FFAF6
RGB
CMYK
RGB Variations
Color information
#6FFAF6 (or 0x6FFAF6) is known color: Baby Blue. HEX triplet: 6F, FA and F6. RGB value is (111,250,246). Sum of RGB (Red+Green+Blue) = 111+250+246=607 (80% of max value = 765). Red value is 111 (43.75% from 255 or 18.29% from 607); Green value is 250 (98.05% from 255 or 41.19% from 607); Blue value is 246 (96.48% from 255 or 40.53% from 607); Max value from RGB is 250 - color contains mainly: green. Hex color #6FFAF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FFAF6 is #900509. Grayscale: #CFCFCF. Windows color (decimal): -9438474 or 16185967. OLE color: 16185967.
HSL color Cylindrical-coordinate representation of color #6FFAF6: hue angle of 178.27º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FFAF6 is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 250 | 246 | - |
| CMYK | 0.56 | 0 | 0.02 | 0.02 |
| HSL | 178.27º | 0.93% | 0.71% | - |
| HSV(B) | 178.27º | 0.56% | 0.98% | - |
| XYZ | 57.38 | 78.4 | 99.3 | - |
| YUV | 207.98 | 149.45 | 58.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 250 | 246 | 0.56 | 0 | 0.02 | 0.02 | 178.27 | 0.93 | 0.71 |
| Hex | 6F | FA | F6 | 38 | 0 | 2 | 2 | B2 | 5D | 47 |
| Octal | 157 | 372 | 366 | 70 | 0 | 2 | 2 | 262 | 135 | 107 |
| Binary | 1101111 | 11111010 | 11110110 | 111000 | 0 | 10 | 10 | 10110010 | 1011101 | 1000111 |
Color Harmonies of #6FFAF6
Complementary color
Monochromatic Colors of #6FFAF6
Black with #6FFAF6
Text Example
Text Example
White with #6FFAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFAF6; }
p { color: rgb(111,250,246); }
H1.HeaderClassName
{
color: #6FFAF6;
}
.AnyTagClassName
{
color: #6FFAF6;
}
</style>
background-color css
<style>
a { background-color: #6FFAF6; }
a { background-color: rgb(111,250,246); }
div.DivClassName
{
background-color: #6FFAF6;
}
.BgClassName
{
background-color: #6FFAF6;
}
</style>
border-color css
<style>
span { border-color: #6FFAF6; }
span { border-color: rgb(111,250,246); }
td.TdClassName
{
border-color: #6FFAF6;
}
.TagClassName
{
border-color: #6FFAF6;
}
</style>